mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: clipper-peak: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (clipper-peak): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6cae7d463a412b6736413e80346e377ccb14c290 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
1eda883414
commit
a694de3938
1 changed files with 3 additions and 1 deletions
|
@ -6093,7 +6093,7 @@ databases.")
|
||||||
'(begin
|
'(begin
|
||||||
;; Delete pre-compiled files.
|
;; Delete pre-compiled files.
|
||||||
(delete-file "clipper/src/peaks.so")))))
|
(delete-file "clipper/src/peaks.so")))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false
|
`(#:tests? #false
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -6133,6 +6133,8 @@ setup"))))
|
||||||
python-scipy))
|
python-scipy))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools-git
|
(list python-setuptools-git
|
||||||
|
python-setuptools
|
||||||
|
python-wheel
|
||||||
python-mock ; for tests
|
python-mock ; for tests
|
||||||
python-nose ; for tests
|
python-nose ; for tests
|
||||||
python-pytz)) ; for tests
|
python-pytz)) ; for tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue