summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-03 21:37:29 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-03 21:45:56 +0100
commit676ef12ec586e7c80095deb8555a3ed5c9107f72 (patch)
treebdaa628f0085f073de5981e43cfdbf94a97c2497 /dev-python/flask-restful
parentsys-apps/elivepatch-server: Remove py2 (diff)
downloadgentoo-676ef12ec586e7c80095deb8555a3ed5c9107f72.tar.gz
gentoo-676ef12ec586e7c80095deb8555a3ed5c9107f72.tar.bz2
gentoo-676ef12ec586e7c80095deb8555a3ed5c9107f72.zip
dev-python/flask-restful: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-restful')
-rw-r--r--dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild2
-rw-r--r--dev-python/flask-restful/flask-restful-0.3.6.ebuild2
-rw-r--r--dev-python/flask-restful/flask-restful-0.3.7.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
index 77fb6fbf84ff..2222cc76b5b2 100644
--- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
@@ -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
diff --git a/dev-python/flask-restful/flask-restful-0.3.6.ebuild b/dev-python/flask-restful/flask-restful-0.3.6.ebuild
index a63239373d1a..7fd37c917f42 100644
--- a/dev-python/flask-restful/flask-restful-0.3.6.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.6.ebuild
@@ -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
diff --git a/dev-python/flask-restful/flask-restful-0.3.7.ebuild b/dev-python/flask-restful/flask-restful-0.3.7.ebuild
index ec37d219a43f..2662716efc18 100644
--- a/dev-python/flask-restful/flask-restful-0.3.7.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.7.ebuild
@@ -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