commit: 6f0068c277cdf3a99e6a81d242a29b55d31d262c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 06:16:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 06:35:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0068c2
dev-python/flask-babel: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flask-babel/flask-babel-0.11.2-r1.ebuild | 2 +-
dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild | 2 +-
dev-python/flask-babel/flask-babel-0.12.2.ebuild | 2 +-
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 e4ff093f6cd..a91895d8cc6 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 3d13c204587..4b362095079 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 775d2c7f5a4..779b4ff1907 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"