me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 5 additions and 4 deletions

View File

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