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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-06-16 23:49:27 +02:00 committed by Sharlatan Hellseher
parent 8769f61cfd
commit a15245a247
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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