python3-freezegun: update to 0.3.15.
This commit is contained in:
parent
3450b0abd9
commit
459d8fd431
1 changed files with 9 additions and 3 deletions
|
@ -1,16 +1,22 @@
|
||||||
# Template file for 'python3-freezegun'
|
# Template file for 'python3-freezegun'
|
||||||
pkgname=python3-freezegun
|
pkgname=python3-freezegun
|
||||||
version=0.3.14
|
version=0.3.15
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="freezegun-${version}"
|
wrksrc="freezegun-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-six python3-dateutil"
|
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"
|
short_desc="Let your Python tests travel through time"
|
||||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/spulec/freezegun"
|
homepage="https://github.com/spulec/freezegun"
|
||||||
distfiles="${PYPI_SITE}/f/freezegun/freezegun-${version}.tar.gz"
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue