blob: 9571137fb617c173fad57b9b65bb507f45f2fd6b [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001DESCRIPTION = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible."
2HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
Andrew Geisslerc5535c92023-01-27 16:10:19 -06005LIC_FILES_CHKSUM = "file://LICENSE;md5=21860fdb805bf4e0bfaf94b566b747fa"
Andrew Geissler9aee5002022-03-30 16:27:02 +00006
Andrew Geisslerc5535c92023-01-27 16:10:19 -06007SRC_URI[sha256sum] = "a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2"
Andrew Geissler9aee5002022-03-30 16:27:02 +00008
9inherit setuptools3 pypi
10
11BBCLASSEXTEND = "native nativesdk"