gnu: python-fastbencode: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-fastbencode):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.

Change-Id: I34ff7d31368a73d9314492ea430e153033e35eee
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-22 02:04:01 +02:00 committed by Sharlatan Hellseher
parent da8cee569c
commit 18ef361e9c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -18851,8 +18851,8 @@ JSON Reference and JSON Pointer.")
(snippet '(for-each delete-file (find-files "." "\\.c$")))
(sha256
(base32 "15x1in22gwam7wwga5lbj1pd8hc9jk741pia3pv1m29n2xywpq2z"))))
(build-system python-build-system)
(native-inputs (list python-cython-3))
(build-system pyproject-build-system)
(native-inputs (list python-cython-3 python-setuptools python-wheel))
(home-page "https://github.com/breezy-team/fastbencode")
(synopsis "Python Bencode (de)serializer with optional fast C extensions")
(description