From 9075c6b3b4efd354cc3b9b8979467a16b9dfa1f2 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Fri, 26 Jun 2020 17:32:27 -0300 Subject: gnu: python-imageio: Update home-page, synopsis and description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python-xyz.scm (python-imageio): Update home-page, synopsis and description. Signed-off-by: Ludovic Courtès --- gnu/packages/python-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f52132ca5b..45ecad87fc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 -- cgit v1.2.3