blob: 4d14216c5243aceb2ac79d651cae822ccf7e9690 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001DESCRIPTION = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
2HOMEPAGE = "https://www.sphinx-doc.org"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5"
5
Patrick Williams864cc432023-02-09 14:54:44 -06006SRC_URI[sha256sum] = "828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007
Patrick Williams864cc432023-02-09 14:54:44 -06008inherit pypi python_setuptools_build_meta
Andrew Geissler9aee5002022-03-30 16:27:02 +00009
10BBCLASSEXTEND = "native nativesdk"