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

index b1a5baccde7ca732b538d51569d8865ca9007089..f7c488a885cd9c279723400e214890d9a2289ac7 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}} pypy{,3} )
+PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1
index e519c27c57a6a515a7e929bf2123612436f12bd3..31ea525387d5df5b8809d086cface35e983d442b 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}} pypy{,3} )
+PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1