void-packages/srcpkgs/python-alabaster/template
2015-05-06 09:46:01 +02:00

28 lines
815 B
Bash

# Template file for 'python-alabaster'
pkgname=python-alabaster
version=0.7.4
revision=1
noarch=yes
wrksrc="alabaster-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-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="BSD"
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
checksum=ce77e2fdbaabaae393ffce2a6252a0a666e3977c6c2fa1c48c4ded0569785951
python3.4-alabaster_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="alabaster"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}