dev-python/cytoolz: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 19:37:14 +0000 (20:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 19:47:20 +0000 (20:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cytoolz/cytoolz-0.10.0.ebuild
dev-python/cytoolz/cytoolz-0.8.0.ebuild
dev-python/cytoolz/cytoolz-0.8.2.ebuild

index b2617dcd95694f95ae545f2eebe68a2c946193d5..b458df04bf16e97d80e0080b3116db79ca5c8e2a 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 1bad2aa4fd85b15e80162dfbd4f40c42bcdf25bf..f1eeef58cd52b5bebc91829be1bb78086851edbe 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
 
index 78b48b218d8dc00f1f1a699ee51a875af27c5ac9..ecdfa27160c729884ca1f0e666c65c14b715d513 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