guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1f36997f5b9ecf389744b4966916037f58ec8dcc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 16 21:35:29 2025 +0000
gnu: python-bayesicfitting: Update to 3.2.5.
* gnu/packages/astronomy.scm (python-bayesicfitting): Update to 3.2.5.
[native-inputs]: Remove python-wheel.
[synopsis]: Trim Python mentioning.
[description]: Add more details from project's README.
Change-Id: I55ca26850d15846718fc50b74abd440ac9147be8
---
gnu/packages/astronomy.scm | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fc70b7d39a..fc9d45bbf8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3295,7 +3295,7 @@ aim of simplifying and streamlining data conversion and
standardization.")
(define-public python-bayesicfitting
(package
(name "python-bayesicfitting")
- (version "3.2.4")
+ (version "3.2.5")
(source
(origin
(method git-fetch)
@@ -3304,7 +3304,7 @@ aim of simplifying and streamlining data conversion and
standardization.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fdxrmcbjfpvz1czmvq4kz2scdiw77kyzsgv6c0isijk1hckgcik"))))
+ (base32 "1l4yq907a61js7pmi4zi2gg3nq479n0f21ycmjgk3rkc4ixrislz"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3322,8 +3322,7 @@ aim of simplifying and streamlining data conversion and
standardization.")
(with-directory-excursion "BayesicFitting/test"
(apply invoke "python" test-flags))))))))
(native-inputs
- (list python-setuptools
- python-wheel))
+ (list python-setuptools))
(propagated-inputs
(list python-astropy
python-future
@@ -3331,12 +3330,12 @@ aim of simplifying and streamlining data conversion and
standardization.")
python-numpy
python-scipy))
(home-page "https://dokester.github.io/BayesicFitting/")
- (synopsis "Python Toolbox for Astronimical Bayesian fitting")
+ (synopsis "Astronimical Bayesian fitting")
(description
- "The BayesicFitting package is a python version of the the fitter classes
-in @acronym{HCSS, Herschel Common Science System}. HCSS was the all
-encompassing software system for the operations and analysis of the ESA
satellite
-Herschel.")
+ "@code{BayesicFitting} is a package for model fitting and Bayesian
+evidence calculation, it is a Python version of the the fitter classes in
+@acronym{HCSS, Herschel Common Science System}. HCSS was the all encompassing
+software system for the operations and analysis of the ESA satelite Herschel.")
(license license:gpl3+)))
(define-public python-calcos