www-servers/gunicorn: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:23:44 +0000 (13:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:23:44 +0000 (13:23 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
www-servers/gunicorn/gunicorn-19.8.1.ebuild
www-servers/gunicorn/gunicorn-19.9.0.ebuild

index a16655f74215b45a5ac00dcaa907364f6620a255..199d85ec02d55d9bddec984d3fd33e0e0853fb9f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 34f357fed9df69662a5187a007cee3b00c3991bf..a3c4673b2fcbe00f64e736e43f810cdde05ab43f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1