summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 14:15:39 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 14:15:39 +0100
commit4c95f2fcbc1ad44ae2756dfa23a8dc1cc4df4301 (patch)
tree2e820e6b4ffe94bde9a107fd135de99fadd8da4e /dev-python/guessit
parentdev-python/aws-xray-sdk-python: Remove py2 (diff)
downloadgentoo-4c95f2fcbc1ad44ae2756dfa23a8dc1cc4df4301.tar.gz
gentoo-4c95f2fcbc1ad44ae2756dfa23a8dc1cc4df4301.tar.bz2
gentoo-4c95f2fcbc1ad44ae2756dfa23a8dc1cc4df4301.zip
dev-python/guessit: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/guessit')
-rw-r--r--dev-python/guessit/guessit-3.0.0.ebuild2
-rw-r--r--dev-python/guessit/guessit-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/guessit/guessit-3.0.0.ebuild b/dev-python/guessit/guessit-3.0.0.ebuild
index 5d72beeaa2f7..a8d2b6d0ebee 100644
--- a/dev-python/guessit/guessit-3.0.0.ebuild
+++ b/dev-python/guessit/guessit-3.0.0.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/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
index f574cfa5d6d4..81cc05628768 100644
--- a/dev-python/guessit/guessit-9999.ebuild
+++ b/dev-python/guessit/guessit-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 git-r3