diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-26 18:03:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-26 18:11:40 +0100 |
commit | 1826ca28c3ea141e4d99e4a225e5b05a512e9bc0 (patch) | |
tree | 430081b854c853abb648d2625d3f3d7650ebe311 /dev-python/cherrypy | |
parent | sys-cluster/ceph: Remove Python 2 (diff) | |
download | gentoo-1826ca28c3ea141e4d99e4a225e5b05a512e9bc0.tar.gz gentoo-1826ca28c3ea141e4d99e4a225e5b05a512e9bc0.tar.bz2 gentoo-1826ca28c3ea141e4d99e4a225e5b05a512e9bc0.zip |
dev-python/cherrypy: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cherrypy')
-rw-r--r-- | dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cherrypy/cherrypy-13.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cherrypy/cherrypy-17.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |