From 82262bbe42e4b745482913d1a9b717a2bffc9b69 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sun, 30 Mar 2025 21:43:12 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes/devtool/python3-exhale_0.3.7.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes/devtool/python3-exhale_0.3.7.bb (limited to 'meta-python/recipes/devtool') 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 @@ +SUMMARY = "Automatic C++ library api documentation generation: breathe doxygen in and exhale it out. " +DESCRIPTION = "\ + 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." +HOMEPAGE = "https://github.com/svenevs/exhale" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7943919a123ae99ee86a0daf9e1871" + +SRC_URI[sha256sum] = "752a96d0a59456511d933311d4a81f642cd668296eacd2561905727d5ed6b0d8" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "exhale" + +BBCLASSEXTEND =+ "native" -- cgit v1.2.3-54-g00ecf