# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=py3-tempora pkgver=5.5.0 pkgrel=0 pkgdesc="Objects and routines pertaining to date and time (tempora)" url="https://github.com/jaraco/tempora" arch="noarch" license="MIT" depends=" py3-jaraco.functools py3-tz python3 " makedepends="py3-gpep517 py3-setuptools_scm py3-wheel" checkdepends="py3-pytest py3-freezegun py3-pytest-freezegun" subpackages="$pkgname-pyc" source="https://pypi.python.org/packages/source/t/tempora/tempora-$pkgver.tar.gz" builddir="$srcdir/tempora-$pkgver" build() { export SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 } check() { pytest } package() { python3 -m installer -d "$pkgdir" .dist/tempora-$pkgver-py3-none-any.whl } sha512sums=" 7cf1d7f826e71e03bb733f082f0ac1e8746f1db64776c436fe683369c70164902140df9547757d8ed489366a5f7b336415aec076ea3c4b0b7b633ed09527f01b tempora-5.5.0.tar.gz "