dev-python/flask-bootstrap: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:28 +0000 (17:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:28 +0000 (17:12 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/flask-bootstrap/flask-bootstrap-3.3.6.0.ebuild
dev-python/flask-bootstrap/flask-bootstrap-3.3.7.0.ebuild
dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild

index 71dbf8893bc7d91ec1f8644e06b28972de3d3a5a..ff09b8f2fdc958ae94159e01d033e8b0b20b792d 100644 (file)
@@ -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
 
index 71dbf8893bc7d91ec1f8644e06b28972de3d3a5a..ff09b8f2fdc958ae94159e01d033e8b0b20b792d 100644 (file)
@@ -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
 
index 284d03052a7181b4d8c5de2dd906d4cd14fa7209..5cea88cee85225e3cca435527ef77beef501e702 100644 (file)
@@ -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