python3-alabaster: upgrade 0.7.12 -> 0.7.13

Changelog:
https://github.com/bitprophet/alabaster/blob/main/docs/changelog.rst

License-Update: Copyright year updated to 2020.

(From OE-Core rev: 4f03db8b70f429436143d6f36b746bdf99fb3d55)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2023-01-15 13:22:53 +08:00
committed by Richard Purdie
parent b1fb0b9429
commit 462fe87d05

View File

@@ -0,0 +1,11 @@
DESCRIPTION = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible."
HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=21860fdb805bf4e0bfaf94b566b747fa"
SRC_URI[sha256sum] = "a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2"
inherit setuptools3 pypi
BBCLASSEXTEND = "native nativesdk"