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

index dae11d667c5d801ca9df6a5c99db6bf593918f75..052b59f2d367791479fffde5cc85a5850ee568f6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy{,3} )
+PYTHON_COMPAT=( python3_{5,6} pypy3 )
 inherit distutils-r1
 
 MY_PN=${PN/-/.}
index 9932b793cd1c050145a7b834a80b91539f99fe28..305362931a2cc57913884354b6d0b756cf186a0e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 )
 
 inherit distutils-r1