diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:03:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:10:58 +0100 |
commit | d64b0edef9275038bb28bdfb37011eb8a013c560 (patch) | |
tree | 58e2273b448526dc4f71e8f04906b62b09464bad /dev-python/pytest-isort | |
parent | dev-python/pytest-helpers-namespace: Remove py2 (diff) | |
download | gentoo-d64b0edef9275038bb28bdfb37011eb8a013c560.tar.gz gentoo-d64b0edef9275038bb28bdfb37011eb8a013c560.tar.bz2 gentoo-d64b0edef9275038bb28bdfb37011eb8a013c560.zip |
dev-python/pytest-isort: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-isort')
-rw-r--r-- | dev-python/pytest-isort/pytest-isort-0.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-isort/pytest-isort-0.3.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild index ce98c8967112..3b31825daf79 100644 --- a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild b/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild index 65bef8ecd039..3925e5eb29b6 100644 --- a/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild +++ b/dev-python/pytest-isort/pytest-isort-0.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |