mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
python3-sphinxcontrib-devhelp: upgrade 1.0.5 -> 1.0.6
(From OE-Core rev: 16fc314aa345a4726fefe322548466d5bc5a5ab4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cceb802102
commit
0f8aa8c5f8
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
|
||||
HOMEPAGE = "https://www.sphinx-doc.org"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fd30d9972a142c857a80c9f312e92b93"
|
||||
|
||||
SRC_URI[sha256sum] = "9893fd3f90506bc4b97bdb977ceb8fbd823989f4316b28c3841ec128544372d3"
|
||||
|
||||
PYPI_PACKAGE = "sphinxcontrib-devhelp"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
PYPI_ARCHIVE_NAME = "sphinxcontrib_devhelp-${PV}.${PYPI_PACKAGE_EXT}"
|
||||
S = "${WORKDIR}/sphinxcontrib_devhelp-${PV}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user