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

index 8fec102a73e2645ad7bf062cc797e17b8aaaa0d9..6a54d625296452c3b101c4ea6b9d7d944fa491ef 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index eceba6c8c743fe59959c0cec288cd93c9c67d2bc..ea9d0e97b65f9a166debfb1fd7ce0fe901208c49 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 
index 91941962119c43d7d95cf7918dafb69c4e6dceb5..0d692a3089e80fbeb9bd92e10042b5c7f5a1870b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1