guix-patches
[Top][All Lists]
Advanced

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

[bug#42065] [PATCH] gnu: python-imageio: Update home-page and descriptio


From: Vinicius Monego
Subject: [bug#42065] [PATCH] gnu: python-imageio: Update home-page and description.
Date: Fri, 26 Jun 2020 17:32:26 -0300

* gnu/packages/python-xyz.scm (python-imageio): Update home-page and 
description.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c4e53bc95f..9ac26c02d1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5424,11 +5424,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";)
+    (home-page "https://imageio.github.io/";)
     (synopsis "Read and write image, video, scientific, and volumetric data 
formats")
     (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
-- 
2.20.1






reply via email to

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