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>
parent
badd216172
commit
9075c6b3b4
|
@ -5437,11 +5437,12 @@ experimental data and metadata at the Laboratory for Fluorescence Dynamics.")
|
||||||
("python-psutil" ,python-psutil)))
|
("python-psutil" ,python-psutil)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
(home-page "https://github.com/imageio/imageio")
|
(home-page "https://imageio.github.io/")
|
||||||
(synopsis "Read and write image, video, scientific, and volumetric data formats")
|
(synopsis "Library for reading and writing a wide range of image data")
|
||||||
(description
|
(description
|
||||||
"This package provides a Python library for reading and writing a wide
|
"Imageio is a Python library that provides an easy interface to read and
|
||||||
range of image, video, scientific, and volumetric data formats.")
|
write a wide range of image data, including animated images, video, volumetric
|
||||||
|
data, and scientific formats.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public python-pycparser
|
(define-public python-pycparser
|
||||||
|
|
Reference in New Issue