summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2020-06-26 17:32:27 -0300
committerLudovic Courtès <ludo@gnu.org>2020-06-30 00:18:28 +0200
commit9075c6b3b4efd354cc3b9b8979467a16b9dfa1f2 (patch)
tree01a3fc88371e19cc69e533739969eaee448dde6b /gnu/packages/python-xyz.scm
parentbadd2161724b6fe7acd1da5144ebfe68ffc2b3b6 (diff)
downloadguix-patches-9075c6b3b4efd354cc3b9b8979467a16b9dfa1f2.tar
guix-patches-9075c6b3b4efd354cc3b9b8979467a16b9dfa1f2.tar.gz
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files 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