dev-python/pytest-pylint: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:04:36 +0000 (21:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:10:59 +0000 (21:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-pylint/pytest-pylint-0.14.1.ebuild
dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild

index d794df777f73c8794e941d0830290d72ca3cb850..85605fa7eb8b38e45d1dcb71a50301936085904e 100644 (file)
@@ -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"
index 7dd4b1919ece3b491a74594e5881b0dad5f6944f..b9736d3679cf31e40b433dd01d828b3e67dd0b14 100644 (file)
@@ -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"