blob: 39589881daacb46952d39d544905b881f536affe [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001DESCRIPTION = "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 Williams864cc432023-02-09 14:54:44 -06006SRC_URI[sha256sum] = "0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007
8PYPI_PACKAGE = "sphinxcontrib-htmlhelp"
9
Patrick Williams864cc432023-02-09 14:54:44 -060010inherit pypi python_setuptools_build_meta
Andrew Geissler9aee5002022-03-30 16:27:02 +000011
12BBCLASSEXTEND = "native nativesdk"