dev-python/blessings: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:19:23 +0000 (14:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:19:23 +0000 (14:19 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/blessings/blessings-1.6-r1.ebuild
dev-python/blessings/blessings-1.6.1.ebuild
dev-python/blessings/blessings-1.7.ebuild

index 76477c0821fdb391f1fc8a89c6e17955719f3e44..d72f6771401720de0a4394dbe9590167b832f668 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index e7023a9a4998573170379c2eba5e916c0c1d87db..8b602edf13c104dddef8d4a8c4d1bfbca54de860 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 3abd1eb700c7687d674e642265297f3e3d186286..f2f31335e0c2ed38405f465fa0e2f9611959ef23 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1