Search Criteria
Package Details: python-imageio 2.36.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-imageio.git (read-only, click to copy) |
---|---|
Package Base: | python-imageio |
Description: | a Python library that provides an easy interface to read and write a wide range of image data |
Upstream URL: | https://github.com/imageio/imageio |
Licenses: | BSD |
Submitter: | Francois_B |
Maintainer: | leomao |
Last Packager: | leomao |
Votes: | 33 |
Popularity: | 1.54 |
First Submitted: | 2015-07-08 00:42 (UTC) |
Last Updated: | 2024-12-09 13:40 (UTC) |
Dependencies (12)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR, python-numpy-mkl-binAUR)
- python-pillow
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- freeimage (optional)
- python-astropy (optional)
- python-avAUR (python-av-gitAUR) (optional)
- python-imageio-ffmpegAUR (optional)
- python-simpleitkAUR (optional)
- python-tifffileAUR (optional)
Required by (32)
- napari
- napari-svg
- newm-atha-git
- newm-next-git
- openmotor
- psychopy
- python-blobfile-git (optional)
- python-colour-science
- python-drawsvg
- python-glue-vispy-viewers
- python-gymnasium (optional)
- python-halide
- python-isr-git
- python-kikuchipy
- python-matplotx (check)
- python-maxfield-git
- python-mglearn
- python-moviepy
- python-moviepy-git
- python-pims
- python-pystencils (optional)
- python-pyvista (optional)
- python-qualia-core (optional)
- python-rawpy (check)
- python-rosettasciio
- python-rsgislib (optional)
- python-scikit-image
- python-visvis
- rimsort-git
- waypaper
- waypaper-git
- zmeventnotification
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
StefanH commented on 2019-04-27 04:56 (UTC)
Hi Leo, thanks for maintaining this package! Could you please add a small fix to prevent source file conflicts? Change
source=("https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
to:
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
so the downloaded file will have a package-specific name (see warning at https://wiki.archlinux.org/index.php/PKGBUILD#Sources).
leomao commented on 2019-03-02 03:42 (UTC)
Thanks for notifying me. Add it as an optional dependency.
oysstu commented on 2019-03-01 17:28 (UTC)
Usage of ffmpeg now seems to depend on a separate library. I've added it here https://aur.archlinux.org/packages/python-imageio-ffmpeg/
sl1pkn07 commented on 2019-01-25 18:00 (UTC)
BTW. you can talk with the python2-imageio maintainer and join the two packages in one? for use one pkgbuild for the two packages (split pkgbuild)
greetings
sl1pkn07 commented on 2019-01-25 17:56 (UTC)
if is only for download/install/uninstall dependencies. seems can be get rid it
greetings
leomao commented on 2019-01-05 03:00 (UTC) (edited on 2019-01-26 03:09 (UTC) by leomao)
@sl1pkn07 After checking what these binaries do, it seems that these binaries are just helper scripts to download/remove the binary dependencies: avbin, ffmpeg. These two dependencies are already listed in the
optdepends
. If one wants to use the binaries provided by imageio, one can install imageio viapip install --user
(or install it in virtualenv) and download these dependencies instead of using this package.So, I am going to remove them in PKGBUILD. What do you think?
sl1pkn07 commented on 2019-01-04 20:33 (UTC) (edited on 2019-01-04 20:35 (UTC) by sl1pkn07)
seems the binary
is also provided by python2-imageio
conrad784 commented on 2018-09-09 17:39 (UTC)
@Francois_B do you mind updating this package to 2.4.1 I wouldn't mind comaintaining this package.
oysstu commented on 2018-08-06 19:24 (UTC)
To update to 2.3.0, update the version number and replace .zip with .tar.gz in the source URL.
gypaetus commented on 2017-03-24 01:21 (UTC)
« First ‹ Previous 1 2 3 4 Next › Last »