summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.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.6.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.6.bb')
-rw-r--r--meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb
deleted file mode 100644
index 3538b063d6..0000000000
--- a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb
+++ /dev/null
@@ -1,15 +0,0 @@
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] = "62b9d1a186ab7f5ee3356d906f648cacb7a6bdb94d201ee7adf26db55092982d"
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"