commit: ee2f49df27a34bc81897ff18824163406129606a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 15:41:10 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 15:47:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2f49df
dev-python/uritemplate: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/uritemplate/uritemplate-0.6.ebuild | 2 +-
dev-python/uritemplate/uritemplate-3.0.0.ebuild | 2 +-
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 570f4547912..88dda851f42 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 3bdb0a01acd..a4ea032e684 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