ngz pushed a commit to branch python-team
in repository guix.

commit 6504e511471c5a38b0e8c7a9a5c4b6df3673b01d
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Fri May 10 00:53:55 2024 +0200

    gnu: python-sparse: Move to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-sparse):
      [build-system]: Move to pyproject-build-system.
      [arguments]: Remove unneeded field.
    
    Change-Id: If3f785ede09ef79384b66166ad2f1c2a5f6e7c84
    Signed-off-by: Nicolas Goaziou <m...@nicolasgoaziou.fr>
---
 gnu/packages/python-xyz.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a84ddaf078..ad5f42ff64 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8735,14 +8735,7 @@ objects.")
        (sha256
         (base32
          "1600xad37mff46xg80cy6bi3l2n6jm69j7sl19rzdmkcgyijfn2z"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (invoke "python" "-m" "pytest" "-v")))))))
+    (build-system pyproject-build-system)
     (propagated-inputs
      (list python-numba python-numpy python-scipy))
     (native-inputs

Reply via email to