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/uwsgi/
Date: Sun, 02 Aug 2020 12:03:08
Message-Id: 1596369778.a76176a2296fd347bbb6848c488fe2f72faa4580.mgorny@gentoo
1 commit: a76176a2296fd347bbb6848c488fe2f72faa4580
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 12:00:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 12:02:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76176a2
7
8 www-servers/uwsgi: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/uwsgi/uwsgi-2.0.18.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
16 index 2ba21267a17..1f61916e28d 100644
17 --- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild
18 +++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25 PYTHON_REQ_USE="threads(+)"
26
27 RUBY_OPTIONAL="yes"