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

commit 710e60128d9defbc1c193b6d5be3bac3335611fa
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jan 28 09:36:33 2026 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ec99a57e1c..64637b709c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11634,10 +11634,10 @@ views can be printed as PDF or PostScript files, or 
exported to HTML.")
         (base32 "15bpg217vqbnspnls5mjg05424i6c9wd6g9ryr3h96lbgg90l93s"))))
     (build-system meson-build-system)
     (arguments
-     (list #:imported-modules `(,@%meson-build-system-modules
-                                (guix build python-build-system))
+     (list #:imported-modules (append %meson-build-system-modules
+                                      %pyproject-build-system-modules)
            #:modules '((guix build meson-build-system)
-                       ((guix build python-build-system) #:prefix python:)
+                       ((guix build pyproject-build-system) #:prefix py:)
                        (guix build utils))
            #:glib-or-gtk? #t
            #:phases
@@ -11651,7 +11651,7 @@ views can be printed as PDF or PostScript files, or 
exported to HTML.")
                      (list "GI_TYPELIB_PATH" ":" 'prefix
                            (list (getenv "GI_TYPELIB_PATH"))))))
                (add-after 'install 'wrap-python
-                 (assoc-ref python:%standard-phases 'wrap)))))
+                 (assoc-ref py:%standard-phases 'wrap)))))
     (native-inputs
      (list gettext-minimal
            `(,glib "bin")               ; For glib-compile-resources

Reply via email to