mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
18 lines
635 B
Bash
18 lines
635 B
Bash
# Template file for 'python3-alabaster'
|
|
pkgname=python3-alabaster
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
short_desc="Configurable sidebar-enabled Sphinx theme (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
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"
|
|
checksum=c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|