diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-18 19:28:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-18 19:39:25 +0100 |
commit | 337225dde09fe6553eabecdeb4b9504b19e22f99 (patch) | |
tree | dcc4f5a40d046da3159d2ce9e08d86894d36dc8d /dev-python/isort | |
parent | dev-python/pylint: Drop py2 (diff) | |
download | gentoo-337225dde09fe6553eabecdeb4b9504b19e22f99.tar.gz gentoo-337225dde09fe6553eabecdeb4b9504b19e22f99.tar.bz2 gentoo-337225dde09fe6553eabecdeb4b9504b19e22f99.zip |
dev-python/isort: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/isort')
-rw-r--r-- | dev-python/isort/isort-4.2.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/isort/isort-4.3.15.ebuild | 2 | ||||
-rw-r--r-- | 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 88be3a1b46ee..9955c6ac44b9 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 0c4b6b3ae1ac..c58018e83f49 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 17e14eefd37d..67a94215982b 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 |