guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e7ba26bd62d2490de2822cc0544c80277e46a419
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jan 28 09:49:42 2026 +0100
gnu: setzer: Switch to pyproject.
* gnu/packages/gnome.scm (setzer):
[arguments]<#:imported-modules, #:modules, #:phases>: Switch to
pyproject-build-system.
Change-Id: Ib37104bb2b0ef3fd772799859aabd809b4ad7017
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 6d38cc217c..1ce81a4d72 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12990,10 +12990,10 @@ and toolbars.")
(arguments
(list
#:glib-or-gtk? #t
- #:imported-modules `(,@%meson-build-system-modules
- (guix build python-build-system))
+ #: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))
#:phases
#~(modify-phases %standard-phases
@@ -13001,7 +13001,7 @@ and toolbars.")
(lambda* (#:key inputs outputs #:allow-other-keys)
(wrap-program (search-input-file outputs "bin/setzer")
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")
- ,(python:site-packages inputs outputs)))
+ ,(py:site-packages inputs outputs)))
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))))))
(native-inputs
(list gettext-minimal