~dricottone/huttese-apk

1c17fce9cca994a284a073ae265da6f407a9854e — Drew DeVault 3 years ago 46a8fb4
py3-arrow: remove; now in alpine community
1 files changed, 0 insertions(+), 28 deletions(-)

D sr.ht/py3-arrow/APKBUILD
D sr.ht/py3-arrow/APKBUILD => sr.ht/py3-arrow/APKBUILD +0 -28
@@ 1,28 0,0 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-arrow
_pyname=arrow
pkgver=0.17.0
pkgrel=0
pkgdesc="Better dates and times for Python"
url="http://crsmithdev.com/arrow/"
arch="noarch"
license="GPL"
depends="python3"
makedepends="py3-setuptools py3-dateutil"
checkdepends="py3-nose"
source="https://files.pythonhosted.org/packages/source/a/arrow/arrow-${pkgver}.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

package() {
	python3 setup.py install --root="$pkgdir" --optimize=1
}

sha512sums="30ab01c66ef1dfb7fb35dc8609ca19039fa3e37638ff0df681d0ffc9dbc832e9d3a577d9a45fc70ff3e74aacb6198b37e61ada22854572c57c27d7ecbef09caa  arrow-0.17.0.tar.gz"