python3-alabaster: update to 1.0.0.

This commit is contained in:
Gonzalo Tornaría 2025-02-25 17:43:18 -03:00 committed by Đoàn Trần Công Danh
parent ec55971616
commit a124b0db75

View file

@ -1,17 +1,18 @@
# Template file for 'python3-alabaster' # Template file for 'python3-alabaster'
pkgname=python3-alabaster pkgname=python3-alabaster
version=0.7.12 version=1.0.0
revision=8 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-flit_core"
depends="python3" depends="python3"
short_desc="Configurable sidebar-enabled Sphinx theme (Python3)" short_desc="Configurable sidebar-enabled Sphinx theme (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://alabaster.readthedocs.io/" homepage="https://alabaster.readthedocs.io/"
changelog="https://raw.githubusercontent.com/sphinx-doc/alabaster/refs/heads/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz" distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
checksum=a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02 checksum=c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE.rst
} }