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: Sun, 31 May 2020 17:17:16
Message-Id: 1590945427.bdf49b490fdba7babab3b1a8f4b6f67bbc8fe79c.mgorny@gentoo
1 commit: bdf49b490fdba7babab3b1a8f4b6f67bbc8fe79c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 16:37:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 17:17:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf49b49
7
8 dev-python/sphinx: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinx/sphinx-3.0.4.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/sphinx/sphinx-3.0.4.ebuild b/dev-python/sphinx/sphinx-3.0.4.ebuild
16 index 3154c9ce95a..643691ef8cb 100644
17 --- a/dev-python/sphinx/sphinx-3.0.4.ebuild
18 +++ b/dev-python/sphinx/sphinx-3.0.4.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=rdepend
23 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
25 PYTHON_REQ_USE="threads(+)"
26
27 inherit distutils-r1
28 @@ -44,13 +44,13 @@ RDEPEND="
29 dev-texlive/texlive-luatex
30 app-text/dvipng
31 )"
32 -DEPEND="${RDEPEND}
33 - dev-python/setuptools[${PYTHON_USEDEP}]
34 +BDEPEND="
35 doc? (
36 dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
37 media-gfx/graphviz
38 )
39 test? (
40 + ${RDEPEND}
41 dev-python/html5lib[${PYTHON_USEDEP}]
42 dev-python/pytest[${PYTHON_USEDEP}]
43 virtual/imagemagick-tools[jpeg,png,svg]