guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: Add python-palettable.


From: guix-commits
Subject: 02/12: gnu: Add python-palettable.
Date: Fri, 5 May 2023 09:40:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 99627b86c8aee62e276d71889da91cb5eaaf02cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 5 13:00:27 2023 +0200

    gnu: Add python-palettable.
    
    * gnu/packages/python-xyz.scm (python-palettable): New variable.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index aa8e98b53f..137e07b0db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3374,6 +3374,26 @@ system is highly configurable via command line options 
and embedded
 commands.")
     (license license:lgpl2.1+)))
 
+(define-public python-palettable
+  (package
+    (name "python-palettable")
+    (version "3.3.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "palettable" version))
+              (sha256
+               (base32
+                "1a4h0jpsr3wjciqg9a5kslxv65d3qqgmqgkpai4cl77wlpcxfk89"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-pytest))
+    (home-page "https://jiffyclub.github.io/palettable/";)
+    (synopsis "Color palettes for Python")
+    (description "Palettable (formerly brewer2mpl) is a library of color
+palettes for Python.  It’s written in pure Python with no dependencies, but it
+can supply color maps for matplotlib.  You can use Palettable to customize
+matplotlib plots or supply colors for a web application.")
+    (license license:expat)))
+
 (define-public python-parse-type
   (package
     (name "python-parse-type")



reply via email to

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