python-tzlocal: update to 2.1.

This commit is contained in:
travankor 2020-05-22 12:51:16 -07:00 committed by Helmut Pozimski
parent a20e2ef0b7
commit ae4e9c6a0e

View File

@ -1,19 +1,19 @@
# Template file for 'python-tzlocal'
pkgname=python-tzlocal
version=1.5.1
revision=2
version=2.1
revision=1
archs=noarch
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"
changelog="https://raw.githubusercontent.com/regebro/tzlocal/master/CHANGES.txt"
distfiles="${PYPI_SITE}/t/tzlocal/tzlocal-${version}.tar.gz"
checksum=4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e
checksum=643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44
post_install() {
vlicense LICENSE.txt LICENSE
@ -22,7 +22,6 @@ post_install() {
python3-tzlocal_package() {
archs=noarch
depends="python3-pytz"
pycompile_module="tzlocal"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*