dev-python/css-parser: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 17:32:01 +0000 (18:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 17:48:52 +0000 (18:48 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/css-parser/css-parser-1.0.4-r1.ebuild
dev-python/css-parser/css-parser-1.0.4.ebuild

index a4463625ab4da7ace19072ff1e21ac9568bcf6c9..6e64e14284fea69e83e16de5f021f36b63652141 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index ae8265ea555dca2d6684f5bf619f7ca0fb8563db..2e8f83f05692681081a4cdccdf509a8341e3392c 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1