1 # Maintainer: Caleb Maclennan <caleb@alerque.com>
2 # Contributor: Guillaume Horel <guillaume.horel@gmail.com>
3 # Contributor: William Turner <willtur.will@gmail.com>
5 pkgname=python-mutatormath
9 pkgdesc='Piecewise linear interpolation of multiple, arbitrarily placed, masters'
11 url="https://github.com/LettError/$_pkgname"
17 makedepends=(python-{build,installer,wheel}
19 _archive="$_pkgname-$pkgver"
20 source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.zip")
21 sha256sums=('8127c1ffad1646f11a953752296c43f5d88cbd5293fff03f093d916b0bc13864')
30 python -m unittest discover
35 python -m installer -d "$pkgdir" dist/*.whl
36 install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE