diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-31 18:45:32 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-07 18:33:34 +0100 |
| commit | 76abf43e47360ae87a50fb5b3d90a5b1c0f8d2ce (patch) | |
| tree | 08239fd8abc98f21cf02358e63ba3717ab46164e | |
| parent | 5a93f27f0b875e5181e26fc3537ec1a717c3c11f (diff) | |
gnu: python-pyliblo: Switch to pyproject.
* gnu/packages/audio.scm (python-pyliblo):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[home-page, source]: Update urls.
Change-Id: I2c02ae7d8c3418c8ca4a26e3125d1f76e77fde4b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/audio.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 63c13d5813..153eed9d9a 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3527,18 +3527,18 @@ player-like clients.") (version "0.10.0") (source (origin (method url-fetch) - (uri (string-append "http://das.nasophon.de/download/pyliblo-" + (uri (string-append "https://das.nasophon.de/download/pyliblo-" version ".tar.gz")) (sha256 (base32 "13vry6xhxm7adnbyj28w1kpwrh0kf7nw83cz1yq74wl21faz2rzw")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:tests? #f)) ;no tests (native-inputs - (list python-cython)) + (list python-cython python-setuptools python-wheel)) (inputs (list liblo)) - (home-page "http://das.nasophon.de/pyliblo/") + (home-page "https://das.nasophon.de/pyliblo/") (synopsis "Python bindings for liblo") (description "Pyliblo is a Python wrapper for the liblo Open Sound Control (OSC) |
