commit: 82c19dadcb3f23a43bff7d6f66852a177bb1ed11
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 20:04:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 20:10:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c19dad
dev-python/pytest-pylint: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild | 2 +-
dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
b/dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
index d794df777f7..85605fa7eb8 100644
--- a/dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
+++ b/dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="pytest plugin to check source code with pylint"
diff --git a/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild
b/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild
index 7dd4b1919ec..b9736d3679c 100644
--- a/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild
+++ b/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="pytest plugin to check source code with pylint"