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/files/, dev-python/sphinx/
Date: Sun, 02 Jan 2022 03:37:26
Message-Id: 1641094613.3d5741d2ebc8f7a3ac870001f3b49013065f1140.sam@gentoo
1 commit: 3d5741d2ebc8f7a3ac870001f3b49013065f1140
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 03:36:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 03:36:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5741d2
7
8 dev-python/sphinx: add USE=doc patch
9
10 Closes: https://bugs.gentoo.org/823095
11 Thanks-to: Dirk Sondermann <ds-gentoo <AT> dyximaq.de>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch | 14 ++++++++++++++
15 dev-python/sphinx/sphinx-4.3.2.ebuild | 3 ++-
16 2 files changed, 16 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch b/dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch
19 new file mode 100644
20 index 000000000000..c06727f429b4
21 --- /dev/null
22 +++ b/dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch
23 @@ -0,0 +1,14 @@
24 +https://bugs.gentoo.org/823095
25 +--- a/doc/usage/configuration.rst
26 ++++ b/doc/usage/configuration.rst
27 +@@ -2650,8 +2650,8 @@
28 + A regular expression that matches a URI.
29 + *auth_info*
30 + Authentication information to use for that URI. The value can be anything
31 +- that is understood by the ``requests`` library (see :ref:`requests
32 +- Authentication <requests:authentication>` for details).
33 ++ that is understood by the ``requests`` library (see `requests
34 ++ Authentication <https://docs.python-requests.org/en/master/user/authentication/#authentication>`_ for details).
35 +
36 + The ``linkcheck`` builder will use the first matching ``auth_info`` value
37 + it can find in the :confval:`linkcheck_auth` list, so values earlier in the
38
39 diff --git a/dev-python/sphinx/sphinx-4.3.2.ebuild b/dev-python/sphinx/sphinx-4.3.2.ebuild
40 index c54c5794ced7..8dffc929d649 100644
41 --- a/dev-python/sphinx/sphinx-4.3.2.ebuild
42 +++ b/dev-python/sphinx/sphinx-4.3.2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2021 Gentoo Authors
45 +# Copyright 1999-2022 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=8
49 @@ -57,6 +57,7 @@ BDEPEND="
50
51 PATCHES=(
52 "${FILESDIR}/${PN}-3.2.1-doc-link.patch"
53 + "${FILESDIR}/${PN}-4.3.2-doc-link.patch"
54 )
55
56 distutils_enable_tests pytest