dev-python/colorclass: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:46:51 +0000 (16:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:46:51 +0000 (16:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/colorclass/colorclass-2.2.0-r1.ebuild
dev-python/colorclass/colorclass-2.2.0.ebuild

index 79704c087f4f15f2f2cf1c4d1aa7d7a415bca95f..eebecdb2b07d87d58f0c89253bd505ac88f0c311 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Colorful worry-free console applications for multiple platforms"
index f955ecd6a25caaab8676ba06e9f7fc1cf1c62c6a..f9e47ecfee38fb097340a57942bd14a1afc24515 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Colorful worry-free console applications for multiple platforms"