dev-python/stevedore: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 13:30:27 +0000 (14:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 13:33:57 +0000 (14:33 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/stevedore/stevedore-1.25.1.ebuild
dev-python/stevedore/stevedore-1.28.0.ebuild
dev-python/stevedore/stevedore-1.30.1.ebuild

index e171ff0daad385ea2c72aa7db8b340847b7aab41..4d260fbf352b9398af91d0d93e99296041a6c46d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index b0a9ab6f656b22527d17c5707ab7537bd99dc3ae..6d88b3e42d5fd884eb845661bd7fa051239c8015 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index a507bacdf854223f4e655993c2a963779fd81f3c..4aad5c4b94fbe958fec8430f527f47b308b3faff 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1