summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 16:41:10 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 16:47:51 +0100
commitee2f49df27a34bc81897ff18824163406129606a (patch)
tree0f6485ee50c649daf49578a5ccabe04470339eec
parentdev-python/google-api-python-client: Remove py2 (diff)
downloadgentoo-ee2f49df27a34bc81897ff18824163406129606a.tar.gz
gentoo-ee2f49df27a34bc81897ff18824163406129606a.tar.bz2
gentoo-ee2f49df27a34bc81897ff18824163406129606a.zip
dev-python/uritemplate: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/uritemplate/uritemplate-0.6.ebuild2
-rw-r--r--dev-python/uritemplate/uritemplate-3.0.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/uritemplate/uritemplate-0.6.ebuild b/dev-python/uritemplate/uritemplate-0.6.ebuild
index 570f4547912c..88dda851f425 100644
--- a/dev-python/uritemplate/uritemplate-0.6.ebuild
+++ b/dev-python/uritemplate/uritemplate-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
inherit distutils-r1
diff --git a/dev-python/uritemplate/uritemplate-3.0.0.ebuild b/dev-python/uritemplate/uritemplate-3.0.0.ebuild
index 3bdb0a01acd3..a4ea032e684f 100644
--- a/dev-python/uritemplate/uritemplate-3.0.0.ebuild
+++ b/dev-python/uritemplate/uritemplate-3.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
inherit distutils-r1