From f97a758487a7c95b0e4b1ac09da429b53a9a0e76 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 4 Feb 2020 20:37:14 +0100 Subject: dev-python/cytoolz: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cytoolz/cytoolz-0.10.0.ebuild | 2 +- dev-python/cytoolz/cytoolz-0.8.0.ebuild | 2 +- dev-python/cytoolz/cytoolz-0.8.2.ebuild | 2 +- 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 -- cgit v1.2.3-65-gdbad