dev-python/docutils-glep: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:14 +0000 (17:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:14 +0000 (17:12 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/docutils-glep/docutils-glep-1.2.ebuild
dev-python/docutils-glep/docutils-glep-9999.ebuild

index 01ae57043fa410a0ff2602e1f5620d0324e0c439..88714b8fd429c3a00ba83634650a3f73e5c0f1f1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 
index bbc620a682befc8eb467fd0ee3888416747bb31f..f8b219e05496baeabac716b0d7ae5c785c5f8421 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python3_{5,6,7} )
 EGIT_REPO_URI="https://github.com/mgorny/docutils-glep.git"
 
 inherit distutils-r1 git-r3