summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes/devtool/python3-breathe_4.36.0.bb')
-rw-r--r--meta-python/recipes/devtool/python3-breathe_4.36.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb b/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
new file mode 100644
index 0000000000..fe3d1eeb91
--- /dev/null
+++ b/meta-python/recipes/devtool/python3-breathe_4.36.0.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Sphinx Doxygen renderer"
2DESCRIPTION = "Breathe is a Sphinx plugin providing beautifully integrated Doxygen output in your user-facing documentation."
3HOMEPAGE = "https://www.breathe-doc.org/"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6"
6
7SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c"
8
9inherit pypi python_flit_core ptest ptest-python-pytest
10
11RDEPENDS:${PN} = "python3-sphinx"
12
13PYPI_PACKAGE = "breathe"
14
15BBCLASSEXTEND =+ "native"