31 lines
816 B
Bash
31 lines
816 B
Bash
# Template file for 'python-alabaster'
|
|
pkgname=python-alabaster
|
|
version=0.7.12
|
|
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=a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02
|
|
|
|
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
|
|
}
|
|
}
|