diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-08-24 11:34:12 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-03 23:34:40 +0100 |
| commit | 44577e18525c95ef85177f9f2ae5cacb5d1839fc (patch) | |
| tree | 91b7fc339a3bd46b44c36f75bfd6ec3c559c89bb /gnu/packages/python-xyz.scm | |
| parent | 476f38bb5c7bd2770639d4b5de776c098f4e0993 (diff) | |
gnu: python-musical-scales: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-musical-scales):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-wheel; add python-setuptools-next.
[home-page]: Fix URL.
Change-Id: Id77d49aa4e75f54aacb09b1ddc94e01eeccb6490
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6ff42820a4..b1ce461508 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -39301,9 +39301,10 @@ files.") (sha256 (base32 "1ckn8n37i7b65h0i385ycn0w8sg9na0iabz0kmhxxc1wj0hddkw9")))) - (build-system python-build-system) - (native-inputs (list python-wheel)) - (home-page "https://github.com/hmillerbakewell/musical-scale") + (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ;no tests + (native-inputs (list python-setuptools-next)) + (home-page "https://github.com/hmillerbakewell/musical-scales") (synopsis "Retrieve a scale based on a given mode and starting note") (description "Retrieve a scale based on a given mode and starting note. |
