diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-16 21:35:29 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-30 23:49:03 +0000 |
| commit | 1f36997f5b9ecf389744b4966916037f58ec8dcc (patch) | |
| tree | d912c0439187e0e036105eec6eeba13532180ff9 | |
| parent | 74f26ccb38fa7e73920f2fd869bbe5f72a012f71 (diff) | |
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
| -rw-r--r-- | gnu/packages/astronomy.scm | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index fc70b7d39a5..fc9d45bbf8e 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 |
