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

index 5d72beeaa2f7b3c3b6d30b0de83811e15aa60e21..a8d2b6d0ebee542ab4df4387f6e28af9853bb0a3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index f574cfa5d6d414507584b548c0eebb2719fca1bc..81cc05628768585091a61f4b56a32858ad451cca 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3