summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-11 07:16:58 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-11 07:35:24 +0100
commit6f0068c277cdf3a99e6a81d242a29b55d31d262c (patch)
tree2bd04d2956dece74bee68445e0ea257e8b234e2a
parentdev-python/frozen-flask: Remove py2 (diff)
downloadgentoo-6f0068c2.tar.gz
gentoo-6f0068c2.tar.bz2
gentoo-6f0068c2.zip
dev-python/flask-babel: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/flask-babel/flask-babel-0.11.2-r1.ebuild2
-rw-r--r--dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild2
-rw-r--r--dev-python/flask-babel/flask-babel-0.12.2.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask-babel/flask-babel-0.11.2-r1.ebuild b/dev-python/flask-babel/flask-babel-0.11.2-r1.ebuild
index e4ff093f6cd5..a91895d8cc66 100644
--- a/dev-python/flask-babel/flask-babel-0.11.2-r1.ebuild
+++ b/dev-python/flask-babel/flask-babel-0.11.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
+PYTHON_COMPAT=( pypy3 python3_6 )
inherit distutils-r1
diff --git a/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild b/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild
index 3d13c204587b..4b3620950791 100644
--- a/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild
+++ b/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1
MY_PN="Flask-Babel"
diff --git a/dev-python/flask-babel/flask-babel-0.12.2.ebuild b/dev-python/flask-babel/flask-babel-0.12.2.ebuild
index 775d2c7f5a4b..779b4ff1907d 100644
--- a/dev-python/flask-babel/flask-babel-0.12.2.ebuild
+++ b/dev-python/flask-babel/flask-babel-0.12.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1
MY_PN="Flask-Babel"