Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/, dev-python/sphinx/files/
Date: Tue, 01 Dec 2020 10:12:06
Message-Id: 1606817514.e6de90e511e93aab2f6a8c0f774c4719e5a32ee9.sam@gentoo
1 commit: e6de90e511e93aab2f6a8c0f774c4719e5a32ee9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 10:11:54 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 10:11:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6de90e5
7
8 dev-python/sphinx: backport USE=doc fix to stable
9
10 Bug: https://bugs.gentoo.org/728810
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../{sphinx-3.3.1-doc-link.patch => sphinx-3.2.1-doc-link.patch} | 0
15 dev-python/sphinx/sphinx-3.2.1.ebuild | 4 ++++
16 dev-python/sphinx/sphinx-3.3.1.ebuild | 2 +-
17 3 files changed, 5 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch b/dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch
20 similarity index 100%
21 rename from dev-python/sphinx/files/sphinx-3.3.1-doc-link.patch
22 rename to dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch
23
24 diff --git a/dev-python/sphinx/sphinx-3.2.1.ebuild b/dev-python/sphinx/sphinx-3.2.1.ebuild
25 index c46ed008554..14440f9d436 100644
26 --- a/dev-python/sphinx/sphinx-3.2.1.ebuild
27 +++ b/dev-python/sphinx/sphinx-3.2.1.ebuild
28 @@ -62,6 +62,10 @@ BDEPEND="
29
30 S="${WORKDIR}/${P^}"
31
32 +PATCHES=(
33 + "${FILESDIR}/${PN}-3.3.1-doc-link.patch"
34 +)
35 +
36 python_prepare_all() {
37 # remove tests that fail due to network-sandbox
38 rm tests/test_build_linkcheck.py || die "Failed to remove web tests"
39
40 diff --git a/dev-python/sphinx/sphinx-3.3.1.ebuild b/dev-python/sphinx/sphinx-3.3.1.ebuild
41 index f77fc4923c6..1d28fd61326 100644
42 --- a/dev-python/sphinx/sphinx-3.3.1.ebuild
43 +++ b/dev-python/sphinx/sphinx-3.3.1.ebuild
44 @@ -63,7 +63,7 @@ BDEPEND="
45 S="${WORKDIR}/${P^}"
46
47 PATCHES=(
48 - "${FILESDIR}/${PN}-3.3.1-doc-link.patch"
49 + "${FILESDIR}/${PN}-3.2.1-doc-link.patch"
50 )
51
52 python_prepare_all() {