dev-python/pytest-metadata: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:04:07 +0000 (21:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:10:58 +0000 (21:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-metadata/pytest-metadata-1.3.0.ebuild
dev-python/pytest-metadata/pytest-metadata-1.7.0.ebuild
dev-python/pytest-metadata/pytest-metadata-1.8.0.ebuild

index 12f0b73f77d52a3660500ad3dd6319a340775264..3ce6c44a57f9f982387e4221edb61bc4c998c698 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index 12f0b73f77d52a3660500ad3dd6319a340775264..3ce6c44a57f9f982387e4221edb61bc4c998c698 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index e6a4966ba7159bc09c08ce9fc5dacf6b01bc6926..d7943df1d7678aed5e11a6958a59debd84d1f163 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,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1