GNU bug report logs - #66388
[PATCH] gnu: Add python-salib.

Previous Next

Package: guix-patches;

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

Date: Sat, 7 Oct 2023 12:10:01 UTC

Severity: normal

Tags: patch

Done: Vinicius Monego <monego <at> posteo.net>

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 66388 in the body.
You can then email your comments to 66388 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#66388; Package guix-patches. (Sat, 07 Oct 2023 12:10: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. (Sat, 07 Oct 2023 12:10: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-salib.
Date: Sat,  7 Oct 2023 12:08:25 +0000
* gnu/packages/python-science.scm (python-salib): New variable.
---
 gnu/packages/python-science.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 2dad8a2537..0916eafcb7 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2050,6 +2050,33 @@ (define-public python-vaex-core
 tabular datasets.  This package provides the core modules of Vaex.")
     (license license:expat)))
 
+(define-public python-salib
+  (package
+    (name "python-salib")
+    (version "1.4.7")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/SALib/SALib")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "18xfyzircsx2q2lmfc9lxb6xvkxicnc83qzghd7df1jsprr5ymch"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-matplotlib
+                             python-multiprocess
+                             python-numpy
+                             python-pandas
+                             python-scipy))
+    (native-inputs (list python-hatchling python-pytest python-pytest-cov))
+    (home-page "https://salib.readthedocs.io/en/latest/")
+    (synopsis "Tools for global sensitivity analysis")
+    (description "SALib provides tools for global sensitivity analysis.  It
+contains Sobol', Morris, FAST, DGSM, PAWN, HDMR, Moment Independent and
+fractional factorial methods.")
+    (license license:expat)))
+
 (define-public python-pylems
   (package
     (name "python-pylems")

base-commit: 6d5a75c70e32f563f0ec6bbaf65596c15c6ac10f
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#66388; Package guix-patches. (Mon, 23 Oct 2023 21:54:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 66388 <at> debbugs.gnu.org
Subject: Re: [bug#66388] [PATCH] gnu: Add python-salib.
Date: Mon, 23 Oct 2023 23:52:51 +0200
Vinicius Monego <monego <at> posteo.net> skribis:

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

LGTM!




Reply sent to Vinicius Monego <monego <at> posteo.net>:
You have taken responsibility. (Fri, 03 Nov 2023 22:46:02 GMT) Full text and rfc822 format available.

Notification sent to Vinicius Monego <monego <at> posteo.net>:
bug acknowledged by developer. (Fri, 03 Nov 2023 22:46:02 GMT) Full text and rfc822 format available.

Message #13 received at 66388-done <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 66388-done <at> debbugs.gnu.org
Subject: Re: [bug#66388] [PATCH] gnu: Add python-salib.
Date: Fri,  3 Nov 2023 22:45:19 +0000
Em 23/10/2023 18:52, Ludovic Courtès escreveu:
> Vinicius Monego <monego <at> posteo.net> skribis:
>
>> * gnu/packages/python-science.scm (python-salib): New variable.
> LGTM!


Applied, thanks!





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 02 Dec 2023 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 258 days ago.

Previous Next


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