summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 20:37:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 20:47:20 +0100
commitf97a758487a7c95b0e4b1ac09da429b53a9a0e76 (patch)
tree9e3021c95023674bce2081755b491ca6a94c90c8
parentdev-python/cvxopt: Remove py2 (diff)
downloadgentoo-f97a7584.tar.gz
gentoo-f97a7584.tar.bz2
gentoo-f97a7584.zip
dev-python/cytoolz: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cytoolz/cytoolz-0.10.0.ebuild2
-rw-r--r--dev-python/cytoolz/cytoolz-0.8.0.ebuild2
-rw-r--r--dev-python/cytoolz/cytoolz-0.8.2.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cytoolz/cytoolz-0.10.0.ebuild b/dev-python/cytoolz/cytoolz-0.10.0.ebuild
index b2617dcd9569..b458df04bf16 100644
--- a/dev-python/cytoolz/cytoolz-0.10.0.ebuild
+++ b/dev-python/cytoolz/cytoolz-0.10.0.ebuild
@@ -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
diff --git a/dev-python/cytoolz/cytoolz-0.8.0.ebuild b/dev-python/cytoolz/cytoolz-0.8.0.ebuild
index 1bad2aa4fd85..f1eeef58cd52 100644
--- a/dev-python/cytoolz/cytoolz-0.8.0.ebuild
+++ b/dev-python/cytoolz/cytoolz-0.8.0.ebuild
@@ -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
diff --git a/dev-python/cytoolz/cytoolz-0.8.2.ebuild b/dev-python/cytoolz/cytoolz-0.8.2.ebuild
index 78b48b218d8d..ecdfa27160c7 100644
--- a/dev-python/cytoolz/cytoolz-0.8.2.ebuild
+++ b/dev-python/cytoolz/cytoolz-0.8.2.ebuild
@@ -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