dev-python/testresources: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 13:31:32 +0000 (14:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 13:34:04 +0000 (14:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/testresources/testresources-0.2.7-r2.ebuild
dev-python/testresources/testresources-1.0.0.ebuild
dev-python/testresources/testresources-2.0.1.ebuild

index fe388a4cec5fa61ca86bb2b1b96b9c197f968574..770af1876c511b5898033e6108fb22d6cdda8a2e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index 9a136ccef1f10512c93fe9329f214bd1d4250484..ef6f4060ce5f5da2e46c7a53ca6299c81fd3a928 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index ff08e831e3cc18bff7fa2b8b71bef1b8a3ee030a..721f99b6fe8cd285443e31d05f66464d7f999d67 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1