From 337225dde09fe6553eabecdeb4b9504b19e22f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 18 Mar 2020 19:28:13 +0100 Subject: [PATCH] dev-python/isort: Drop py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/isort/isort-4.2.5.ebuild | 2 +- dev-python/isort/isort-4.3.15.ebuild | 2 +- dev-python/isort/isort-4.3.21_p2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/isort/isort-4.2.5.ebuild b/dev-python/isort/isort-4.2.5.ebuild index 88be3a1b46eef..9955c6ac44b9a 100644 --- a/dev-python/isort/isort-4.2.5.ebuild +++ b/dev-python/isort/isort-4.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="A python utility/library to sort imports" diff --git a/dev-python/isort/isort-4.3.15.ebuild b/dev-python/isort/isort-4.3.15.ebuild index 0c4b6b3ae1ac1..c58018e83f49d 100644 --- a/dev-python/isort/isort-4.3.15.ebuild +++ b/dev-python/isort/isort-4.3.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A python utility/library to sort imports" diff --git a/dev-python/isort/isort-4.3.21_p2.ebuild b/dev-python/isort/isort-4.3.21_p2.ebuild index 17e14eefd37dc..67a94215982b8 100644 --- a/dev-python/isort/isort-4.3.21_p2.ebuild +++ b/dev-python/isort/isort-4.3.21_p2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1