commit: 05838a20983083d1346160a7b74961585047fcc9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 20:15:43 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 20:46:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05838a20
dev-python/python-socketio: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-socketio/python-socketio-1.7.4.ebuild | 2 +- dev-python/python-socketio/python-socketio-1.8.0.ebuild | 2 +- dev-python/python-socketio/python-socketio-2.0.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/python-socketio/python-socketio-1.7.4.ebuild b/dev-python/python-socketio/python-socketio-1.7.4.ebuild index 82ac6111006..1f0d0165b58 100644 --- a/dev-python/python-socketio/python-socketio-1.7.4.ebuild +++ b/dev-python/python-socketio/python-socketio-1.7.4.ebuild @@ -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 diff --git a/dev-python/python-socketio/python-socketio-1.8.0.ebuild b/dev-python/python-socketio/python-socketio-1.8.0.ebuild index f07efcf9fa5..34da195701d 100644 --- a/dev-python/python-socketio/python-socketio-1.8.0.ebuild +++ b/dev-python/python-socketio/python-socketio-1.8.0.ebuild @@ -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 diff --git a/dev-python/python-socketio/python-socketio-2.0.0.ebuild b/dev-python/python-socketio/python-socketio-2.0.0.ebuild index a9c1c3e9d3e..49f7279a786 100644 --- a/dev-python/python-socketio/python-socketio-2.0.0.ebuild +++ b/dev-python/python-socketio/python-socketio-2.0.0.ebuild @@ -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
