diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:11:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:11:39 +0100 |
commit | 6d47c7619843cf616172304fface888d92a2214d (patch) | |
tree | 99d36b4e0ba3dbf0080ff8eeba9a4f3f2aeea9e6 /dev-python/CacheControl | |
parent | dev-python/brython: Remove Py2 (diff) | |
download | gentoo-6d47c7619843cf616172304fface888d92a2214d.tar.gz gentoo-6d47c7619843cf616172304fface888d92a2214d.tar.bz2 gentoo-6d47c7619843cf616172304fface888d92a2214d.zip |
dev-python/CacheControl: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/CacheControl')
-rw-r--r-- | dev-python/CacheControl/CacheControl-0.11.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/CacheControl/CacheControl-0.11.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/CacheControl/CacheControl-0.11.5.ebuild b/dev-python/CacheControl/CacheControl-0.11.5.ebuild index b94ab409d73e..e5f99262feb7 100644 --- a/dev-python/CacheControl/CacheControl-0.11.5.ebuild +++ b/dev-python/CacheControl/CacheControl-0.11.5.ebuild @@ -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 diff --git a/dev-python/CacheControl/CacheControl-0.11.7.ebuild b/dev-python/CacheControl/CacheControl-0.11.7.ebuild index 1f4b641c651f..c20d2779e05f 100644 --- a/dev-python/CacheControl/CacheControl-0.11.7.ebuild +++ b/dev-python/CacheControl/CacheControl-0.11.7.ebuild @@ -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 |