diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:28 +0100 |
commit | 5e9c762d34175baad0a9cdf6fb3785756c3e3391 (patch) | |
tree | df95c006cee39d45176792087052f7b23e76621a /dev-python/flask-bootstrap | |
parent | dev-python/flask-api: Remove Py2 (diff) | |
download | gentoo-5e9c762d34175baad0a9cdf6fb3785756c3e3391.tar.gz gentoo-5e9c762d34175baad0a9cdf6fb3785756c3e3391.tar.bz2 gentoo-5e9c762d34175baad0a9cdf6fb3785756c3e3391.zip |
dev-python/flask-bootstrap: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/flask-bootstrap')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild b/dev-python/flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild index 71dbf8893bc7..ff09b8f2fdc9 100644 --- a/dev-python/flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild +++ b/dev-python/flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5} ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild b/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild index 71dbf8893bc7..ff09b8f2fdc9 100644 --- a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild +++ b/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5} ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild b/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild index 284d03052a71..5cea88cee852 100644 --- a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild +++ b/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |