From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA0F813835A for ; Sun, 18 Apr 2021 00:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5939E07F1; Sun, 18 Apr 2021 00:36:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CC99E07FA for ; Sun, 18 Apr 2021 00:36:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DC04335D12 for ; Sun, 18 Apr 2021 00:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B5106EB for ; Sun, 18 Apr 2021 00:36:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1618705846.9ee4de856c6a66c1874aa0549fb60c56077ae5ed.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/grpcio-tools/grpcio-tools-1.32.0.ebuild X-VCS-Directories: dev-python/grpcio-tools/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9ee4de856c6a66c1874aa0549fb60c56077ae5ed X-VCS-Branch: master Date: Sun, 18 Apr 2021 00:36:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ca82f9b-4239-4619-8f31-3c0d7ff910ce X-Archives-Hash: e77dcb3568d7e57a1730cd83153cec86 commit: 9ee4de856c6a66c1874aa0549fb60c56077ae5ed Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Apr 18 00:17:05 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Apr 18 00:30:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee4de85 dev-python/grpcio-tools: add python3_9 support Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/grpcio-tools/grpcio-tools-1.32.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/grpcio-tools/grpcio-tools-1.32.0.ebuild b/dev-python/grpcio-tools/grpcio-tools-1.32.0.ebuild index aad0972ee21..38d1a3e83c5 100644 --- a/dev-python/grpcio-tools/grpcio-tools-1.32.0.ebuild +++ b/dev-python/grpcio-tools/grpcio-tools-1.32.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 multiprocessing prefix