GNU bug report logs -
#77371
[PATCH 00/12] Add packages from the scikit-hep project
Previous Next
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
Message #23 received at 77371 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-science.scm (python-histoprint): New variable.
Change-Id: I1ace11116c39e2c803afd10849c107c3f232273e
---
gnu/packages/python-science.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index ced52c4b51..24e1fca1d3 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1029,6 +1029,30 @@ (define-public python-uhi
docs dependency in support of other libraries.")
(license license:bsd-3)))
+(define-public python-histoprint
+ (package
+ (name "python-histoprint")
+ (version "2.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "histoprint" version))
+ (sha256
+ (base32 "07d2lk64gwhjvw4wccvwks3j4ig7g99q627jjxz4ans5a29p5pz1"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-click python-numpy python-uhi))
+ (native-inputs (list python-awkward
+ python-boost-histogram
+ python-hatch-vcs
+ python-hatchling
+ python-pytest
+ python-rich))
+ (home-page "https://github.com/scikit-hep/histoprint")
+ (synopsis "Pretty print histograms to the console")
+ (description "Histoprint uses a mix of terminal color codes and Unicode
+trickery (i.e. combining characters) to plot overlaying histograms.")
+ (license license:bsd-3)))
+
(define-public python-tdda
(package
(name "python-tdda")
--
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.