From 8cef776345081b918b05c05c9c5df127f6a4d563 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Feb 2020 21:15:46 +0100 Subject: dev-python/python-engineio: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/python-engineio/python-engineio-1.7.0.ebuild | 2 +- dev-python/python-engineio/python-engineio-2.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/python-engineio') diff --git a/dev-python/python-engineio/python-engineio-1.7.0.ebuild b/dev-python/python-engineio/python-engineio-1.7.0.ebuild index 8e005c9fcd68..379ec3f2b7e2 100644 --- a/dev-python/python-engineio/python-engineio-1.7.0.ebuild +++ b/dev-python/python-engineio/python-engineio-1.7.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-engineio/python-engineio-2.2.0.ebuild b/dev-python/python-engineio/python-engineio-2.2.0.ebuild index 8e005c9fcd68..379ec3f2b7e2 100644 --- a/dev-python/python-engineio/python-engineio-2.2.0.ebuild +++ b/dev-python/python-engineio/python-engineio-2.2.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 -- cgit v1.2.3-65-gdbad