summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-sphinx_7.1.1.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-09-05 15:34:08 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 07:53:51 +0100
commitd40b464dbe207220057415051d52195ae7da9b2c (patch)
tree5e211ac2e08c8c093644c6f53d66e2b9fe22b0c3 /meta/recipes-devtools/python/python3-sphinx_7.1.1.bb
parent6482b8b6fc0105d3962c01c95c9daa64986fa961 (diff)
downloadpoky-d40b464dbe207220057415051d52195ae7da9b2c.tar.gz
python3-sphinx: upgrade 7.1.1 -> 7.2.5
Changelog: https://github.com/sphinx-doc/sphinx/blob/master/CHANGES (From OE-Core rev: 499a44748dea92f1484d7a64b88eac8430764b88) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-sphinx_7.1.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-sphinx_7.1.1.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx_7.1.1.bb b/meta/recipes-devtools/python/python3-sphinx_7.1.1.bb
deleted file mode 100644
index 92d6012692..0000000000
--- a/meta/recipes-devtools/python/python3-sphinx_7.1.1.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1SUMMARY = "Python documentation generator"
2HOMEPAGE = "http://sphinx-doc.org/"
3SECTION = "devel/python"
4LICENSE = "BSD-2-Clause & MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb6ac1b115a1ed24a12d9f15b633993"
6
7SRC_URI[sha256sum] = "59b8e391f0768a96cd233e8300fe7f0a8dc2f64f83dc2a54336a9a84f428ff4e"
8
9inherit python_flit_core pypi
10UPSTREAM_CHECK_REGEX = "/Sphinx/(?P<pver>(\d+[\.\-_]*)+)/"
11
12do_install:append () {
13 # The cache format of "{None, 'en', 'ja'}" doesn't seem to be consistent (dict ordering?)
14 rm ${D}${libdir}/${PYTHON_DIR}/site-packages/sphinx/writers/__pycache__/*latex*
15}
16
17RDEPENDS:${PN} = "\
18 python3-alabaster \
19 python3-babel \
20 python3-docutils \
21 python3-imagesize \
22 python3-jinja2 \
23 python3-packaging \
24 python3-pygments \
25 python3-requests \
26 python3-snowballstemmer \
27 python3-sphinxcontrib-applehelp \
28 python3-sphinxcontrib-devhelp \
29 python3-sphinxcontrib-htmlhelp \
30 python3-sphinxcontrib-jsmath \
31 python3-sphinxcontrib-qthelp \
32 python3-sphinxcontrib-serializinghtml \
33 "
34
35BBCLASSEXTEND = "native nativesdk"