FSL 6.0.2

This commit is contained in:
Tobias Bachmann 2019-10-09 15:20:26 +02:00
parent 65531e94ee
commit ec62eb41ec
2 changed files with 11 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = fslpy
pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes.
pkgver = 2.6.1
pkgver = 2.6.2
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@ -12,8 +12,11 @@ pkgbase = fslpy
depends = python-scipy
depends = python-nibabel
depends = python-h5py
source = fslpy-2.6.1.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=2.6.1
sha256sums = 9e3eb82fedc7c4e981cb2bc3bcd1733f95c2f4f9e5f9fc4a34408ba581cd5a23
depends = python-deprecation
optdepends = python-rtree
optdepends = python-pillow
source = fslpy-2.6.2.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=2.6.2
sha256sums = fdf68be663ac89c2df54dbe95a9b265c9ea0144e04576f1b5014b9d78f1b619d
pkgname = fslpy

View file

@ -1,20 +1,21 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fslpy
pkgver=2.6.1
pkgver=2.6.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' 'python-six' 'python-numpy' 'python-scipy' 'python-nibabel' 'python-h5py')
# 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=()
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=('9e3eb82fedc7c4e981cb2bc3bcd1733f95c2f4f9e5f9fc4a34408ba581cd5a23')
sha256sums=('fdf68be663ac89c2df54dbe95a9b265c9ea0144e04576f1b5014b9d78f1b619d')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*