dev-python/rebulk: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:59:56 +0000 (21:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:32 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rebulk/rebulk-0.9.0.ebuild
dev-python/rebulk/rebulk-9999.ebuild

index 20f7e36ec3681476e65e989986223d761fa9e773..4828cd9ec638f892d6feab9ba2df1944cb24fd25 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index b9f3215d179a19a920d61f4392739c1b8fd83155..88825450c608e2dd93216b3af64fd4e2906e24e9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3