blob: e30c61c3980a3391d452f1ca840f174db5694c3e [file] [log] [blame]
Patrick Williamsda295312023-12-05 16:48:56 -06001SUMMARY = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
2HOMEPAGE = "https://www.sphinx-doc.org"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886"
5
Patrick Williams73bd93f2024-02-20 08:07:48 -06006SRC_URI[sha256sum] = "0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015"
Patrick Williamsda295312023-12-05 16:48:56 -06007
Patrick Williams03514f12024-04-05 07:04:11 -05008PYPI_PACKAGE = "sphinxcontrib_htmlhelp"
Patrick Williamsda295312023-12-05 16:48:56 -06009
10inherit pypi python_flit_core
11
Patrick Williamsda295312023-12-05 16:48:56 -060012BBCLASSEXTEND = "native nativesdk"