dev-python/pytest-pep8: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:04:45 +0000 (21:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:11:00 +0000 (21:11 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild
dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild

index 39a230e6dffeb81b64fd58619eef5c68cd39b048..de2a0974adf4422ebdf2e5b8c3a88a43395ec3ef 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 
index dcf708678dad596c6e68a8bc7fbef36201a85f48..6dd813f124ca462fc14bf15594238b1eafbfc048 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1