diff options
Diffstat (limited to 'meta-python/recipes')
-rw-r--r-- | meta-python/recipes/devtool/python3-breathe_4.36.0.bb | 15 | ||||
-rw-r--r-- | meta-python/recipes/devtool/python3-exhale_0.3.7.bb | 16 |
2 files changed, 31 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 @@ | |||
1 | SUMMARY = "Sphinx Doxygen renderer" | ||
2 | DESCRIPTION = "Breathe is a Sphinx plugin providing beautifully integrated Doxygen output in your user-facing documentation." | ||
3 | HOMEPAGE = "https://www.breathe-doc.org/" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6" | ||
6 | |||
7 | SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c" | ||
8 | |||
9 | inherit pypi python_flit_core ptest ptest-python-pytest | ||
10 | |||
11 | RDEPENDS:${PN} = "python3-sphinx" | ||
12 | |||
13 | PYPI_PACKAGE = "breathe" | ||
14 | |||
15 | BBCLASSEXTEND =+ "native" | ||
diff --git a/meta-python/recipes/devtool/python3-exhale_0.3.7.bb b/meta-python/recipes/devtool/python3-exhale_0.3.7.bb new file mode 100644 index 0000000000..6168c3d2b3 --- /dev/null +++ b/meta-python/recipes/devtool/python3-exhale_0.3.7.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "Automatic C++ library api documentation generation: breathe doxygen in and exhale it out. " | ||
2 | DESCRIPTION = "\ | ||
3 | Automatic C++ library API documentation generator using Doxygen, Sphinx, and Breathe. \ | ||
4 | Exhale revives Doxygen's class, file, and page hierarchies in reStructuredText documents \ | ||
5 | to make these hierarchies available in Sphinx documented projects." | ||
6 | HOMEPAGE = "https://github.com/svenevs/exhale" | ||
7 | LICENSE = "BSD-3-Clause" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7943919a123ae99ee86a0daf9e1871" | ||
9 | |||
10 | SRC_URI[sha256sum] = "752a96d0a59456511d933311d4a81f642cd668296eacd2561905727d5ed6b0d8" | ||
11 | |||
12 | inherit pypi python_setuptools_build_meta | ||
13 | |||
14 | PYPI_PACKAGE = "exhale" | ||
15 | |||
16 | BBCLASSEXTEND =+ "native" | ||