dev-python/python-socketio: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:15:43 +0000 (21:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:46:51 +0000 (21:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-socketio/python-socketio-1.7.4.ebuild
dev-python/python-socketio/python-socketio-1.8.0.ebuild
dev-python/python-socketio/python-socketio-2.0.0.ebuild

index 82ac6111006ba733da197668be5358f98680c7d6..1f0d0165b58297c5cd8c03bb965a688ed1c2c913 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index f07efcf9fa5b52856b6477b1e50e965c3b02aae9..34da195701db01c4726b543f9d244f1af230f8fd 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index a9c1c3e9d3ef8f9fa8c250dc098f9ef60e0d5645..49f7279a786486b3eede98d11957b2a883e7d6ed 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1