xref: /openbmc/openbmc/meta-openembedded/meta-python/recipes/devtool/python3-exhale_0.3.7.bb (revision eaae0b339f806200d8722cb09e5e3b83c15a5956)
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
16BBCLASSEXTEND =+ "native"
17