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

commit 5a99a671c1452633eb27d8e7c26bbbec19729447
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 13:38:23 2026 +0000

    gnu: python-ci-watson: Update to 0.11.0.
    
    * gnu/packages/astronomy.scm (python-ci-watson): Update to 0.11.0.
    [arguments]: Drop all.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I0a87a0fe9a912d2b7464fc45fa1d41bcfc61e4b3
---
 gnu/packages/astronomy.scm | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7e077d31da..f8f210ff9e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3942,30 +3942,19 @@ data in the CHIANTI database.")
 (define-public python-ci-watson
   (package
     (name "python-ci-watson")
-    (version "0.10.0")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ci_watson" version))
        (sha256
-        (base32 "0dlys7yr11c59zl0smy2hb3bw5r6vyrmx8s97f1942i7zjnyb1zx"))))
+        (base32 "0rwmfzgbfazfb511fq6ipcwr5n2n4ngz4whxjd7kbcyj56580dg6"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'patch-pypojrect-toml
-            (lambda _
-              (substitute* "setup.cfg"
-                ;; ImportError: Error importing plugin " no:legacypath": No
-                ;; module named ' no:legacypath'
-                (("-p no:legacypath") "")))))))
     (native-inputs
      (list python-pytest-astropy-header
            python-pytest
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      (list python-colorama
            python-crds

Reply via email to