dev-python/args: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:21:10 +0000 (13:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:23:13 +0000 (13:23 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/args/args-0.1.0-r1.ebuild
dev-python/args/args-0.1.0.ebuild

index 9f8832f03768e635f159ebe8a7e029fecfc39f7d..811f73e196022d2a17aafa2bd13bb9a532e961bb 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index 98631360549fef6ff7647fded68380c2152d09cc..9fbe436f8b8dc05964ead614e1f3d8b127b295d3 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