mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
da8cee569c
commit
18ef361e9c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue