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, 18 Aug 2020 08:04:04
Message-Id: 1597737836.6503f9101ab0583ad1a2570a0044148ab105d0f8.mgorny@gentoo
1 commit: 6503f9101ab0583ad1a2570a0044148ab105d0f8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 14:04:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 08:03:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6503f910
7
8 www-servers/gunicorn: Port to pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/gunicorn/gunicorn-20.0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/gunicorn/gunicorn-20.0.4.ebuild b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
16 index 1c881d642a1..7105a5fd3e3 100644
17 --- a/www-servers/gunicorn/gunicorn-20.0.4.ebuild
18 +++ b/www-servers/gunicorn/gunicorn-20.0.4.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=rdepend
23 -PYTHON_COMPAT=( python3_{6..9} )
24 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
25
26 inherit distutils-r1