dev-python/croniter: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 05:15:18 +0000 (06:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 05:18:24 +0000 (06:18 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/croniter/croniter-0.3.17.ebuild
dev-python/croniter/croniter-0.3.29.ebuild
dev-python/croniter/croniter-0.3.30.ebuild

index f25fc007d12fbbc9d38a8553974216401edf4190..28ab4725320ac27921429deacf76db37a8af12ca 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 882e559ce1a6238193c1ed02cb1f8e07bea0e6a5..debbc4fd5e47cd5ee9dd189fe3827bfe67e5c596 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 1e68e1d777f36bbd6cba884b081810ac05dec256..df279163ba0507cb9cca8959fa99ae018b95f358 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1