32 lines
816 B
Bash
32 lines
816 B
Bash
# Template file for 'python-alabaster'
|
|
pkgname=python-alabaster
|
|
version=0.7.11
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="alabaster-${version}"
|
|
build_style=python-module
|
|
pycompile_module="alabaster"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
short_desc="Configurable sidebar-enabled Sphinx theme (Python2)"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://alabaster.readthedocs.io/"
|
|
license="BSD-3-Clause"
|
|
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
|
|
checksum=b63b1f4dc77c074d386752ec4a8a7517600f6c0db8cd42980cae17ab7b3275d7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-alabaster_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="alabaster"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|