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, 25 Sep 2022 14:01:24
Message-Id: 1664113442.d6b134521ab3116157de437306ca2c6a54849f30.mgorny@gentoo
1 commit: d6b134521ab3116157de437306ca2c6a54849f30
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 13:43:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 13:44:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b13452
7
8 dev-python/sphinx: Bump to 5.2.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinx/Manifest | 1 +
13 dev-python/sphinx/sphinx-5.2.0.ebuild | 125 ++++++++++++++++++++++++++++++++++
14 2 files changed, 126 insertions(+)
15
16 diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
17 index 93437beb0ebc..f4e14b25e914 100644
18 --- a/dev-python/sphinx/Manifest
19 +++ b/dev-python/sphinx/Manifest
20 @@ -1,2 +1,3 @@
21 DIST Sphinx-4.5.0.tar.gz 6698212 BLAKE2B e6c46d35492c3d3068c4f97e497d33973ca86b40934578804fcec901fa89d2c52b45a7546b835b873846dd16936c1bd34a7b053aec8206c688d974671155fd56 SHA512 b44d2a81ed67adaefe16a07ae0cf053b5e6c775023aaa6c57d7b3950f171deac410e8004f787b151c3c2fc350650aa69a4dc2dc7239d1fd3d351e5194617cb2c
22 DIST sphinx-5.1.1.gh.tar.gz 6766329 BLAKE2B ff385abe35d4a700cbb3cd8acc72313f7c923d48b38934cc35ea6128ef6c16eb6a33604daea25f81f60b65951b4623f62cd4c1a482b2c5e7285ce0ddb6226c80 SHA512 23261cabbcc73072134c22e7fb36f4c7911f4284cea9cc7be6006e500d9de65727f43214fb4427d307845cc684b9a569960ed276320855283a33b9542a2a6918
23 +DIST sphinx-5.2.0.gh.tar.gz 6777631 BLAKE2B 53514f0561a53e656f15f434f79a2e2a6c0b41989bbc98f8c7e3e0548ab180339d2908827a933124576dacbed76db7e519ee1e626597a3f50900a90cb8b1c23b SHA512 480c288cd9bf3c1bc61aa97fc4549dd6f0c3d23c2fb5cc5f15a20780984c518f50638a42a87b9c2c0b4eb24ef57e6cfbd812a82a9227ae439028a0fdd5f165a7
24
25 diff --git a/dev-python/sphinx/sphinx-5.2.0.ebuild b/dev-python/sphinx/sphinx-5.2.0.ebuild
26 new file mode 100644
27 index 000000000000..46163127e936
28 --- /dev/null
29 +++ b/dev-python/sphinx/sphinx-5.2.0.ebuild
30 @@ -0,0 +1,125 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=flit
37 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
38 +PYTHON_REQ_USE="threads(+)"
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Python documentation generator"
43 +HOMEPAGE="
44 + https://www.sphinx-doc.org/
45 + https://github.com/sphinx-doc/sphinx/
46 + https://pypi.org/project/Sphinx/
47 +"
48 +SRC_URI="
49 + https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
50 + -> ${P}.gh.tar.gz
51 +"
52 +
53 +LICENSE="BSD"
54 +SLOT="0"
55 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
56 +IUSE="doc latex"
57 +
58 +RDEPEND="
59 + <dev-python/alabaster-0.8[${PYTHON_USEDEP}]
60 + >=dev-python/Babel-2.9[${PYTHON_USEDEP}]
61 + <dev-python/docutils-0.20[${PYTHON_USEDEP}]
62 + >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
63 + >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
64 + >=dev-python/pygments-2.12[${PYTHON_USEDEP}]
65 + >=dev-python/requests-2.5.0[${PYTHON_USEDEP}]
66 + >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
67 + dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
68 + dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
69 + dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
70 + >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
71 + >=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
72 + dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
73 + >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
74 + $(python_gen_cond_dep '
75 + >=dev-python/importlib_metadata-4.8[${PYTHON_USEDEP}]
76 + ' 3.8 3.9)
77 + latex? (
78 + dev-texlive/texlive-latexextra
79 + dev-texlive/texlive-luatex
80 + app-text/dvipng
81 + )
82 + !dev-python/namespace-sphinxcontrib
83 +"
84 +BDEPEND="
85 + doc? (
86 + dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
87 + media-gfx/graphviz
88 + )
89 + test? (
90 + app-text/dvipng
91 + dev-python/cython[${PYTHON_USEDEP}]
92 + dev-python/html5lib[${PYTHON_USEDEP}]
93 + dev-texlive/texlive-fontsextra
94 + dev-texlive/texlive-latexextra
95 + dev-texlive/texlive-luatex
96 + virtual/imagemagick-tools[jpeg,png,svg]
97 + )
98 +"
99 +
100 +PATCHES=(
101 + "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
102 + "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
103 +)
104 +
105 +distutils_enable_tests pytest
106 +
107 +python_prepare_all() {
108 + # disable internet access
109 + sed -i -e 's:^intersphinx_mapping:disabled_&:' \
110 + doc/conf.py || die
111 +
112 + distutils-r1_python_prepare_all
113 +}
114 +
115 +python_compile_all() {
116 + if use doc; then
117 + esetup.py build_sphinx
118 + HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
119 + fi
120 +}
121 +
122 +python_test() {
123 + mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
124 + local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
125 +
126 + local EPYTEST_DESELECT=(
127 + # these tests require Internet access
128 + tests/test_build_latex.py::test_latex_images
129 + tests/test_build_linkcheck.py::test_defaults
130 + tests/test_build_linkcheck.py::test_defaults_json
131 + tests/test_build_linkcheck.py::test_anchors_ignored
132 + # TODO
133 + tests/test_ext_autodoc_autoclass.py::test_classes
134 + tests/test_ext_autodoc_autofunction.py::test_classes
135 + tests/test_ext_inheritance_diagram.py::test_import_classes
136 + )
137 + [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
138 + tests/test_ext_autodoc.py::test_autodoc_inherited_members_None
139 + tests/test_ext_autodoc.py::test_automethod_for_builtin
140 + tests/test_ext_autodoc.py::test_cython
141 + tests/test_ext_autodoc.py::test_partialfunction
142 + tests/test_ext_autodoc_autoclass.py::test_autodoc_process_bases
143 + tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_decendants_of_generic_type
144 + tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_subclass_of_generic_type
145 + tests/test_ext_autodoc_autofunction.py::test_builtin_function
146 + tests/test_ext_autodoc_autofunction.py::test_methoddescriptor
147 + tests/test_ext_autodoc_automodule.py::test_automodule_inherited_members
148 + tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module
149 + tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module_skipped
150 + tests/test_util_inspect.py::test_isattributedescriptor
151 + tests/test_util_typing.py::test_stringify_type_hints_pep_585
152 + )
153 +
154 + epytest
155 +}