summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 14:15:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 14:15:52 +0100
commiteff1977b6fd4ca9266f6d72dbfa7e5ceaf28f980 (patch)
tree3ec49b9440901b0407bcea9a4723e8a37471aa02
parentdev-python/guessit: Remove py2 (diff)
downloadgentoo-eff1977b6fd4ca9266f6d72dbfa7e5ceaf28f980.tar.gz
gentoo-eff1977b6fd4ca9266f6d72dbfa7e5ceaf28f980.tar.bz2
gentoo-eff1977b6fd4ca9266f6d72dbfa7e5ceaf28f980.zip
dev-python/babelfish: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/babelfish/babelfish-0.5.5-r1.ebuild2
-rw-r--r--dev-python/babelfish/babelfish-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
index 707e8a553891..b7ed30df2c23 100644
--- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
index 90c7394ac00d..dcc8f1dacc4e 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 git-r3