From 1f36997f5b9ecf389744b4966916037f58ec8dcc Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 16 Nov 2025 21:35:29 +0000 Subject: [PATCH] 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 fc70b7d39a5f220709406e60dda514e3094a7dd7..fc9d45bbf8ed21e91087ef7a6efbfae9a19642d0 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