dev-python/flask-restful: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:37:29 +0000 (21:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 20:45:56 +0000 (21:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
dev-python/flask-restful/flask-restful-0.3.6.ebuild
dev-python/flask-restful/flask-restful-0.3.7.ebuild

index 77fb6fbf84ff69e2f6429d8fd36abd07e9f27b3c..2222cc76b5b2b47b2845d894aa1c7105b1474029 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 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index a63239373d1adbfed3d1c104a709f25982f7ef3b..7fd37c917f426d369d194939f6e4b68f19ace4ff 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 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index ec37d219a43fc4f6e2051907d35119dc48cd350a..2662716efc18ee1e32f4ed638d95eddebc5e7d2f 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