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

commit 04b2fb55acd02aac4a5c59b27b1e5dd73ec21545
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 29 19:21:53 2026 +0100

    gnu: mcy: Switch to pyproject.
    
    * gnu/packages/electronics.scm (mcy):
    [arguments]<#:imported-modules, #:modules, #:phases>: Switch to
    pyproject-build-system.
    
    Change-Id: I0f1004a7c28e88a49a5c55bccdb734d4e017b8c5
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/electronics.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 4e872ae651..39251a057b 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1404,7 +1404,10 @@ versus schematic} tests and can assist with automatic 
routing.")
      (list
       #:tests? #f                       ;there are no tests
       #:imported-modules (append %qt-build-system-modules
-                                 %python-build-system-modules)
+                                 %pyproject-build-system-modules)
+      #:modules '((guix build qt-build-system)
+                  ((guix build pyproject-build-system) #:prefix py:)
+                  (guix build utils))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'build-info-documentation
@@ -1432,8 +1435,7 @@ versus schematic} tests and can assist with automatic 
routing.")
                   (chmod bin_ #o755)))
               (install-it "mcy")
               (install-it "mcy-dash")))
-          (add-after 'make-install 'python:wrap
-            (@@ (guix build python-build-system) wrap)))))
+          (add-after 'make-install 'python:wrap py:wrap))))
     (native-inputs
      (list pkg-config
            python-sphinx

Reply via email to