GNU bug report logs - #25834
Update scientific Python packages

Previous Next

Package: guix-patches;

Reported by: Thomas Danckaert <post <at> thomasdanckaert.be>

Date: Wed, 22 Feb 2017 10:31:01 UTC

Severity: normal

Tags: patch

Merged with 25705

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Thomas Danckaert <thomas.danckaert <at> gmail.com>
To: 25834 <at> debbugs.gnu.org
Cc: Thomas Danckaert <post <at> thomasdanckaert.be>
Subject: [PATCH 2/7] gnu: Add python-colorspacious.
Date: Wed, 22 Feb 2017 12:22:48 +0100
From: Thomas Danckaert <post <at> thomasdanckaert.be>

* gnu/packages/python.scm (python-colorspacious, python2-colorspacious): New
  variables.
---
 gnu/packages/python.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 13906153c..a9afbdfd6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3631,6 +3631,30 @@ To address this and enable easy cycling over arbitrary @code{kwargs}, the
 (define-public python2-cycler
   (package-with-python2 python-cycler))
 
+(define-public python-colorspacious
+  (package
+  (name "python-colorspacious")
+  (version "1.1.0")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (string-append
+            "https://github.com/njsmith/colorspacious/archive/v" version ".tar.gz"))
+      (file-name (string-append name "-" version))
+      (sha256
+       (base32 "1vflh5jm32qb0skza2i8pjacv09w6gq84fqpp2nj77s0rbmzgr4k"))))
+  (build-system python-build-system)
+  (propagated-inputs
+   `(("python-numpy" ,python-numpy)))
+  (home-page "https://github.com/njsmith/colorspacious")
+  (synopsis "Python library for colorspace conversions")
+  (description "Colorspacious is a Python library that lets you easily convert
+between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.")
+  (license license:expat)))
+
+(define-public python2-colorspacious
+  (package-with-python2 python-colorspacious))
+
 (define-public python-matplotlib
   (package
     (name "python-matplotlib")
-- 
2.11.1





This bug report was last modified 8 years and 79 days ago.

Previous Next


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