Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/
Date: Mon, 30 Dec 2019 21:54:26
Message-Id: 1577742848.deb1027de26aa2f90f69f044c0ef9ed624fcf823.slashbeast@gentoo
1 commit: deb1027de26aa2f90f69f044c0ef9ed624fcf823
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 21:15:58 2019 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 21:54:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb1027d
7
8 dev-python/sphinx-1.7.5-r1: python 3.8 support added.
9
10 At least pbr requires sphinx for testing, meaning a sphinx with both
11 py27 and py38 will be required, and since sphinx-2 no longer have py27
12 support, 1.7.5-r1 gets py38.
13
14 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
15
16 dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
20 index b83025fe718..953efc97486 100644
21 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
22 +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
28 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
29 PYTHON_REQ_USE="threads(+)"
30
31 inherit distutils-r1