dev-python/lesscpy: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:10:23 +0000 (17:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:21 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/lesscpy/lesscpy-0.11.1.ebuild
dev-python/lesscpy/lesscpy-0.13.0.ebuild

index 9616d41cb732bcf1692070b874ad198141bdef20..0aac1ed93382de89066ffb8ddb9b84a4ca02b612 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 4f4872ce601765120eac9cb677abd52b741f273d..669434fc4446c7e58d9fc0c63eebccde9a651317 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