summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-11 23:28:14 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 18:34:23 +0100
commitbce898b05af1127fdda8722d1a431e42656ee596 (patch)
treea0f981e6464a29a0dc6de1293d77e089f7ea4359 /gnu/packages
parent46ce3057a07a4f9ed1c892ead1eeb04533722449 (diff)
gnu: python-astromartini: Update to 3.0.0.
* gnu/packages/astronomy.scm (python-astromartini): Update to 3.0.0. [propagated-inputs]: Remove python-swiftsimio and python-velociraptor; add python-matplotlib and python-numba. Relates-to: guix/guix!10702
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/astronomy.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 39f8cd287d3..c5aebb56705 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3161,7 +3161,7 @@ simulated Astronomical data in Python.")
3161(define-public python-astromartini 3161(define-public python-astromartini
3162 (package 3162 (package
3163 (name "python-astromartini") 3163 (name "python-astromartini")
3164 (version "2.1.18") 3164 (version "3.0.0")
3165 (source 3165 (source
3166 (origin 3166 (origin
3167 (method git-fetch) 3167 (method git-fetch)
@@ -3170,14 +3170,14 @@ simulated Astronomical data in Python.")
3170 (commit (string-append "v" version)))) 3170 (commit (string-append "v" version))))
3171 (file-name (git-file-name name version)) 3171 (file-name (git-file-name name version))
3172 (sha256 3172 (sha256
3173 (base32 "0dqwy6wmdwv5garr30jiimi6fdgzsx3havndjmpvg520ld6l3skv")))) 3173 (base32 "0d3dqvfplhk9jbsczw3871qzds28hfld37a9nhpa8wcibwz41c0d"))))
3174 (build-system pyproject-build-system) 3174 (build-system pyproject-build-system)
3175 (arguments 3175 (arguments
3176 (list 3176 (list
3177 ;; Tests are not thread save, see 3177 ;; Tests are not thread save, see
3178 ;; <https://github.com/kyleaoman/martini/issues/98>. 3178 ;; <https://github.com/kyleaoman/martini/issues/98>.
3179 ;; 3179 ;;
3180 ;; tests: 2758 passed, 12 skipped, 4 xfailed 3180 ;; tests: 2786 passed, 6 skipped, 4 xfailed
3181 #:phases 3181 #:phases
3182 #~(modify-phases %standard-phases 3182 #~(modify-phases %standard-phases
3183 (add-before 'check 'pre-check 3183 (add-before 'check 'pre-check
@@ -3196,16 +3196,17 @@ simulated Astronomical data in Python.")
3196 python-tqdm 3196 python-tqdm
3197 ;; [optional] 3197 ;; [optional]
3198 python-eaglesqltools 3198 python-eaglesqltools
3199 ;; python-g3read ;not packaged yet in Guix
3199 python-gizmo-analysis 3200 python-gizmo-analysis
3200 python-h5py 3201 python-h5py
3201 python-halo-analysis 3202 python-halo-analysis
3202 python-hdecompose 3203 python-hdecompose
3204 python-matplotlib
3205 python-numba
3203 python-pyread-eagle 3206 python-pyread-eagle
3204 python-requests 3207 python-requests
3205 python-swiftgalaxy 3208 python-swiftgalaxy
3206 python-swiftsimio 3209 python-utilities-awetzel))
3207 python-utilities-awetzel
3208 python-velociraptor))
3209 (home-page "https://github.com/kyleaoman/martini") 3210 (home-page "https://github.com/kyleaoman/martini")
3210 (synopsis "Synthetic datacube creation from simulations") 3211 (synopsis "Synthetic datacube creation from simulations")
3211 (description 3212 (description