guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: python-imageio: Update home-page, synopsis and description.


From: guix-commits
Subject: 04/08: gnu: python-imageio: Update home-page, synopsis and description.
Date: Mon, 29 Jun 2020 18:19:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9075c6b3b4efd354cc3b9b8979467a16b9dfa1f2
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Jun 26 17:32:27 2020 -0300

    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>
---
 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 f52132c..45ecad8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]