void-packages/srcpkgs/python-alabaster/template

29 lines
815 B
Bash
Raw Normal View History

2015-04-01 10:23:00 +00:00
# Template file for 'python-alabaster'
pkgname=python-alabaster
2015-06-23 21:01:00 +00:00
version=0.7.6
2015-05-06 07:46:01 +00:00
revision=1
2015-04-01 10:23:00 +00:00
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"
2015-06-23 21:01:00 +00:00
checksum=309d33e0282c8209f792f3527f41ec04e508ff837c61fc1906dde988a256deeb
2015-04-01 10:23:00 +00:00
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
}
}