dev-python/cherrypy: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Jan 2020 17:03:38 +0000 (18:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Jan 2020 17:11:40 +0000 (18:11 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cherrypy/cherrypy-13.1.0-r1.ebuild
dev-python/cherrypy/cherrypy-13.1.0.ebuild
dev-python/cherrypy/cherrypy-17.4.1-r1.ebuild
dev-python/cherrypy/cherrypy-3.8.0.ebuild

index d56e06649b0e174c0894affe1c62ad0dbf8067ce..13c2d5e6fc5b4fc4b252d37d666f7e5a3963ea54 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 
index eceb096c1e5b7e20c4ba68733eac543132a6e6fa..959cd1d30707aed2f61a4c8a30cd6c406cf2da57 100644 (file)
@@ -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
 
index bc9e5e3927d68d07cfb885bde2f69d60ecdab9c7..5cbcb099551e3c5ee90380cf931a0b4fa5d0e00e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 
index b939cb23d64d7114f8c3e360e885dcc7e667f003..c6b1b139f36309f8bf64b6207094f788d4da55e3 100644 (file)
@@ -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