python3-tempora: update to 5.0.1.

This commit is contained in:
tibequadorian 2022-03-23 20:47:29 +01:00 committed by Andrew J. Hesford
parent 450c7872be
commit dba4722448

View file

@ -1,19 +1,18 @@
# Template file for 'python3-tempora' # Template file for 'python3-tempora'
pkgname=python3-tempora pkgname=python3-tempora
version=4.1.1 version=5.0.1
revision=2 revision=1
wrksrc="tempora-${version}" wrksrc="tempora-${version}"
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools_scm" hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-setuptools python3-six python3-pytz" depends="python3-setuptools python3-pytz python3-jaraco.functools"
checkdepends="python3-pytest python3-freezegun checkdepends="python3-pytest python3-freezegun $depends"
python3-jaraco python3-jaraco.functools $depends"
short_desc="Objects and routines pertaining to date and time (Python3)" short_desc="Objects and routines pertaining to date and time (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/jaraco/tempora" homepage="https://github.com/jaraco/tempora"
distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz" distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950 checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3" alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
do_check() { do_check() {