commit: 1826ca28c3ea141e4d99e4a225e5b05a512e9bc0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 17:03:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 17:11:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1826ca28
dev-python/cherrypy: Remove Python 2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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(-)
diff --git a/dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild
b/dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild
index d56e06649b0..13c2d5e6fc5 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 eceb096c1e5..959cd1d3070 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 bc9e5e3927d..5cbcb099551 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 b939cb23d64..c6b1b139f36 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