dev-python/pytest-flake8: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:02:19 +0000 (21:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:10:54 +0000 (21:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild

index 7ade828412c895e880f2ae51acb1a03a5fbc807e..cb297114cf3fef5a58a7bcec97a1a3c03c07c059 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 1667ba9e06d0a4c1a2153f62572c45b7591d9126..9a28f875f218f57773cd7f9e246e4780fe1e718f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1