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: dev-python/sphinx/
Date: Mon, 16 Jul 2018 19:57:36
Message-Id: 1531771032.356aac59ae0b8dffc1189debf3c449a3a0f0b53d.mgorny@gentoo
1 commit: 356aac59ae0b8dffc1189debf3c449a3a0f0b53d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 20:15:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 19:57:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356aac59
7
8 dev-python/sphinx: Enable py3.7
9
10 dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
14 index 130b1d14f22..68cbe615c4e 100644
15 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
16 +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
23 PYTHON_REQ_USE="threads(+)"
24
25 inherit distutils-r1