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: Sat, 27 Aug 2022 23:11:04
Message-Id: 1661579983.94f0512c0b762910152885eb95b68690ffea68eb.mgorny@gentoo
1 commit: 94f0512c0b762910152885eb95b68690ffea68eb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 05:59:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 05:59:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f0512c
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.0.2.ebuild | 122 ----------------------------------
14 2 files changed, 123 deletions(-)
15
16 diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
17 index a993fd2cfc5e..664bbe4f016c 100644
18 --- a/dev-python/sphinx/Manifest
19 +++ b/dev-python/sphinx/Manifest
20 @@ -1,4 +1,3 @@
21 DIST Sphinx-4.5.0.tar.gz 6698212 BLAKE2B e6c46d35492c3d3068c4f97e497d33973ca86b40934578804fcec901fa89d2c52b45a7546b835b873846dd16936c1bd34a7b053aec8206c688d974671155fd56 SHA512 b44d2a81ed67adaefe16a07ae0cf053b5e6c775023aaa6c57d7b3950f171deac410e8004f787b151c3c2fc350650aa69a4dc2dc7239d1fd3d351e5194617cb2c
22 -DIST Sphinx-5.0.2.tar.gz 6729086 BLAKE2B a2cbf8efca673d15e364d0db74a8c5e2c0ff469f2a102317fb9bf23aac12c12ced2593e3a5e2dd0ee2bc114f2018356d382d601a3c7ff9b2943e38b59fe45db4 SHA512 d564697f0b82a9a59dd6a81e7822dbeac00fb6cc98cdc2422f04ec87c5133b5e03057ccdfdcfe38dccff41f6c53262d49f4ee6f77047c579aa2e55370bfe2dc6
23 DIST sphinx-5.1.0.gh.tar.gz 6766298 BLAKE2B d12ef1ec0edd931a597457d868e8fc3b68675df266d8bb626021fa098aacd6027af925275ccf482b7a0d1c8d3cf4c872fca96359f433017274d66bbdcc0d7efa SHA512 595f6f75703d0849393043f24ac216e0bc726a6bf9a23964f8c024e42f2558e2c4f184752835e4016da85391d494fd20bb526d7d379fa9198ac97ff5eca605a2
24 DIST sphinx-5.1.1.gh.tar.gz 6766329 BLAKE2B ff385abe35d4a700cbb3cd8acc72313f7c923d48b38934cc35ea6128ef6c16eb6a33604daea25f81f60b65951b4623f62cd4c1a482b2c5e7285ce0ddb6226c80 SHA512 23261cabbcc73072134c22e7fb36f4c7911f4284cea9cc7be6006e500d9de65727f43214fb4427d307845cc684b9a569960ed276320855283a33b9542a2a6918
25
26 diff --git a/dev-python/sphinx/sphinx-5.0.2.ebuild b/dev-python/sphinx/sphinx-5.0.2.ebuild
27 deleted file mode 100644
28 index c551896317c1..000000000000
29 --- a/dev-python/sphinx/sphinx-5.0.2.ebuild
30 +++ /dev/null
31 @@ -1,122 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
39 -PYTHON_REQ_USE="threads(+)"
40 -
41 -inherit distutils-r1
42 -
43 -MY_P=${P^}
44 -DESCRIPTION="Python documentation generator"
45 -HOMEPAGE="
46 - https://www.sphinx-doc.org/
47 - https://github.com/sphinx-doc/sphinx/
48 - https://pypi.org/project/Sphinx/
49 -"
50 -SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz"
51 -S="${WORKDIR}"/${MY_P}
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.19[${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 - )
135 - [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
136 - tests/test_ext_autodoc.py::test_autodoc_inherited_members_None
137 - tests/test_ext_autodoc.py::test_automethod_for_builtin
138 - tests/test_ext_autodoc.py::test_cython
139 - tests/test_ext_autodoc.py::test_partialfunction
140 - tests/test_ext_autodoc_autoclass.py::test_autodoc_process_bases
141 - tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_decendants_of_generic_type
142 - tests/test_ext_autodoc_autoclass.py::test_show_inheritance_for_subclass_of_generic_type
143 - tests/test_ext_autodoc_autofunction.py::test_builtin_function
144 - tests/test_ext_autodoc_autofunction.py::test_methoddescriptor
145 - tests/test_ext_autodoc_automodule.py::test_automodule_inherited_members
146 - tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module
147 - tests/test_ext_autosummary.py::test_autosummary_generate_content_for_module_skipped
148 - tests/test_util_inspect.py::test_isattributedescriptor
149 - tests/test_util_typing.py::test_stringify_type_hints_pep_585
150 - )
151 -
152 - epytest
153 -}