guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

213/223: gnu: python-multidict: Move to pyproject-build-system.


From: guix-commits
Subject: 213/223: gnu: python-multidict: Move to pyproject-build-system.
Date: Thu, 17 Oct 2024 06:21:12 -0400 (EDT)

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

commit 85eb7deea5bffb72199c51ccf3eecd77ac3fb617
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:19 2024 +0200

    gnu: python-multidict: Move to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-multidict):
      [build-system]: Move to pyproject-build-system.
      [arguments] Remove undeed field.
    
    Change-Id: I916b36e6c4ac25dfc32b5813ad67cf4e6c134d36
    Signed-off-by: Nicolas Goaziou <mail@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 4a08465fc0..9e0d848d29 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10115,14 +10115,7 @@ e.g. copy examples, fetch data, etc.")
        (sha256
         (base32
          "1kjrxav572j45xvr1iy60zb2g8zqvrinzdkl4ax36js4vczckl8d"))))
-    (build-system python-build-system)
-    (arguments
-     '(#:phases (modify-phases %standard-phases
-                  (replace 'check
-                    (lambda* (#:key tests? #:allow-other-keys)
-                      (if tests?
-                          (invoke "pytest" "-vv")
-                          (format #t "test suite not run~%")))))))
+    (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest python-pytest-cov))
     (home-page "https://github.com/aio-libs/multidict/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]