Compare commits

...

No commits in common. "main" and "fslpy" have entirely different histories.
main ... fslpy

3 changed files with 45 additions and 3 deletions

22
.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = fslpy
pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes.
pkgver = 3.10.0
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
makedepends = python-setuptools
depends = python
depends = python-six
depends = python-numpy
depends = python-scipy
depends = python-nibabel
depends = python-h5py
depends = python-deprecation
depends = python-dataclasses
optdepends = python-rtree
optdepends = python-pillow
source = https://git.fmrib.ox.ac.uk/fsl/fslpy/-/archive/3.10.0/fslpy-3.10.0.tar.gz
sha256sums = aa08ea45bfba1951fd21abf02e15602facfb7347d13c3c502b6184bafdb45e7e
pkgname = fslpy

23
PKGBUILD Normal file
View File

@ -0,0 +1,23 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fslpy
pkgver=3.10.0
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' 'python-dataclasses')
makedepends=('python-setuptools')
optdepends=('python-rtree' 'python-pillow')
provides=()
conflicts=()
replaces=()
source=(https://git.fmrib.ox.ac.uk/fsl/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('aa08ea45bfba1951fd21abf02e15602facfb7347d13c3c502b6184bafdb45e7e')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}/" --optimize=1
}

View File

@ -1,3 +0,0 @@
# aur.git
This is a experimental mirror of the aur.git repository backing [the AUR](https://aur.archlinux.org).