diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-22 02:04:01 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:12 +0100 |
commit | 18ef361e9c6dc2c2a30a759b10ffd58d438e0ccb (patch) | |
tree | e85d949ad9f27954eb0cfaba89a23052137fef15 /gnu/packages/python-xyz.scm | |
parent | da8cee569cfca291f395cc19d5c65f8ae6bc4f14 (diff) |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 274342c921..a63841a42c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |