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

commit 6d69f91b112df848762bc9a2a41774e027bd631b
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 29 18:19:40 2026 +0100

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

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 977ceeee0e..5f23bbb73c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -3540,10 +3540,9 @@ orienteering sport.")
        (list
         #:tests? #f                    ; No tests
         #:modules `((guix build gnu-build-system)
-                    ((guix build python-build-system) #:prefix python:)
+                    ((guix build pyproject-build-system) #:prefix python:)
                     (guix build utils))
-        #:imported-modules `(,@%default-gnu-imported-modules
-                             (guix build python-build-system))
+        #:imported-modules %pyproject-build-system-modules
         #:configure-flags
         #~(list "--with-blas"
                 "--with-bzlib"

Reply via email to