mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
37 lines
972 B
Text
37 lines
972 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=py3-tempora
|
|
pkgver=5.2.1
|
|
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"
|
|
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="
|
|
18e352bfa82ac81dac26907a6bcc5e68c018410a9cfc7a1b4d6d8609c1a6a35fb3be3c374449109ed5c32b679c3835aa31d2ce0dc814d3697e6f7f5c6976eefe tempora-5.2.1.tar.gz
|
|
"
|