summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-02 09:00:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-13 13:51:41 +0000
commitc84590f0b02ae35fbedf1a95dd015262edce53d8 (patch)
treea86ad486f1af411a8fb52471ab83f53ff66b52ac /meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb
parent484f3c295ea3b1191deecfd326bf74ca7984c8a2 (diff)
downloadpoky-c84590f0b02ae35fbedf1a95dd015262edce53d8.tar.gz
python3-sphinxcontrib-qthelp: upgrade 1.0.6 -> 1.0.7
(From OE-Core rev: 7c9606bd80e7ea405c931af0059a4d920caa6e3c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb')
-rw-r--r--meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb
new file mode 100644
index 0000000000..b24f7f8e6f
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Is a sphinx extension which outputs QtHelp document."
2HOMEPAGE = "http://babel.edgewall.org/"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb"
5
6SRC_URI[sha256sum] = "053dedc38823a80a7209a80860b16b722e9e0209e32fea98c90e4e6624588ed6"
7
8PYPI_PACKAGE = "sphinxcontrib-qthelp"
9
10inherit pypi python_flit_core
11
12PYPI_ARCHIVE_NAME = "sphinxcontrib_qthelp-${PV}.${PYPI_PACKAGE_EXT}"
13S = "${WORKDIR}/sphinxcontrib_qthelp-${PV}"
14
15BBCLASSEXTEND = "native nativesdk"