mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
476f38bb5c
commit
44577e1852
1 changed files with 4 additions and 3 deletions
|
@ -39301,9 +39301,10 @@ files.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ckn8n37i7b65h0i385ycn0w8sg9na0iabz0kmhxxc1wj0hddkw9"))))
|
"1ckn8n37i7b65h0i385ycn0w8sg9na0iabz0kmhxxc1wj0hddkw9"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-wheel))
|
(arguments (list #:tests? #f)) ;no tests
|
||||||
(home-page "https://github.com/hmillerbakewell/musical-scale")
|
(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")
|
(synopsis "Retrieve a scale based on a given mode and starting note")
|
||||||
(description
|
(description
|
||||||
"Retrieve a scale based on a given mode and starting note.
|
"Retrieve a scale based on a given mode and starting note.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue