~ruther/guix-local

a15245a2477666452a63527691918c01f6145e84 — Nicolas Graves 1 year, 1 month ago 8769f61
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>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -2
@@ 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