mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
python3-breathe: new recipe version 4.36.0
Breathe is a Sphinx plugin providing beautifully integrated Doxygen output in your user-facing documentation Added to ptest list. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
adb57d702b
commit
9e3b1d59ac
|
|
@ -14,6 +14,7 @@ PTESTS_FAST_META_PYTHON = "\
|
||||||
python3-aspectlib \
|
python3-aspectlib \
|
||||||
python3-bleak \
|
python3-bleak \
|
||||||
python3-blinker \
|
python3-blinker \
|
||||||
|
python3-breathe \
|
||||||
python3-cachetools \
|
python3-cachetools \
|
||||||
python3-cbor2 \
|
python3-cbor2 \
|
||||||
python3-configobj \
|
python3-configobj \
|
||||||
|
|
|
||||||
3
meta-python/recipes/devtool/python3-breathe/run-ptest
Normal file
3
meta-python/recipes/devtool/python3-breathe/run-ptest
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
pytest --automake
|
||||||
22
meta-python/recipes/devtool/python3-breathe_4.36.0.bb
Normal file
22
meta-python/recipes/devtool/python3-breathe_4.36.0.bb
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
SUMMARY = "Sphinx Doxygen renderer"
|
||||||
|
DESCRIPTION = "Breathe is a Sphinx plugin providing beautifully integrated Doxygen output in your user-facing documentation."
|
||||||
|
HOMEPAGE = "https://www.breathe-doc.org/"
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6"
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c"
|
||||||
|
|
||||||
|
inherit pypi python_flit_core ptest
|
||||||
|
|
||||||
|
SRC_URI:append = " file://run-ptest"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = "python3-sphinx"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "breathe"
|
||||||
|
|
||||||
|
do_install_ptest() {
|
||||||
|
install -d ${D}${PTEST_PATH}/tests
|
||||||
|
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||||
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND =+ "native"
|
||||||
Loading…
Reference in New Issue
Block a user