mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-imageio: Update home-page, synopsis and description.
* gnu/packages/python-xyz.scm (python-imageio): Update home-page, synopsis and description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
badd216172
commit
9075c6b3b4
1 changed files with 5 additions and 4 deletions
|
@ -5437,11 +5437,12 @@ (define-public python-imageio
|
|||
("python-psutil" ,python-psutil)))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page "https://github.com/imageio/imageio")
|
||||
(synopsis "Read and write image, video, scientific, and volumetric data formats")
|
||||
(home-page "https://imageio.github.io/")
|
||||
(synopsis "Library for reading and writing a wide range of image data")
|
||||
(description
|
||||
"This package provides a Python library for reading and writing a wide
|
||||
range of image, video, scientific, and volumetric data formats.")
|
||||
"Imageio is a Python library that provides an easy interface to read and
|
||||
write a wide range of image data, including animated images, video, volumetric
|
||||
data, and scientific formats.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-pycparser
|
||||
|
|
Loading…
Reference in a new issue