dev-python/CacheControl: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:11:39 +0000 (17:11 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:11:39 +0000 (17:11 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/CacheControl/CacheControl-0.11.5.ebuild
dev-python/CacheControl/CacheControl-0.11.7.ebuild

index b94ab409d73e4932deb52415062ce9992ea983cd..e5f99262feb723df32df3543dfd292874a2e7f33 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python3_{5,6} pypy3 )
 
 inherit distutils-r1 eutils
 
index 1f4b641c651fabeef90c45634027d955b70b5d31..c20d2779e05fe0dee11e766d4a3a00cb6a46bfe5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python3_{5,6} pypy3 )
 
 inherit distutils-r1 eutils