dev-python/xlrd: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:00:10 +0000 (08:00 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:31 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/xlrd/xlrd-0.9.4.ebuild
dev-python/xlrd/xlrd-1.2.0.ebuild

index 0bea912a045deebc9fa8bf6fe7affe29376e6c14..ec0657e6801180c61e3f3491926f1b14006e4fd3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index d019d67ec6917b5fe1ab529359603fca59eaa4c3..b3782f1a81398bdd7039f9eb2f4ab88ace868fb9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1