1 # Maintainer: Bruno Pagani <archange@archlinux.org>
7 pkgdesc="Concurrent appendable key-value storage"
9 url="https://github.com/dask/partd"
11 makedepends=(python-setuptools)
30 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
31 sha256sums=('aa0ff35dbbcc807ae374db56332f4c1b39b46f67bf2975f5151e0b4186aed0d5')
40 PYTHONPATH="${PWD}"/build/lib pytest
45 python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
46 # Install license file
47 install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/