emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#64020: closed ([PATCH] gnu: Add python-mizani.)


From: GNU bug Tracking System
Subject: bug#64020: closed ([PATCH] gnu: Add python-mizani.)
Date: Tue, 13 Jun 2023 10:01:02 +0000

Your message dated Tue, 13 Jun 2023 11:59:29 +0200
with message-id <87r0qfn0lj.fsf@elephly.net>
and subject line gnu: Add python-mizani.
has caused the debbugs.gnu.org bug report #64020,
regarding [PATCH] gnu: Add python-mizani.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64020: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64020
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-mizani. Date: Mon, 12 Jun 2023 16:35:35 +0200
* gnu/packages/bioinformatics.scm (python-mizani): New variable.
---
 gnu/packages/bioinformatics.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9e356cba5d..0863c8a897 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3312,6 +3312,34 @@ (define-public python-bx-python
 multiple sequence alignments.")
     (license license:expat)))
 
+(define-public python-mizani
+  (let ((commit "8677800599eae212b145132beef1d43f08ffc8b2")
+        (revision "1"))
+    (package
+      (name "python-mizani")
+      (version "0.9.2")
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/has2k1/mizani";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "13aisfc98nvypb4mglpdphp2r627cjzpdriw4dhlx55f3b2m0dza"))))
+      (build-system pyproject-build-system)
+      (propagated-inputs (list python-matplotlib python-numpy python-pandas
+                               python-scipy tzdata))
+      (native-inputs (list python-setuptools python-pytest python-pytest-cov))
+      (home-page "https://github.com/has2k1/mizani";)
+      (synopsis "This is a package for creating data visualizations in Python")
+      (description
+       "Mizani is a Python package for creating data visualizations.
+      It provides functions and tools to help with the creation of
+      visually appealing and informative visualizations, including
+      scales, transformations and color palettes.")
+      (license license:bsd-3))))
+
 (define-public python-mofax
   ;; This is a recent commit from the "dev" branch, which is much more recent
   ;; than the latest commit from the "master" branch.

base-commit: dffaf42e5eac3822bd6b44e9749fc8e5f48fb99c
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: gnu: Add python-mizani. Date: Tue, 13 Jun 2023 11:59:29 +0200 User-agent: mu4e 1.10.2; emacs 28.2
Thank you for the patch.  I simplified it a bit by removing the
let-bound commit and revision, and instead use the version tag.  I also
moved it from bioinformatics.scm to python-xyz.scm.

-- 
Ricardo


--- End Message ---

reply via email to

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