From d4bcb182353fa661c9528b48e5753238559a3ac7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 18 Oct 2025 10:00:01 +0100 Subject: [PATCH] gnu: python-astropy: Update to 7.1.1. * gnu/packages/astronomy.scm (python-astropy, python-astropy-minimal): Update to 7.1.1. [native-inputs]: Remove python-cython-3; add python-cython. Change-Id: I802aee560b66c8d92375cf5df1b0f927f0db2fd1 --- gnu/packages/astronomy.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index fd176b3b314f26a85ceb71a8868f3187fcc315d3..5377d4829d645598b6326b425b510d3d7dd650e0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2829,13 +2829,13 @@ constraints (i.e., altitude, airmass, moon separation/illumination, etc.) (define-public python-astropy (package (name "python-astropy") - (version "7.1.0") + (version "7.1.1") (source (origin (method url-fetch) (uri (pypi-uri "astropy" version)) (sha256 - (base32 "1iakikzhw173djb2p24229ndpvzpbcanyg9h4k7viccm48r59wn8")) + (base32 "1y5hip9pkndx13yrq9ssw4gcmr6hz65ld11l25q4zhz20l08y4kd")) (modules '((guix build utils))) (snippet '(begin @@ -2872,7 +2872,7 @@ constraints (i.e., altitude, airmass, moon separation/illumination, etc.) (substitute* "pyproject.toml" (("xfail_strict = true") "xfail_strict = false")) ;; Replace reference to external ply. - (substitute* "astropy/utils/parsing.py" + (substitute* (find-files "." "\\.py$") (("astropy.extern.ply") "ply")) ;; Replace reference to external configobj. (substitute* "astropy/config/configuration.py" @@ -2916,17 +2916,15 @@ constraints (i.e., altitude, airmass, moon separation/illumination, etc.) python-ply ;to replace custom module python-pyerfa python-pyyaml - ;; [recommended] + ;; [optional] python-matplotlib python-scipy - ;; [jupyter] ;; python-ipydatagrid ;no packaged python-ipykernel python-ipython python-ipywidgets python-jupyter-core python-pandas - ;; [optional] python-asdf python-asdf-astropy python-beautifulsoup4