python-pytz: update to 2021.1; claim maintainership

This commit is contained in:
Andrew J. Hesford 2021-02-08 09:55:08 -05:00
parent 5d63e8f0b1
commit 29859723e0

View File

@ -1,6 +1,6 @@
# Template file for 'python-pytz'
pkgname=python-pytz
version=2020.5
version=2021.1
revision=1
wrksrc="pytz-${version}"
build_style=python-module
@ -8,11 +8,11 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python tzdata"
checkdepends="python-pytest python3-pytest tzdata"
short_desc="Python2 timezone library"
maintainer="Alessio Sergi <al3hex@gmail.com>"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://pythonhosted.org/pytz/"
distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
checksum=180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5
checksum=83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da
do_check() {
PYTHONPATH=build-2.7/lib python2 -m pytest