diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-29 09:09:55 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-03 07:47:36 +0100 |
| commit | 1ea6c5cea2b1b321d85f7cc918dd1074a0a28bb5 (patch) | |
| tree | 8b37ae7db399c055e4b0f52702c9a22f9c3ffcfb /meta/recipes-devtools/python/python3-sphinx_7.4.7.bb | |
| parent | 7b6eeb3ef2466c176ebde57212e2ad42ef2675da (diff) | |
| download | poky-1ea6c5cea2b1b321d85f7cc918dd1074a0a28bb5.tar.gz | |
python3-sphinx: upgrade 7.3.7 -> 7.4.7
Changelog:
https://www.sphinx-doc.org/en/master/changes.html
(From OE-Core rev: acb4e7bf7f33047cb36749d7215c479654fd0b7c)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-sphinx_7.4.7.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-sphinx_7.4.7.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx_7.4.7.bb b/meta/recipes-devtools/python/python3-sphinx_7.4.7.bb new file mode 100644 index 0000000000..e713852385 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinx_7.4.7.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | SUMMARY = "Python documentation generator" | ||
| 2 | HOMEPAGE = "http://sphinx-doc.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-2-Clause & MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b6c681698874edd2eb9eaff7cc9de642" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "242f92a7ea7e6c5b406fdc2615413890ba9f699114a9c09192d7dfead2ee9cfe" | ||
| 8 | |||
| 9 | inherit python_flit_core pypi | ||
| 10 | UPSTREAM_CHECK_REGEX = "/Sphinx/(?P<pver>(\d+[\.\-_]*)+)/" | ||
| 11 | |||
| 12 | do_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 | |||
| 17 | RDEPENDS:${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 | |||
| 35 | BBCLASSEXTEND = "native nativesdk" | ||
