guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 492035dfa85b69217b33cdff50dce84fbbf0e843
Author: Kjartan Oli Agustsson <kjartan...@outlook.com>
AuthorDate: Wed Jun 18 02:26:44 2025 +0000

    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 <sharlata...@gmail.com>
---
 gnu/packages/bioinformatics.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a5cbff7fbf..268ba0952d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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

Reply via email to