diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2025-03-30 21:43:12 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 14:42:08 -0700 |
| commit | 82262bbe42e4b745482913d1a9b717a2bffc9b69 (patch) | |
| tree | 170ae0ceeabb60a87f18ef7dc7920499c3420036 /meta-python | |
| parent | 9e3b1d59ac2ee9122c1f3a36c049fa2beb6de20e (diff) | |
| download | meta-openembedded-82262bbe42e4b745482913d1a9b717a2bffc9b69.tar.gz | |
python3-exhale: new recipe (0.3.7)
Automatic C++ library API documentation generator using Doxygen, Sphinx, and Breathe.
Exhale revives Doxygen's class, file, and page hierarchies in reStructuredText documents
to make these hierarchies available in Sphinx documented projects.
No pytests are distributed in the pypi package.
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes/devtool/python3-exhale_0.3.7.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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" | ||
