aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-partd/APKBUILD
blob: c3de3eab8c4ebe5677841dd2db7cceb3914b110a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-partd
pkgver=1.2.0
pkgrel=0
pkgdesc="Concurrent appendable key-value storage"
url="https://github.com/dask/partd/"
arch="noarch !mips !mips64 !s390x" # Blocked by py3-pyzmq
license="BSD-3-Clause"
depends="
	py3-locket
	py3-numpy
	py3-pandas
	py3-pyzmq
	py3-toolz
	python3
	"
makedepends="py3-setuptools"
source="https://pypi.python.org/packages/source/p/partd/partd-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/partd-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="
dbcf6a73e23aacd6502f0669abcb8e51547f280b1b7b94baa7ab5637cd838f8427ad1c4e39127fb7f8b164f3a83b66611b2c71667d31fe0137619fb6c457fab9  partd-1.2.0.tar.gz
"