mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-imageio: Update to 2.36.1.
* gnu/packages/python-xyz.scm (python-imageio): Update to 2.36.1. [propagated-inputs]: Remove python-setuptools. [native-inputs]: Add python-setuptools. Change-Id: Iae2fd64ed6acdb4781079fa3e1037dc1a56ab977
This commit is contained in:
parent
f2088c6916
commit
09a68f8b4f
1 changed files with 10 additions and 5 deletions
|
@ -11541,14 +11541,14 @@ from FFMPEG, reliably terminating the process when done.")
|
||||||
(define-public python-imageio
|
(define-public python-imageio
|
||||||
(package
|
(package
|
||||||
(name "python-imageio")
|
(name "python-imageio")
|
||||||
(version "2.33.1")
|
(version "2.36.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "imageio" version))
|
(uri (pypi-uri "imageio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kn1gj9vc1mkirs39x3nkw2d56paiagi24kkxksrig9pn502swkq"))))
|
"0qmy8qbnycas6v2a43qw9pxmd23fm3hpq3qb20b9x6kzyhqx5qg4"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -11575,10 +11575,15 @@ from FFMPEG, reliably terminating the process when done.")
|
||||||
(delete-file "tests/test_freeimage.py"))))))
|
(delete-file "tests/test_freeimage.py"))))))
|
||||||
(inputs (list freeimage))
|
(inputs (list freeimage))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-imageio-ffmpeg python-numpy python-pillow python-tifffile python-setuptools))
|
(list python-imageio-ffmpeg python-numpy python-pillow python-tifffile))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-black python-flake8 python-fsspec python-pytest
|
(list python-black
|
||||||
python-pytest-cov python-wheel))
|
python-flake8
|
||||||
|
python-fsspec
|
||||||
|
python-pytest
|
||||||
|
python-pytest-cov
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://imageio.github.io/")
|
(home-page "https://imageio.github.io/")
|
||||||
(synopsis "Library for reading and writing a wide range of image data")
|
(synopsis "Library for reading and writing a wide range of image data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue