dev-python/flask-socketio: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:30 +0000 (17:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:12:30 +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-socketio/flask-socketio-2.9.2.ebuild
dev-python/flask-socketio/flask-socketio-3.0.1.ebuild

index 51ad6dcc2c4ad9e484ca2585c4cc68d993104ac6..af21a284a9d5ebfa07febf28497bff8a8440f356 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python3_{5,6} pypy3 )
 
 inherit distutils-r1
 
index 40d2ce71bb3ae09f1bbad89d78fafb36a4290851..2d450fa60c30959185d939f5cac74a1d97597a60 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python3_{5,6} pypy3 )
 
 inherit distutils-r1