guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a15245a2477666452a63527691918c01f6145e84
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Jun 16 23:49:27 2025 +0200

    gnu: python-screenkey: Switch to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-screenkey):
      [build-system}: Switch to pyproject-build-system.
      [arguments]: Add python-setuptools, python-wheel.
    
    Change-Id: Iabc096e2d04a1e6c6190a0a7f1f6a1b5e4dad736
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cfef90f7c1..1420cf6cb3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35411,7 +35411,7 @@ CMake.")
        (file-name (git-file-name name version))
        (sha256
         (base32 "0j719kld4dr85d9lxn0d0b6156mcy09jm7arssfp2n3j6hmjssci"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments
      (list
       #:phases
@@ -35439,8 +35439,10 @@ CMake.")
                   python-dbus-python
                   python-pycairo
                   python-pygobject
+                  python-setuptools
                   python-setuptools-git
-                  python-tokenize-rt))
+                  python-tokenize-rt
+                  python-wheel))
     (home-page "https://www.thregr.org/~wavexx/software/screenkey/";)
     (synopsis "Screencast tool to display pressed keys")
     (description

Reply via email to