diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-08-07 11:43:25 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-08 14:28:49 +0100 |
| commit | 79d1a2d39a4bf7fec76bd441a6924f8219c362f6 (patch) | |
| tree | 59d31d5ab8759136db93886d65a614e5f4342ad9 /meta/recipes-devtools/python/python3-sphinx_8.0.2.bb | |
| parent | dc3e34b3a63a5e3374305586eb507ade4d477ec2 (diff) | |
| download | poky-79d1a2d39a4bf7fec76bd441a6924f8219c362f6.tar.gz | |
python3-sphinx: upgrade 7.4.7 -> 8.0.2
Changelog: https://github.com/sphinx-doc/sphinx/releases
(From OE-Core rev: fdadf315eb79dd97f8998f20d0bef8ea980212d5)
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_8.0.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-sphinx_8.0.2.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx_8.0.2.bb b/meta/recipes-devtools/python/python3-sphinx_8.0.2.bb new file mode 100644 index 0000000000..94ea56c4fd --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinx_8.0.2.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] = "0cce1ddcc4fd3532cf1dd283bc7d886758362c5c1de6598696579ce96d8ffa5b" | ||
| 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" | ||
