# Maintainer: Tobias Bachmann pkgname=fslpy pkgver=1.7.2 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=('5a86c6eddadcd923690aecbfa40aab642e6579aa2220d7a4921e4b4723c81fd0') package() { cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"* python setup.py install --root="$pkgdir/" --optimize=1 }