guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 00b57e2554bc7b5c6eb6cc6ba69c252be7a495c6
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Fri Dec 19 19:28:27 2025 +0100

    gnu: python-pytest-astropy: Switch to pyproject.
    
    * gnu/packages/python-check.scm (python-pytest-astropy):
    [build-system]: Switch to pyproject-build-system.
    [native-inputs]: Add python-setuptools.
    
    Change-Id: I6363cc888c08bef6b679c05bdfca26af719f8c51
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-check.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 6eaecaef70..45291317bd 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2258,10 +2258,13 @@ are too large to conveniently hard-code them in the 
tests.")
        (uri (pypi-uri "pytest-astropy" version))
        (sha256
         (base32 "1d9rcxnc57rjp96xag1gq725pwl11b3k5hdaz7c3w5lixncsmbjf"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments (list #:tests? #f)) ; there are no tests
     (native-inputs
-     (list python-attrs python-pytest-mock python-setuptools-scm))
+     (list python-attrs
+           python-pytest-mock
+           python-setuptools
+           python-setuptools-scm))
     (propagated-inputs
      (list python-hypothesis
            python-pytest-arraydiff

Reply via email to