dev-python/babelfish: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:15:52 +0000 (14:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:15:52 +0000 (14:15 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/babelfish/babelfish-0.5.5-r1.ebuild
dev-python/babelfish/babelfish-9999.ebuild

index 707e8a5538918adeba2f592e99ca58c8eb0601a2..b7ed30df2c233db779bbc33456472d53002a7776 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 90c7394ac00d01e0669868d6d8a0e86eb57ac4e7..dcc8f1dacc4e7b2fe53d398a55d55e8e3c57f76a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3