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:
Kjartan Oli Agustsson 2025-06-18 00:39:12 +00:00 committed by Sharlatan Hellseher
parent 1eda883414
commit a694de3938
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6093,7 +6093,7 @@ databases.")
'(begin
;; Delete pre-compiled files.
(delete-file "clipper/src/peaks.so")))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
`(#:tests? #false
#:phases
@ -6133,6 +6133,8 @@ setup"))))
python-scipy))
(native-inputs
(list python-setuptools-git
python-setuptools
python-wheel
python-mock ; for tests
python-nose ; for tests
python-pytz)) ; for tests