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:
Vinicius Monego 2020-06-26 17:32:27 -03:00 committed by Ludovic Courtès
parent badd216172
commit 9075c6b3b4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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