# Maintainer: Tobias Bachmann pkgname=fslpy pkgver=2.8.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=() # Keep python-deprecated to keep FEAT check of FSL FEEDS from failing depends=('python' 'python-six' 'python-numpy' 'python-scipy' 'python-nibabel' 'python-h5py' 'python-deprecation') makedepends=('python-setuptools') optdepends=('python-rtree' 'python-pillow') provides=() conflicts=() replaces=() source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=$pkgver) sha256sums=('b9c0afb22e7485e61427057eb0ef7aec52b9198d19548f9ec5227ebe8b639641') package() { cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"* python setup.py install --root="$pkgdir/" --optimize=1 }