dev-python/ansicolor: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:38:39 +0000 (21:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:45:59 +0000 (21:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ansicolor/ansicolor-0.2.6.ebuild
dev-python/ansicolor/ansicolor-9999.ebuild

index 7ef5812453e6de75dc9be2eae9ee879df07ce8ec..866117da94921fa42a7a38e6e5318c0051c63a04 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 43e3b92c5f6f14c85b1de09446440ffe3ef1b322..e5f2a4f1961f54adc7691a7a114288da2cc1613d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3