gnu: python-imageio: Update home-page, synopsis and description.
authorVinicius Monego <monego@posteo.net>
Fri, 26 Jun 2020 20:32:27 +0000 (17:32 -0300)
committerLudovic Courtès <ludo@gnu.org>
Mon, 29 Jun 2020 22:18:28 +0000 (00:18 +0200)
* gnu/packages/python-xyz.scm (python-imageio): Update home-page, synopsis and description.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/python-xyz.scm

index f52132c..45ecad8 100644 (file)
@@ -5437,11 +5437,12 @@ experimental data and metadata at the Laboratory for Fluorescence Dynamics.")
        ("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