guix-commits
[Top][All Lists]
Advanced

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

195/361: gnu: python-orderedmultidict: Move to pyproject-build-system.


From: guix-commits
Subject: 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system.
Date: Fri, 22 Nov 2024 06:00:40 -0500 (EST)

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

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

    gnu: python-orderedmultidict: Move to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-orderedmultidict):
      [build-system]: Move to pyproject-build-system.
    
    Change-Id: I092a1af47c3a8a0fd510c48df679e1045715c1e8
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 769079f740..ec13c4a7b5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10228,9 +10228,8 @@ where key might be occurred more than once in the 
container.")
         (method url-fetch)
         (uri (pypi-uri "orderedmultidict" version))
         (sha256
-          (base32
-            "1bc2v0yflsxjyyjx4q9wqx0j3bvzcw9z87d5pz4iqac7bsxhn1q4"))))
-    (build-system python-build-system)
+          (base32 "1bc2v0yflsxjyyjx4q9wqx0j3bvzcw9z87d5pz4iqac7bsxhn1q4"))))
+    (build-system pyproject-build-system)
     (propagated-inputs
      (list python-six))
     (native-inputs



reply via email to

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