python3-breathe_4.36.0.bb 536 B

123456789101112131415
  1. SUMMARY = "Sphinx Doxygen renderer"
  2. DESCRIPTION = "Breathe is a Sphinx plugin providing beautifully integrated Doxygen output in your user-facing documentation."
  3. HOMEPAGE = "https://www.breathe-doc.org/"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6"
  6. SRC_URI[sha256sum] = "14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c"
  7. inherit pypi python_flit_core ptest ptest-python-pytest
  8. RDEPENDS:${PN} = "python3-sphinx"
  9. PYPI_PACKAGE = "breathe"
  10. BBCLASSEXTEND =+ "native"