Search Criteria
Package Details: fsleyes-widgets 0.12.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fsleyes-widgets.git (read-only, click to copy) |
---|---|
Package Base: | fsleyes-widgets |
Description: | FSLeyes is the FSL image viewer, widgets is one of its dependent 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: | 2022-05-05 12:50 (UTC) |
Dependencies (6)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- python-deprecation (make)
- python-matplotlib (python-matplotlib-git) (make)
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-flame, python-numpy-mkl-bin, python-numpy-mkl) (make)
- python-six (make)
- python-wxpython (python-wxpython-dev) (make)
Required by (2)
- fsleyes
- fsleyes-props (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.