guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit bd648444d2425cf3fdac8cbd5e1636ddabec353b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Dec 19 23:07:14 2025 +0000
gnu: python-pynbody: Update to 2.4.0.
* gnu/packages/astronomy.scm (python-pynbody): Update to 2.4.0.
[arguments] <test-flags>: Skip some more tests requiring remove data.
[propagated-inputs]: Add python-osfclient.
[home-page]: Fix URL "Pynbody documentation may now be found at
pynbody.readthedocs.io. If you are still using v1.x, the documentation
is archived at pynbody.readthedocs.io/v1-docs."
Change-Id: I8549e4c5a3223bc1ee1b9cb0913b47b659af4fd7
---
gnu/packages/astronomy.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 64a99f7718..26a5e14050 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7214,7 +7214,7 @@ and Sensitivities.")
(define-public python-pynbody
(package
(name "python-pynbody")
- (version "2.3.3")
+ (version "2.4.0")
(source
(origin
(method git-fetch)
@@ -7223,7 +7223,7 @@ and Sensitivities.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "004aq98f65qk7wy0nvm0a71mgvlcn06r6khiblpi2j249zvicqgf"))
+ (base32 "0a0m42mvdnmlkm8q6704xamnim1q5wkw29p89ikj1axpl2mmq0d3"))
(modules '((guix build utils)))
(snippet
;; Symlink goes to not existing directory.
@@ -7232,7 +7232,7 @@ and Sensitivities.")
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 91 passed, 6 skipped, 12 deselected
+ ;; tests: 92 passed, 6 skipped, 10 deselected
#:test-flags
;; XXX: testdata is distributed via Zenodo
;; <https://zenodo.org/records/17084976> with total size more than 2GiB,
@@ -7267,6 +7267,7 @@ and Sensitivities.")
"ramses_new_ptcl_format_test.py"
"ramses_test.py"
"rockstar_test.py"
+ "schmidtlaw_test.py"
"snapshot_test.py"
"sph_image_test.py"
"subfind_test.py"
@@ -7304,8 +7305,9 @@ and Sensitivities.")
python-h5py
python-matplotlib
python-numpy
+ python-osfclient
python-scipy))
- (home-page "https://pynbody.github.io/pynbody/index.html")
+ (home-page "https://pynbody.readthedocs.io/latest/")
(synopsis "Light-weight astronomical N-body/SPH analysis for python")
(description
"@code{Pynbody} is an analysis framework for N-body and hydrodynamic