mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-velocyto: Run guix style
* gnu/packages/bioinformatics.scm (python-velocyto): Run guix style. Change-Id: Ieda2b56cf13ae519e539ecef286ef63595532a7a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
5853163fbf
commit
002d6e4109
1 changed files with 20 additions and 26 deletions
|
@ -21483,26 +21483,20 @@ deleted.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "velocyto" version))
|
(uri (pypi-uri "velocyto" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))
|
||||||
"0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Delete generated C files.
|
;; Delete generated C files.
|
||||||
(snippet
|
(snippet '(for-each delete-file
|
||||||
'(for-each delete-file (find-files "." "\\.c")))))
|
(find-files "." "\\.c")))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
(modify-phases %standard-phases
|
|
||||||
;; Numba needs a writable dir to cache functions.
|
;; Numba needs a writable dir to cache functions.
|
||||||
(add-before 'check 'set-numba-cache-dir
|
(add-before 'check 'set-numba-cache-dir
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "NUMBA_CACHE_DIR" "/tmp"))))))
|
(setenv "NUMBA_CACHE_DIR" "/tmp"))))))
|
||||||
(native-inputs
|
(native-inputs (list python-joblib python-setuptools python-wheel))
|
||||||
(list python-joblib
|
(propagated-inputs (list python-click
|
||||||
python-setuptools
|
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-click
|
|
||||||
python-cython
|
python-cython
|
||||||
python-h5py
|
python-h5py
|
||||||
python-loompy
|
python-loompy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue