32 lines
822 B
Bash
32 lines
822 B
Bash
# Template file for 'python-alabaster'
|
|
pkgname=python-alabaster
|
|
version=0.7.10
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="alabaster-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
pycompile_module="alabaster"
|
|
short_desc="Configurable sidebar-enabled Sphinx theme (Python2)"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/bitprophet/alabaster"
|
|
license="3-clause-BSD"
|
|
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
|
|
checksum=37cdcb9e9954ed60912ebc1ca12a9d12178c26637abdf124e3cde2341c257fe0
|
|
|
|
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
|
|
}
|
|
}
|