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:
Sharlatan Hellseher 2025-06-30 10:58:33 +01:00
parent d5264a4600
commit 338273aeca
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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