commit: 337225dde09fe6553eabecdeb4b9504b19e22f99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 18:28:13 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 18:39:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337225dd
dev-python/isort: Drop py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 88be3a1b46e..9955c6ac44b 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 0c4b6b3ae1a..c58018e83f4 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 17e14eefd37..67a94215982 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