From 8cabb9535c79483b9a451e97f168cc006c085d01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 6 Feb 2020 07:23:19 +0100 Subject: [PATCH] dev-python/toolz: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/toolz/toolz-0.8.0.ebuild | 2 +- dev-python/toolz/toolz-0.8.2.ebuild | 2 +- dev-python/toolz/toolz-0.9.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/toolz/toolz-0.8.0.ebuild b/dev-python/toolz/toolz-0.8.0.ebuild index cf0e788c22db..b26289aab422 100644 --- a/dev-python/toolz/toolz-0.8.0.ebuild +++ b/dev-python/toolz/toolz-0.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/toolz/toolz-0.8.2.ebuild b/dev-python/toolz/toolz-0.8.2.ebuild index 194bea99e184..0a342536e08d 100644 --- a/dev-python/toolz/toolz-0.8.2.ebuild +++ b/dev-python/toolz/toolz-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/toolz/toolz-0.9.0.ebuild b/dev-python/toolz/toolz-0.9.0.ebuild index 5c7ce0a8da31..67bb2da757d9 100644 --- a/dev-python/toolz/toolz-0.9.0.ebuild +++ b/dev-python/toolz/toolz-0.9.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 -- 2.26.2