dev-python/sphinx-testing: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:11:20 +0000 (07:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:40 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild
dev-python/sphinx-testing/sphinx-testing-1.0.1.ebuild

index 55f4c8fdd4e4323e45cefb61c2e6c03d7f0cc6e8..b6913ffde4a5c156c1fc64da7c1e77629b07f748 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 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 73d0dd77b454acd5ed93043074de3b7d3fa6a526..a9376463d9e75c2147a5fe622b23fe35dc6ea6f4 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