Search Criteria
Package Details: fsleyes-props 1.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fsleyes-props.git (read-only, click to copy) |
---|---|
Package Base: | fsleyes-props |
Description: | The fsleyes-props project is an event programming framework, which includes the ability for automatic CLI generation and, optionally, automatic GUI generation (if wxPython is present). It is used by FSLeyes. |
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:10 (UTC) |
Last Updated: | 2023-09-28 11:29 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- fsleyes-widgetsAUR (make)
- fslpyAUR (make)
- python-build (make)
- python-deprecation (make)
- python-installer (python-installer-gitAUR) (make)
- python-matplotlib (python-matplotlib-gitAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (make)
- python-six (make)
- python-wheel (make)
- python-wxpython (python-wxpython-gitAUR) (make)
Latest Comments
tobac commented on 2018-05-14 09:56 (UTC)
Thanks for reporting and providing the solution! Fixed.
bobschi commented on 2018-05-14 09:35 (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.