~ruther/guix-local

18ef361e9c6dc2c2a30a759b10ffd58d438e0ccb — Nicolas Graves 10 months ago da8cee5
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 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