xref: /openbmc/openbmc/meta-openembedded/meta-python/recipes/devtool/python3-exhale_0.3.7.bb (revision eaae0b339f806200d8722cb09e5e3b83c15a5956)
1*eaae0b33SPatrick WilliamsSUMMARY = "Automatic C++ library api documentation generation: breathe doxygen in and exhale it out. "
2*eaae0b33SPatrick WilliamsDESCRIPTION = "\
3*eaae0b33SPatrick Williams    Automatic C++ library API documentation generator using Doxygen, Sphinx, and Breathe. \
4*eaae0b33SPatrick Williams    Exhale revives Doxygen's class, file, and page hierarchies in reStructuredText documents \
5*eaae0b33SPatrick Williams    to make these hierarchies available in Sphinx documented projects."
6*eaae0b33SPatrick WilliamsHOMEPAGE = "https://github.com/svenevs/exhale"
7*eaae0b33SPatrick WilliamsLICENSE = "BSD-3-Clause"
8*eaae0b33SPatrick WilliamsLIC_FILES_CHKSUM = "file://LICENSE;md5=fa7943919a123ae99ee86a0daf9e1871"
9*eaae0b33SPatrick Williams
10*eaae0b33SPatrick WilliamsSRC_URI[sha256sum] = "752a96d0a59456511d933311d4a81f642cd668296eacd2561905727d5ed6b0d8"
11*eaae0b33SPatrick Williams
12*eaae0b33SPatrick Williamsinherit pypi python_setuptools_build_meta
13*eaae0b33SPatrick Williams
14*eaae0b33SPatrick WilliamsPYPI_PACKAGE = "exhale"
15*eaae0b33SPatrick Williams
16*eaae0b33SPatrick WilliamsBBCLASSEXTEND =+ "native"
17