1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: python-scanorama: Use pyproject-build-system.

* gnu/packages/bioinformatics.scm (python-scanorama): [build-system]: Use
pyproject.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ie437414bff54c361ab61ee2e9baea670762c9ce5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Kjartan Oli Agustsson 2025-06-18 02:26:44 +00:00 committed by Sharlatan Hellseher
parent 673a485a6b
commit 492035dfa8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -20674,7 +20674,7 @@ matrices.")
(sha256
(base32
"0il7bf4c7vli2dm2jx7dskh3ymgv8nmk0y90jzgfrnqjzh250x5w"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(propagated-inputs
(list python-annoy
python-fbpca
@ -20684,6 +20684,9 @@ matrices.")
python-numpy
python-scikit-learn
python-scipy))
(native-inputs
(list python-setuptools
python-wheel))
(home-page "https://github.com/brianhie/scanorama")
(synopsis "Panoramic stitching of heterogeneous single cell transcriptomic data")
(description