From 5e9c762d34175baad0a9cdf6fb3785756c3e3391 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:12:28 +0100 Subject: [PATCH] dev-python/flask-bootstrap: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild | 2 +- dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild | 2 +- dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild | 2 +- 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 -- 2.26.2