39 lines
1.0 KiB
Bash
39 lines
1.0 KiB
Bash
# Template file for 'python-tzlocal'
|
|
pkgname=python-tzlocal
|
|
version=1.4
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="tzlocal-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-pytz"
|
|
pycompile_module="tzlocal"
|
|
short_desc="Return the tzinfo object for the local timezone (Python2)"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="MIT"
|
|
homepage="https://github.com/regebro/tzlocal"
|
|
distfiles="${PYPI_SITE}/t/tzlocal/tzlocal-${version}.tar.gz"
|
|
checksum=05a2908f7fb1ba8843f03b2360d6ad314dbf2bce4644feb702ccd38527e13059
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|
|
|
|
python3-tzlocal_package() {
|
|
noarch=yes
|
|
depends="python3-pytz"
|
|
pycompile_module="tzlocal"
|
|
replaces="python3.4-tzlocal>=0"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|
|
}
|
|
python3.4-tzlocal_package() {
|
|
noarch=yes
|
|
build_style=meta
|
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
|
depends="python3-tzlocal>=${version}_${revision}"
|
|
}
|