guix_mirror_bot pushed a commit to branch ungraft
in repository guix.

commit a184a5030f8bf970bf9d61b544aaf41152219d67
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Dec 15 22:33:24 2025 +0100

    gnu: python-sinfo: Switch to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-sinfo): Switch to 
pyproject-build-system.
    [build-system]: Switch to pyproject-build-system.
    [native-inputs]: Add python-setuptools.
    
    Change-Id: Ibe678393b5e531928ba88d4569349cdbbcaf0a68
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bf3f721138..8b87cb811c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6590,7 +6590,11 @@ standard.")
               (sha256
                (base32
                 "0kdsp883mx0lfyykv0p12bvs203kdm3skb8bw5wf2pc7kb393sl1"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f)) ; no tests in PyPI or Git
+    (native-inputs
+     (list python-setuptools))
     (propagated-inputs
      (list python-stdlib-list))
     (home-page "https://gitlab.com/joelostblom/session_info";)

Reply via email to