From c69c92f8eb90622f9bd852e4bfe714d85f5eee64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 14:55:33 +0100 Subject: [PATCH] dev-python/grpcio: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/grpcio/grpcio-1.16.1.ebuild | 2 +- dev-python/grpcio/grpcio-1.17.1.ebuild | 2 +- dev-python/grpcio/grpcio-1.18.0.ebuild | 2 +- dev-python/grpcio/grpcio-1.19.0.ebuild | 2 +- dev-python/grpcio/grpcio-1.20.1.ebuild | 2 +- dev-python/grpcio/grpcio-1.21.1.ebuild | 2 +- dev-python/grpcio/grpcio-1.22.1.ebuild | 2 +- dev-python/grpcio/grpcio-1.23.0.ebuild | 2 +- dev-python/grpcio/grpcio-1.24.3.ebuild | 2 +- dev-python/grpcio/grpcio-1.26.0-r1.ebuild | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-python/grpcio/grpcio-1.16.1.ebuild b/dev-python/grpcio/grpcio-1.16.1.ebuild index e8077ccb0f3b..c35a7691c6aa 100644 --- a/dev-python/grpcio/grpcio-1.16.1.ebuild +++ b/dev-python/grpcio/grpcio-1.16.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.17.1.ebuild b/dev-python/grpcio/grpcio-1.17.1.ebuild index 6466855a8e69..7f13d32d88eb 100644 --- a/dev-python/grpcio/grpcio-1.17.1.ebuild +++ b/dev-python/grpcio/grpcio-1.17.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.18.0.ebuild b/dev-python/grpcio/grpcio-1.18.0.ebuild index 6466855a8e69..7f13d32d88eb 100644 --- a/dev-python/grpcio/grpcio-1.18.0.ebuild +++ b/dev-python/grpcio/grpcio-1.18.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.19.0.ebuild b/dev-python/grpcio/grpcio-1.19.0.ebuild index 2cbafa2f243c..637a144e4f44 100644 --- a/dev-python/grpcio/grpcio-1.19.0.ebuild +++ b/dev-python/grpcio/grpcio-1.19.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.20.1.ebuild b/dev-python/grpcio/grpcio-1.20.1.ebuild index 292b0e89dc77..157964b30b6b 100644 --- a/dev-python/grpcio/grpcio-1.20.1.ebuild +++ b/dev-python/grpcio/grpcio-1.20.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.21.1.ebuild b/dev-python/grpcio/grpcio-1.21.1.ebuild index 292b0e89dc77..157964b30b6b 100644 --- a/dev-python/grpcio/grpcio-1.21.1.ebuild +++ b/dev-python/grpcio/grpcio-1.21.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.22.1.ebuild b/dev-python/grpcio/grpcio-1.22.1.ebuild index ca59b7bff1fd..98cf06542c02 100644 --- a/dev-python/grpcio/grpcio-1.22.1.ebuild +++ b/dev-python/grpcio/grpcio-1.22.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.23.0.ebuild b/dev-python/grpcio/grpcio-1.23.0.ebuild index ca59b7bff1fd..98cf06542c02 100644 --- a/dev-python/grpcio/grpcio-1.23.0.ebuild +++ b/dev-python/grpcio/grpcio-1.23.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.24.3.ebuild b/dev-python/grpcio/grpcio-1.24.3.ebuild index 4fdd980f433c..28da17b0cccb 100644 --- a/dev-python/grpcio/grpcio-1.24.3.ebuild +++ b/dev-python/grpcio/grpcio-1.24.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" diff --git a/dev-python/grpcio/grpcio-1.26.0-r1.ebuild b/dev-python/grpcio/grpcio-1.26.0-r1.ebuild index 060f3291867d..376c1dc49ae3 100644 --- a/dev-python/grpcio/grpcio-1.26.0-r1.ebuild +++ b/dev-python/grpcio/grpcio-1.26.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 multiprocessing DESCRIPTION="High-performance RPC framework (python libraries)" -- 2.26.2