void-packages/srcpkgs/python-tzlocal/template
2015-10-06 16:04:29 +02:00

28 lines
818 B
Bash

# Template file for 'python-tzlocal'
pkgname=python-tzlocal
version=1.2
revision=1
noarch=yes
wrksrc="tzlocal-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-pytz"
pycompile_module="tzlocal"
short_desc="Return the tzinfo object for the local timezone in Python2"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="CC0-1.0"
homepage="https://pypi.python.org/pypi/tzlocal"
distfiles="${PYPI_SITE}/t/tzlocal/tzlocal-${version}.tar.gz"
checksum=438f122d684c951b22cb98aecc80fdb961b84e69542bf878c6b9a9419de09a8b
python3.4-tzlocal_package() {
noarch=yes
depends="python3.4-pytz"
pycompile_version="3.4"
pycompile_module="tzlocal"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}