1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: soapy-power: Use pypproject-build-system.

* gnu/packages/radio.scm (soapy-power): Update to 1.6.1.
[build-system]: Use pypproject.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ia8ebd5fa0b28b1ed24d76ee7ace36803d2329fa5
This commit is contained in:
Sharlatan Hellseher 2025-06-25 23:21:38 +01:00
parent 881eeccc72
commit 53dd48bf65
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -773,7 +773,12 @@ library.")
(uri (pypi-uri "soapy_power" version)) (uri (pypi-uri "soapy_power" version))
(sha256 (sha256
(base32 "1rajmygcqvv5ph7yk65r4w581lfszrz0f48csvfmma1ami0lirdm")))) (base32 "1rajmygcqvv5ph7yk65r4w581lfszrz0f48csvfmma1ami0lirdm"))))
(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
python-wheel))
(inputs (inputs
(list python-numpy (list python-numpy
python-scipy python-scipy