# Template file for 'python-alabaster' pkgname=python-alabaster version=0.7.9 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 " homepage="https://github.com/bitprophet/alabaster" license="3-clause-BSD" distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz" checksum=47afd43b08a4ecaa45e3496e139a193ce364571e7e10c6a87ca1a4c57eb7ea08 post_install() { vlicense LICENSE } 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 vlicense LICENSE } }