dev-python/pyjwt: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 11:50:09 +0000 (12:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 11:59:53 +0000 (12:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyjwt/pyjwt-1.5.3.ebuild
dev-python/pyjwt/pyjwt-1.7.1-r1.ebuild
dev-python/pyjwt/pyjwt-1.7.1.ebuild

index 670b05ec00c5ca1b65a94ce2bbcca4884353c8f1..53b04401c0c696b4ef2841a056256176831882d7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils
 
index b9fd937ec37484f27b8af1e1e31a290ed28c0306..14a9982602e30927d7f17452684006e2b1878743 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1 eutils
 
index 54a9e37af111d8bb41e2ed164a44d0d16ac0c64d..a165aa174451f7fe8d7e18df3943dbdc8908dff8 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils