# Previous Maintainer: Luis Martinez # Contributor: Nicolas Pouillard # Contributor: Peter Simons pkgbase=zfec pkgname=python-zfec pkgver=1.5.7.4 pkgrel=1 pkgdesc="Fast erasure coding tool" arch=('x86_64') url='https://github.com/tahoe-lafs/zfec' license=('GPL') depends=('python') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/z/zfec/zfec-$pkgver.tar.gz") sha256sums=('1069857218f8babe4084439712720803a11fe91b14f20bc77a96a4e6f4e1111f') prepare() { cd "zfec-$pkgver" # deleting SOURCES.txt and excluding tests isn't good enough rm -rf zfec/test } build() { cd "zfec-$pkgver" python -m build --wheel --no-isolation } package_python-zfec() { cd "zfec-$pkgver" PYTHONHASHSEED=0 python -m installer --destdir="$pkgdir" dist/*.whl }