mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-discogs-client: Migrate to pyproject.
* gnu/packages/music.scm (python-discogs-client) [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6d91a792f0baf4db2d9ee259865da95b8edb235b
This commit is contained in:
parent
d5264a4600
commit
338273aeca
1 changed files with 7 additions and 2 deletions
|
|
@ -5136,9 +5136,14 @@ provide a very simple interface for editing and playing MIDI loops.")
|
|||
(sha256
|
||||
(base32
|
||||
"0fxk8q8z5v5l961d9z2ywq49i2fz50h074p81zv6w6j9zzs7fb0g"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-dateutil python-oauthlib python-requests))
|
||||
(list python-dateutil
|
||||
python-oauthlib
|
||||
python-requests))
|
||||
(home-page "https://github.com/joalla/discogs_client")
|
||||
(synopsis "Python client for the Discogs API")
|
||||
(description "This is the continuation of the official Discogs API
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue