dev-python/cliff: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 13:30:33 +0000 (14:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 13:33:59 +0000 (14:33 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cliff/cliff-2.12.0-r2.ebuild
dev-python/cliff/cliff-2.12.0.ebuild

index ad16b17bab63ef7ec2bc9451be23d4f1c4d271e1..a1af7fb8e25fabb24deabf491c66ac9f2d5e4ba9 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 VIRTUALX_REQUIRED="test"
 
 inherit distutils-r1 virtualx
index c22026b415218ab0926954d5c4bb103a1a7965fa..fcd3f69df19d4be083ddc35ed3b70295b2088dbc 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1