diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-06 10:07:18 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-08 00:09:42 +0100 |
| commit | 6aab3219b3e0865a5b629b0fc578973b2053353e (patch) | |
| tree | b2eebccabec2f7d2cb0b6d5d2e34565008d91bcf /meta/recipes-devtools/python/python3-sphinx_5.0.2.bb | |
| parent | 16b4f7fb8067749c1810071252edfe52e5b4bb70 (diff) | |
| download | poky-6aab3219b3e0865a5b629b0fc578973b2053353e.tar.gz | |
python3-sphinx: upgrade 5.0.0 -> 5.0.2
(From OE-Core rev: b8fd816336152a7656adca5d39a0c0612bac066e)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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_5.0.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-sphinx_5.0.2.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb b/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb new file mode 100644 index 0000000000..46cc26e67e --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | DESCRIPTION = "Python documentation generator" | ||
| 2 | HOMEPAGE = "http://sphinx-doc.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Sphinx" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0" | ||
| 10 | |||
| 11 | inherit setuptools3 pypi | ||
| 12 | |||
| 13 | |||
| 14 | do_install:append () { | ||
| 15 | # The cache format of "{None, 'en', 'ja'}" doesn't seem to be consistent (dict ordering?) | ||
| 16 | rm ${D}${libdir}/${PYTHON_DIR}/site-packages/sphinx/writers/__pycache__/*latex* | ||
| 17 | } | ||
| 18 | |||
| 19 | RDEPENDS:${PN} = "\ | ||
| 20 | python3-packaging python3-docutils python3-requests \ | ||
| 21 | python3-imagesize python3-alabaster python3-jinja2 \ | ||
| 22 | python3-babel python3-pygments python3-snowballstemmer \ | ||
| 23 | python3-sphinxcontrib-applehelp python3-sphinxcontrib-devhelp \ | ||
| 24 | python3-sphinxcontrib-jsmath python3-sphinxcontrib-htmlhelp \ | ||
| 25 | python3-sphinxcontrib-serializinghtml python3-sphinxcontrib-qthelp \ | ||
| 26 | " | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
