summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-08 08:42:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 08:25:28 +0100
commit2f04fe29788e6cd433a9c125b98fb737a6556243 (patch)
tree88807674250eb4a58d4bf33672ad6d8ad40999f4 /meta/recipes-devtools/python/python3-sphinx_5.0.2.bb
parentc610953499d1addfe6a473676edd326cf4e35f85 (diff)
downloadpoky-2f04fe29788e6cd433a9c125b98fb737a6556243.tar.gz
python3-sphinx: upgrade 5.0.2 -> 5.1.1
(From OE-Core rev: a6ad111a54deeb3d75fde9ba5881c8e803d8859a) 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.bb28
1 files changed, 0 insertions, 28 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
deleted file mode 100644
index 46cc26e67e..0000000000
--- a/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1DESCRIPTION = "Python documentation generator"
2HOMEPAGE = "http://sphinx-doc.org/"
3SECTION = "devel/python"
4LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253"
6
7PYPI_PACKAGE = "Sphinx"
8
9SRC_URI[sha256sum] = "b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0"
10
11inherit setuptools3 pypi
12
13
14do_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
19RDEPENDS:${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
28BBCLASSEXTEND = "native nativesdk"