python3-freezegun: update to 0.3.15.

This commit is contained in:
Aluísio Augusto Silva Gonçalves 2020-03-06 10:25:36 -03:00 committed by Helmut Pozimski
parent 3450b0abd9
commit 459d8fd431

View file

@ -1,16 +1,22 @@
# Template file for 'python3-freezegun'
pkgname=python3-freezegun
version=0.3.14
version=0.3.15
revision=1
archs=noarch
wrksrc="freezegun-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six python3-dateutil"
checkdepends="$depends python3-nose python3-pytest"
checkdepends="${depends} python3-nose python3-pytest"
short_desc="Let your Python tests travel through time"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="Apache-2.0"
homepage="https://github.com/spulec/freezegun"
distfiles="${PYPI_SITE}/f/freezegun/freezegun-${version}.tar.gz"
checksum=6262de2f4bab671f7189bb8a0b9d8751da69a53f0b9813fb8f412681662d872a
checksum=e2062f2c7f95cc276a834c22f1a17179467176b624cc6f936e8bc3be5535ad1b
do_check() {
# Timezone needs to be fixed due to
# https://github.com/spulec/freezegun/issues/322.
TZ="UTC" PYTHONPATH="${PWD}/build/lib" python3 -m pytest
}