guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 5e846a18fd09b9dde56b7a47e4c396b3af81ba14 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Fri Nov 14 15:40:39 2025 +0000 gnu: python-pyxsim: Update to 4.4.2. * gnu/packages/astronomy.scm (python-pyxsim): Update to 4.4.2. [arguments] <phases>: Remove 'set-home. [native-inputs]: Remove python-wheel. Change-Id: I27f857dcd637b5223a0381206ebd032619d587b2 --- gnu/packages/astronomy.scm | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bda30a8a05..6482fab04d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7559,16 +7559,19 @@ Virtual observatory (VO) using Python.") (build-system pyproject-build-system) (arguments (list - ;; XXX: Tests require additional data, check if it may be packed + ;; XXX: Tests require additional data, check if it may be packaged ;; separately, see tests/ci_install.sh. - #:tests? #f - #:phases - #~(modify-phases %standard-phases - (add-before 'check 'set-home - (lambda _ - ;; To address sanity check warning: UserWarning: unable to write - ;; new config file. - (setenv "HOME" "/tmp")))))) + ;; - http://yt-project.org/data + ;; - enzo_tiny_cosmology 419MiB + ;; - GasSloshingLowRes 1GiB + ;; - FIRE_M12i_ref11 209MiB + ;; - http://hea-www.cfa.harvard.edu/~jzuhone/ + ;; - pyxsim22.tar.gz 12MiB + #:tests? #f)) + (native-inputs + (list python-cython + python-setuptools + python-setuptools-scm)) (propagated-inputs (list python-astropy python-h5py @@ -7578,11 +7581,6 @@ Virtual observatory (VO) using Python.") python-tqdm python-unyt python-yt)) - (native-inputs - (list python-cython - python-setuptools - python-setuptools-scm - python-wheel)) (home-page "https://hea-www.cfa.harvard.edu/~jzuhone/pyxsim/") (synopsis "Simulating X-ray observations from astrophysical sources") (description
