mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: python-aiohttp: Remove cythonized files.
* gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to remove cythonized files.
This commit is contained in:
parent
802c94034c
commit
ac5f070631
1 changed files with 9 additions and 5 deletions
|
@ -232,11 +232,15 @@ (define-public python-aiohttp
|
||||||
(uri (pypi-uri "aiohttp" version))
|
(uri (pypi-uri "aiohttp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0y3m1dzl4h6frg8vys0fc3m83ijd1plfpihv3kvmxqadlphp2m7w"))
|
(base32 "0y3m1dzl4h6frg8vys0fc3m83ijd1plfpihv3kvmxqadlphp2m7w"))
|
||||||
;; TODO: Unbundle the llhttp sources.
|
(snippet
|
||||||
;; (modules '((guix build utils)))
|
#~(begin
|
||||||
;; (snippet
|
(use-modules ((guix build utils)))
|
||||||
;; '((delete-file-recursively "vendor")))
|
;; TODO: Unbundle the llhttp sources.
|
||||||
))
|
;; (delete-file-recursively "vendor")
|
||||||
|
(delete-file "aiohttp/_helpers.c")
|
||||||
|
(delete-file "aiohttp/_http_parser.c")
|
||||||
|
(delete-file "aiohttp/_http_writer.c")
|
||||||
|
(delete-file "aiohttp/_websocket.c")))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue