summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-exhale
diff options
context:
space:
mode:
authorJan Vermaete <jan.vermaete@gmail.com>2025-08-17 19:40:52 +0200
committerKhem Raj <raj.khem@gmail.com>2025-08-18 07:50:00 -0700
commit496b290dc9a7845297fa768fae1d6b94d4bbc6a7 (patch)
tree90860f1aff329443ff242527fb1b3b28606edaac /meta-python/recipes-devtools/python3-exhale
parente1e5d2155f354eb6c534cd7f895bc7c07f29b1c0 (diff)
downloadmeta-openembedded-496b290dc9a7845297fa768fae1d6b94d4bbc6a7.tar.gz
python3-exhale: fixed location + added nativesdk
* moved the recipe from meta-python/recipes/devtool to meta-python/recipes-devtools/python3-exhale What seems to be a more common location * added nativesdk to BBCLASSEXTEND Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-exhale')
-rw-r--r--meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb b/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb
new file mode 100644
index 0000000000..e0e30763d4
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Automatic C++ library api documentation generation: breathe doxygen in and exhale it out. "
2DESCRIPTION = "\
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."
6HOMEPAGE = "https://github.com/svenevs/exhale"
7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7943919a123ae99ee86a0daf9e1871"
9
10SRC_URI[sha256sum] = "752a96d0a59456511d933311d4a81f642cd668296eacd2561905727d5ed6b0d8"
11
12inherit pypi python_setuptools_build_meta
13
14PYPI_PACKAGE = "exhale"
15
16RDEPENDS:${PN} = "\
17 python3-beautifulsoup4 \
18 "
19
20BBCLASSEXTEND =+ "native nativesdk"