Package Details: fslpy 3.21.1-1

Git Clone URL: https://aur.archlinux.org/fslpy.git (read-only, click to copy)
Package Base: fslpy
Description: fslpy is the python library collection used by FSL and related projects
Upstream URL: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
Licenses: Apache
Submitter: tobac
Maintainer: tobac
Last Packager: tobac
Votes: 1
Popularity: 0.000000
First Submitted: 2017-10-11 11:11 (UTC)
Last Updated: 2024-10-12 17:21 (UTC)

Latest Comments

« First ‹ Previous 1 2

dvogel commented on 2018-12-12 13:22 (UTC)

Hey, thanks for that ! python-setuptools seems to be required to build.

tobac commented on 2018-05-14 09:56 (UTC)

Thanks for reporting and providing the solution! Fixed.

bobschi commented on 2018-05-14 09:36 (UTC)

python-deprecation was updated to version 2.*. This kills the dependencies for fsleyes-widgets, fsleyes-props and fslpy.

Adding line

sed -i 's/deprecation>=1.*,<=2.*/deprecation>=1.*/g' requirements.txt

to the PKGBUILD fixes the problem.