GNU bug report logs - #77371
[PATCH 00/12] Add packages from the scikit-hep project

Previous Next

Package: guix-patches;

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

Date: Sat, 29 Mar 2025 22:59:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Vinicius Monego <monego <at> posteo.net>
To: 77371 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [bug#77371] [PATCH 12/12] gnu: Add python-hepstats.
Date: Sat, 29 Mar 2025 23:01:05 +0000
* gnu/packages/python-science.scm (python-hepstats): New variable.

Change-Id: I0fc06ac9cde4443d2ec973f25985b5161d4ee33c
---
 gnu/packages/python-science.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 41504b457e..ca684fbadc 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -46,6 +46,7 @@
 (define-module (gnu packages python-science)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (gnu packages)
+  #:use-module (gnu packages astronomy)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bioinformatics)
   #:use-module (gnu packages boost)
@@ -1236,6 +1237,33 @@ (define-public python-vector
 in a Python @code{for} loop.")
     (license license:bsd-3)))
 
+(define-public python-hepstats
+  (package
+    (name "python-hepstats")
+    (version "0.9.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "hepstats" version))
+       (sha256
+        (base32 "1rvvc3r83p41c5mpsy5l02r97zrylamgm1gmxs988csysiqri4ng"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-asdf
+                             python-numpy
+                             python-pandas
+                             python-scipy
+                             python-tqdm
+                             python-uhi))
+    (native-inputs (list python-hatch-vcs
+                         python-hatchling
+                         python-pytest
+                         python-pytest-runner))
+    (home-page "https://github.com/scikit-hep/hepstats")
+    (synopsis "Statistics tools and utilities")
+    (description "@code{hepstats} is a library for statistical inference
+aiming to cover the needs of High Energy Physics.")
+    (license license:bsd-3)))
+
 (define-public python-trimesh
   (package
     (name "python-trimesh")
-- 
2.49.0





This bug report was last modified 18 days ago.

Previous Next


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