summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-10 17:32:45 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-10 17:43:43 -0500
commit83d7e63a8e7f137dfe7c162fa40c5ae6bc82c1ab (patch)
tree0bf28baa7a944803f1589c74ce5894ebfd08af18
parentdev-python/google-auth: add py37 support (diff)
downloadgentoo-83d7e63a8e7f137dfe7c162fa40c5ae6bc82c1ab.tar.gz
gentoo-83d7e63a8e7f137dfe7c162fa40c5ae6bc82c1ab.tar.bz2
gentoo-83d7e63a8e7f137dfe7c162fa40c5ae6bc82c1ab.zip
dev-python/uritemplate: add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--dev-python/uritemplate/uritemplate-3.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/uritemplate/uritemplate-3.0.0.ebuild b/dev-python/uritemplate/uritemplate-3.0.0.ebuild
index 52c980c86e9e..70ae58a7e62d 100644
--- a/dev-python/uritemplate/uritemplate-3.0.0.ebuild
+++ b/dev-python/uritemplate/uritemplate-3.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
inherit distutils-r1