From: Michał Górny Date: Wed, 5 Feb 2020 20:04:36 +0000 (+0100) Subject: dev-python/pytest-pylint: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=82c19dadcb3f23a43bff7d6f66852a177bb1ed11;p=gentoo.git dev-python/pytest-pylint: Remove py2 Signed-off-by: Michał Górny --- 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 d794df777f73..85605fa7eb8b 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 7dd4b1919ece..b9736d3679cf 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"