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: Tue, 30 Aug 2022 18:53:33
Message-Id: 1661885603.a44e443dd5a3cca605fc675edbbced39cc32e08b.mgorny@gentoo
1 commit: a44e443dd5a3cca605fc675edbbced39cc32e08b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:49:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 18:53:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44e443d
7
8 dev-python/sphinx: Remove old
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.1.0.ebuild | 124 ----------------------------------
14 2 files changed, 125 deletions(-)
15
16 diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
17 index 664bbe4f016c..93437beb0ebc 100644
18 --- a/dev-python/sphinx/Manifest
19 +++ b/dev-python/sphinx/Manifest
20 @@ -1,3 +1,2 @@
21 DIST Sphinx-4.5.0.tar.gz 6698212 BLAKE2B e6c46d35492c3d3068c4f97e497d33973ca86b40934578804fcec901fa89d2c52b45a7546b835b873846dd16936c1bd34a7b053aec8206c688d974671155fd56 SHA512 b44d2a81ed67adaefe16a07ae0cf053b5e6c775023aaa6c57d7b3950f171deac410e8004f787b151c3c2fc350650aa69a4dc2dc7239d1fd3d351e5194617cb2c
22 -DIST sphinx-5.1.0.gh.tar.gz 6766298 BLAKE2B d12ef1ec0edd931a597457d868e8fc3b68675df266d8bb626021fa098aacd6027af925275ccf482b7a0d1c8d3cf4c872fca96359f433017274d66bbdcc0d7efa SHA512 595f6f75703d0849393043f24ac216e0bc726a6bf9a23964f8c024e42f2558e2c4f184752835e4016da85391d494fd20bb526d7d379fa9198ac97ff5eca605a2
23 DIST sphinx-5.1.1.gh.tar.gz 6766329 BLAKE2B ff385abe35d4a700cbb3cd8acc72313f7c923d48b38934cc35ea6128ef6c16eb6a33604daea25f81f60b65951b4623f62cd4c1a482b2c5e7285ce0ddb6226c80 SHA512 23261cabbcc73072134c22e7fb36f4c7911f4284cea9cc7be6006e500d9de65727f43214fb4427d307845cc684b9a569960ed276320855283a33b9542a2a6918
24
25 diff --git a/dev-python/sphinx/sphinx-5.1.0.ebuild b/dev-python/sphinx/sphinx-5.1.0.ebuild
26 deleted file mode 100644
27 index 2680fb049358..000000000000
28 --- a/dev-python/sphinx/sphinx-5.1.0.ebuild
29 +++ /dev/null
30 @@ -1,124 +0,0 @@
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=setuptools
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-1.3[${PYTHON_USEDEP}]
61 - <dev-python/docutils-0.20[${PYTHON_USEDEP}]
62 - dev-python/imagesize[${PYTHON_USEDEP}]
63 - >=dev-python/jinja-2.3[${PYTHON_USEDEP}]
64 - >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
65 - >=dev-python/requests-2.5.0[${PYTHON_USEDEP}]
66 - >=dev-python/snowballstemmer-1.1[${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[${PYTHON_USEDEP}]
74 - $(python_gen_cond_dep '
75 - >=dev-python/importlib_metadata-4.4[${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 - dev-python/html5lib[${PYTHON_USEDEP}]
91 - virtual/imagemagick-tools[jpeg,png,svg]
92 - dev-texlive/texlive-fontsextra
93 - dev-texlive/texlive-latexextra
94 - dev-texlive/texlive-luatex
95 - app-text/dvipng
96 - )
97 -"
98 -
99 -PATCHES=(
100 - "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
101 - "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
102 -)
103 -
104 -distutils_enable_tests pytest
105 -
106 -python_prepare_all() {
107 - # disable internet access
108 - sed -i -e 's:^intersphinx_mapping:disabled_&:' \
109 - doc/conf.py || die
110 -
111 - distutils-r1_python_prepare_all
112 -}
113 -
114 -python_compile_all() {
115 - if use doc; then
116 - esetup.py build_sphinx
117 - HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
118 - fi
119 -}
120 -
121 -python_test() {
122 - mkdir -p "${BUILD_DIR}/sphinx_tempdir" || die
123 - local -x SPHINX_TEST_TEMPDIR="${BUILD_DIR}/sphinx_tempdir"
124 -
125 - local EPYTEST_DESELECT=(
126 - # these tests require Internet access
127 - tests/test_build_latex.py::test_latex_images
128 - tests/test_build_linkcheck.py::test_defaults
129 - tests/test_build_linkcheck.py::test_defaults_json
130 - tests/test_build_linkcheck.py::test_anchors_ignored
131 - # TODO
132 - tests/test_ext_autodoc_autoclass.py::test_classes
133 - tests/test_ext_autodoc_autofunction.py::test_classes
134 - tests/test_ext_inheritance_diagram.py::test_import_classes
135 - )
136 - [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
137 - tests/test_ext_autodoc.py::test_autodoc_inherited_members_None
138 - tests/test_ext_autodoc.py::test_automethod_for_builtin
139 - tests/test_ext_autodoc.py::test_cython
140 - tests/test_ext_autodoc.py::test_partialfunction
141 - tests/test_ext_autodoc_autoclass.py::test_autodoc_process_bases
142 - tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_decendants_of_generic_type
143 - tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_subclass_of_generic_type
144 - tests/test_ext_autodoc_autofunction.py::test_builtin_function
145 - tests/test_ext_autodoc_autofunction.py::test_methoddescriptor
146 - tests/test_ext_autodoc_automodule.py::test_automodule_inherited_members
147 - tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module
148 - tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module_skipped
149 - tests/test_util_inspect.py::test_isattributedescriptor
150 - tests/test_util_typing.py::test_stringify_type_hints_pep_585
151 - )
152 -
153 - epytest
154 -}