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

commit c4863b4977634e629b3b7910822e5f6d5d3cb107
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jan 29 13:57:11 2026 +0100

    gnu: python-clingo-dl: Switch to pyproject.
    
    * gnu/packages/potassco.scm (python-clingo-dl):
    [arguments]<#:imported-modules, #:modules>: Switch to
    pyproject-build-system.
    
    Change-Id: I78ae978dec526e1ad838b12f974741f510d4e7b5
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/potassco.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index 874a3a0672..3b21120136 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -482,10 +482,10 @@ Python code.")))
                              #$(this-package-native-input 
"python-scikit-build")
                              "/lib/cmake/modules"))
       #:tests? #f
-      #:imported-modules  `(,@%cmake-build-system-modules
-                            (guix build python-build-system))
+      #:imported-modules (append %cmake-build-system-modules
+                                 %pyproject-build-system-modules)
       #:modules '((guix build cmake-build-system)
-                  ((guix build python-build-system) #:prefix python:)
+                  ((guix build pyproject-build-system) #:prefix python:)
                   (guix build utils))
       #:phases
       #~(modify-phases %standard-phases

Reply via email to