dev-python/envoy: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:21 +0000 (17:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:21 +0000 (17:12 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/envoy/envoy-0.0.3-r1.ebuild
dev-python/envoy/envoy-0.0.3.ebuild

index 2df8edb71b9ed86807e728f90a709494c8399e3f..eef8f67272ba02ab04f1dcf182b5aa7f4161b6e6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index d46c2b41ddfe290804f3d997e8f7416868b4ba55..e0c0050085e68b1b9bc05a99763875921f30e33b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1