# Maintainer: Tobias Bachmann pkgname=fslpy pkgver=1.7.1 pkgrel=1 pkgdesc="The fslpy package is a collection of utilities and data abstractions used by FSLeyes." arch=('any') url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes" license=('Apache') groups=() depends=('python') makedepends=('python-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel') optdepends=() provides=() conflicts=() replaces=() source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=$pkgver) sha256sums=('c82890190fcfd17be617077123b9e5a13ff71ba8b9468ca18daeee5f8205e15f') package() { cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"* python setup.py install --root="$pkgdir/" --optimize=1 }