summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-16 22:01:16 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-16 22:01:16 +0200
commit864cedc1e7d688f324c849b5a0fc006e38abe7cb (patch)
tree06cc346cacc369853149877d7aca0478f9bd970f
parentdev-python/ecdsa: Add python3_6 (diff)
downloadgentoo-864cedc1e7d688f324c849b5a0fc006e38abe7cb.tar.gz
gentoo-864cedc1e7d688f324c849b5a0fc006e38abe7cb.tar.bz2
gentoo-864cedc1e7d688f324c849b5a0fc006e38abe7cb.zip
dev-python/babelfish: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/babelfish/babelfish-0.5.5-r1.ebuild4
-rw-r--r--dev-python/babelfish/babelfish-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
index 72e1f8d69f11..45a530fbae29 100644
--- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5-r1.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=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
index 5162d5a26f5a..e8b9c1375b77 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-9999.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=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1 git-r3