summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-17 12:35:57 -0700
committerZac Medico <zmedico@gentoo.org>2017-03-17 12:35:57 -0700
commit234458b3e810ae1c291e1f4bc8118988491fe02b (patch)
tree2730522900094eef1b705b74d13d8970349584ab /dev-python
parentsys-apps/file: Add python3_6 to PYTHON_COMPAT (diff)
downloadgentoo-234458b3e810ae1c291e1f4bc8118988491fe02b.tar.gz
gentoo-234458b3e810ae1c291e1f4bc8118988491fe02b.tar.bz2
gentoo-234458b3e810ae1c291e1f4bc8118988491fe02b.zip
dev-python/uritemplate: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/uritemplate/uritemplate-0.6.ebuild4
-rw-r--r--dev-python/uritemplate/uritemplate-3.0.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/uritemplate/uritemplate-0.6.ebuild b/dev-python/uritemplate/uritemplate-0.6.ebuild
index 413da81da931..2f4cc9a8132f 100644
--- a/dev-python/uritemplate/uritemplate-0.6.ebuild
+++ b/dev-python/uritemplate/uritemplate-0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy 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 89bb5fc9eefd..64e3d0b54b70 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-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1