guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 3201a41e6fc17d41de69574ff1771d8efba9e8e0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 20 09:25:41 2026 +0000

    gnu: python-astrocut: Use python-gwcs-0.26.
    
    * gnu/packages/astronomy.scm (python-astrocut):
    [propagated-inputs]: Remove python-gwcs; add python-gwcs-0.26.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I74911d9305534eaf12c35fd3cb3de9ef674e9203
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 03fe21d835..557df70043 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2676,6 +2676,7 @@ astronomical images, especially when there is no WCS 
information available.")
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 108 passed, 1 skipped, 26 deselected, 1 xfailed, 297 warnings
       #:test-flags
       #~(list "-k" (string-join
                     ;; Tests requiring network access.
@@ -2719,14 +2720,13 @@ astronomical images, especially when there is no WCS 
information available.")
            python-astroquery
            python-pytest-astropy
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      (list python-asdf
            python-astropy
            python-cachetools
            python-fsspec
-           python-gwcs
+           python-gwcs-0.26
            python-pillow
            python-requests
            python-roman-datamodels

Reply via email to