mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python-pytz: update to 2021.1; claim maintainership
This commit is contained in:
parent
5d63e8f0b1
commit
29859723e0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pytz'
|
# Template file for 'python-pytz'
|
||||||
pkgname=python-pytz
|
pkgname=python-pytz
|
||||||
version=2020.5
|
version=2021.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pytz-${version}"
|
wrksrc="pytz-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -8,11 +8,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python tzdata"
|
depends="python tzdata"
|
||||||
checkdepends="python-pytest python3-pytest tzdata"
|
checkdepends="python-pytest python3-pytest tzdata"
|
||||||
short_desc="Python2 timezone library"
|
short_desc="Python2 timezone library"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pythonhosted.org/pytz/"
|
homepage="https://pythonhosted.org/pytz/"
|
||||||
distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytz/pytz-${version}.tar.gz"
|
||||||
checksum=180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5
|
checksum=83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH=build-2.7/lib python2 -m pytest
|
PYTHONPATH=build-2.7/lib python2 -m pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue