# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-arrow _pkgname=arrow pkgver=0.14.7 pkgrel=0 pkgdesc="Python3 library to create and manipulate dates, times, and timestamps" url="https://arrow.readthedocs.io/" arch="noarch" license="Apache-2.0" depends="py3-dateutil" makedepends="py3-setuptools" checkdepends="py3-tz py3-simplejson py3-mock" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-arrow" # for backwards compatibility provides="py-arrow=$pkgver-r$pkgrel" # for backwards compatibility build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="44ad742d390e6c96a0bdd20cdba5843ae90ece32f26984eaedc7b11f05316f02eb69ae6e4877aa2199abe97b8bdcbd29da66b7f343a7abdf0105899e83ab5b50 arrow-0.14.7.tar.gz"