GNU bug report logs - #42015
[PATCH] gnu: Add python-imageio.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Tue, 23 Jun 2020 03:09:01 UTC

Severity: normal

Tags: fixed, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42015 in the body.
You can then email your comments to 42015 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42015; Package guix-patches. (Tue, 23 Jun 2020 03:09:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vinicius Monego <monego <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 23 Jun 2020 03:09:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: Add python-imageio.
Date: Tue, 23 Jun 2020 00:07:36 -0300
* gnu/packages/python-science.scm (python-imageio): New variable.
---
 gnu/packages/python-science.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 2f7516b9f6..ab09189e41 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul <at> autistici.org>
+;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -195,6 +196,29 @@ depends on @code{scipy.weave}.  For new code, users are recommended to use
 Cython.")
     (license license:bsd-3)))
 
+(define-public python-imageio
+  (package
+    (name "python-imageio")
+    (version "2.8.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "imageio" version))
+        (sha256
+          (base32 "1ksjl523fm0fikrd85llxfba35rc1qsgwadgr6mbn9kis79xcpzv"))))
+    (build-system python-build-system)
+    (arguments
+      `(#:tests? #f)) ; tests require downloading images from remote servers
+    (propagated-inputs
+      `(("python-numpy" ,python-numpy)
+        ("python-pillow" ,python-pillow)))
+    (home-page "https://imageio.github.io/")
+    (synopsis "Library for reading and writing a wide range of image data")
+    (description "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-scikit-image
   (package
     (name "python-scikit-image")
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#42015; Package guix-patches. (Wed, 24 Jun 2020 19:19:02 GMT) Full text and rfc822 format available.

Message #8 received at 42015 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <marius <at> gnu.org>
To: Vinicius Monego <monego <at> posteo.net>, 42015 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: Re: [bug#42015] [PATCH] gnu: Add python-imageio.
Date: Wed, 24 Jun 2020 21:18:31 +0200
[Message part 1 (text/plain, inline)]
Vinicius Monego <monego <at> posteo.net> writes:

> * gnu/packages/python-science.scm (python-imageio): New variable.

It looks like Ricardo committed a variant of this patch in
88e0101b61af45584d36af541c499258d037f2ac.  However I think I prefer your
description, and the home page seems more appropriate.  Would you like
to submit an update for those?  :-)
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#42015; Package guix-patches. (Fri, 26 Jun 2020 20:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 42015 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: Marius Bakke <marius <at> gnu.org>, 42015 <at> debbugs.gnu.org
Subject: Re: [bug#42015] [PATCH] gnu: Add python-imageio.
Date: Fri, 26 Jun 2020 17:34:59 -0300
Hello,

> It looks like Ricardo committed a variant of this patch in
> 88e0101b61af45584d36af541c499258d037f2ac.  However I think I prefer
> your
> description, and the home page seems more appropriate.  Would you
> like
> to submit an update for those?  :-)

Sure. You didn't mention synopsis, so I sent two patches: one with and
another without a synopsis change. You can choose either.





Added tag(s) fixed. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 02 Sep 2020 15:14:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 42015 <at> debbugs.gnu.org and Vinicius Monego <monego <at> posteo.net> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 02 Sep 2020 15:14:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 01 Oct 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 201 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.