From 1826ca28c3ea141e4d99e4a225e5b05a512e9bc0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 26 Jan 2020 18:03:38 +0100 Subject: dev-python/cherrypy: Remove Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild | 2 +- dev-python/cherrypy/cherrypy-13.1.0.ebuild | 2 +- dev-python/cherrypy/cherrypy-17.4.1-r1.ebuild | 2 +- dev-python/cherrypy/cherrypy-3.8.0.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-python/cherrypy') diff --git a/dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild b/dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild index d56e06649b0e..13c2d5e6fc5b 100644 --- a/dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild +++ b/dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1 diff --git a/dev-python/cherrypy/cherrypy-13.1.0.ebuild b/dev-python/cherrypy/cherrypy-13.1.0.ebuild index eceb096c1e5b..959cd1d30707 100644 --- a/dev-python/cherrypy/cherrypy-13.1.0.ebuild +++ b/dev-python/cherrypy/cherrypy-13.1.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/cherrypy/cherrypy-17.4.1-r1.ebuild b/dev-python/cherrypy/cherrypy-17.4.1-r1.ebuild index bc9e5e3927d6..5cbcb099551e 100644 --- a/dev-python/cherrypy/cherrypy-17.4.1-r1.ebuild +++ b/dev-python/cherrypy/cherrypy-17.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1 diff --git a/dev-python/cherrypy/cherrypy-3.8.0.ebuild b/dev-python/cherrypy/cherrypy-3.8.0.ebuild index b939cb23d64d..c6b1b139f363 100644 --- a/dev-python/cherrypy/cherrypy-3.8.0.ebuild +++ b/dev-python/cherrypy/cherrypy-3.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad