summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:35:49 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:27 +0100
commit34f8e59053e9fa9c18ac0dc874a17b62b0434a85 (patch)
tree937860949faa798a5196cc202a47cac8845e3355 /dev-python/dogpile-cache
parentdev-python/cursive: Remove Python 2 support (diff)
downloadgentoo-34f8e59053e9fa9c18ac0dc874a17b62b0434a85.tar.gz
gentoo-34f8e59053e9fa9c18ac0dc874a17b62b0434a85.tar.bz2
gentoo-34f8e59053e9fa9c18ac0dc874a17b62b0434a85.zip
dev-python/dogpile-cache: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dogpile-cache')
-rw-r--r--dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild2
-rw-r--r--dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild
index 30e7f24b67bd..1dab8134c6e1 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild
index fbd5b263597e..5c7a7cc3fbec 100644
--- a/dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1