mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: python-fastbencode: Build C extensions.
* gnu/packages/python-xyz.scm (python-fastbencode) [source]: Delete pre-generated C source files in snippet. [native-inputs]: Add python-cython.
This commit is contained in:
parent
553c009d74
commit
6a778b4705
1 changed files with 4 additions and 0 deletions
|
@ -12663,9 +12663,13 @@ (define-public python-fastbencode
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "fastbencode" version))
|
||||
(modules '((guix build utils)))
|
||||
;; Delete pre-generated Cython C files.
|
||||
(snippet '(for-each delete-file (find-files "." "\\.c$")))
|
||||
(sha256
|
||||
(base32 "1r66w3vpmvfmssshjpgqaj2m14c8p94nymr96mwn61idajz9mg5n"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list python-cython))
|
||||
(home-page "https://github.com/breezy-team/fastbencode")
|
||||
(synopsis "Python Bencode (de)serializer with optional fast C extensions")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue