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

commit 83335bc36aab4507fa048585eea26dc3bc9f3c11
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Nov 12 11:05:56 2025 +0000

    gnu: python-cmyt: Remove redundant relax-requirements phase.
    
    * gnu/packages/astronomy.scm (python-cmyt)[arguments]<phases>: Remove
    'relax-requirements.
    
    Change-Id: I5b393f35b3b1063a37b660a198345028949345ca
---
 gnu/packages/astronomy.scm | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 55b3b45017..d90016293d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3815,23 +3815,14 @@ attempting to maintain ISTP compliance
     (version "2.0.2")
     (source
      (origin
-       (method git-fetch) ; no tests in the PyPI tarball
+       (method git-fetch) 
        (uri (git-reference
-             (url "https://github.com/yt-project/cmyt";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/yt-project/cmyt";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32 "1d257xlgxc06x47k07xn5ml2kjqzc7dgjal4bl9x2w6b90xn0pm1"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'relax-requirements
-            (lambda _
-              (substitute* "pyproject.toml"
-                ;; numpy>=1.26
-                ((">=1.26") ">=1.23")))))))
     (native-inputs
      (list python-colorspacious
            python-pytest

Reply via email to