Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
Date: Tue, 11 Feb 2020 12:25:17
Message-Id: 1581423824.5e1f2627757135d710da9533c910036cfcf901a9.mgorny@gentoo
1 commit: 5e1f2627757135d710da9533c910036cfcf901a9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:23:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:23:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1f2627
7
8 www-servers/gunicorn: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/gunicorn/gunicorn-19.8.1.ebuild | 2 +-
13 www-servers/gunicorn/gunicorn-19.9.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-servers/gunicorn/gunicorn-19.8.1.ebuild b/www-servers/gunicorn/gunicorn-19.8.1.ebuild
17 index a16655f7421..199d85ec02d 100644
18 --- a/www-servers/gunicorn/gunicorn-19.8.1.ebuild
19 +++ b/www-servers/gunicorn/gunicorn-19.8.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_6 )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit distutils-r1
28
29
30 diff --git a/www-servers/gunicorn/gunicorn-19.9.0.ebuild b/www-servers/gunicorn/gunicorn-19.9.0.ebuild
31 index 34f357fed9d..a3c4673b2fc 100644
32 --- a/www-servers/gunicorn/gunicorn-19.9.0.ebuild
33 +++ b/www-servers/gunicorn/gunicorn-19.9.0.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
39 +PYTHON_COMPAT=( python3_{6,7,8} )
40
41 inherit distutils-r1