dev-python/pyxattr: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Fri, 24 Apr 2020 05:34:38 +0000 (07:34 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 24 Apr 2020 05:34:38 +0000 (07:34 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
dev-python/pyxattr/pyxattr-0.6.1.ebuild

index 9fd5a6d4eca57ed443ac513de27f56611a00e8d7..57280811c53559919ca0553b22b72cbf8b650496 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils
 
index b8b2907698937d2034c837342670aea7a29aab89..708ee68229d5f3146501c0d617d3872f8813bfc4 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1 eutils
 
index cd11c32e5812276ce6f6487ed7e648cb1e8ceb93..825dba179dd9b9a5e4dd4bf4a217b8c7ebc15046 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils