guix-commits
[Top][All Lists]
Advanced

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

173/420: gnu: python-parse-type: Move to pyproject-build-system.


From: guix-commits
Subject: 173/420: gnu: python-parse-type: Move to pyproject-build-system.
Date: Tue, 26 Nov 2024 16:28:55 -0500 (EST)

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

commit d5d4923eed829f37064c8a48c229025855a94e1e
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:36 2024 +0200

    gnu: python-parse-type: Move to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-parse-type):
      [build-system]: Move to pyproject-build-system.
      [arguments]: Remove uneeded field.
    
    Change-Id: Iccb3303996480bef3c151559884d1a8c488385cd
    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 b1198e7a38..13e565440a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5041,14 +5041,7 @@ matplotlib plots or supply colors for a web 
application.")
        (sha256
         (base32
          "07smqnzc9km7sbvxfyx4gdm9njrx58x8grdw6gs4gva81rk3rd10"))))
-    (build-system python-build-system)
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (invoke "pytest" "-vv" "-c" "/dev/null")))))))
+    (build-system pyproject-build-system)
     (propagated-inputs (list python-six python-parse))
     (native-inputs (list python-pytest))
     (home-page "https://github.com/jenisys/parse_type";)



reply via email to

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