guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 63de0306967747073b83b6ad053a11383bbc6822
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Sep 23 13:46:22 2025 +0100

    gnu: tombo: Switch to pyproject.
    
    * gnu/packages/bioinformatics.scm (tombo) [build-system]: Switch to
    pyproject-build-system.
    [native-inputs]: Remove python-cython and python-nose2; add python-cython-0 
and
    python-setuptools.
    
    Change-Id: Ib647da2feba5f0614428c9b70d7b18532b0a9e1c
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e67cc589ba..ede8eb70b2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -24216,11 +24216,11 @@ sequence motif analysis.")
        (sha256
         (base32
          "1023hadgcsgi53kz53ql45207hfizf9sw57z0qij3ay1bx68zbpm"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments
      '(#:tests? #false))                ;no tests
     (native-inputs
-     (list python-cython python-nose2))
+     (list python-cython-0 python-setuptools))
     ;; The package mainly consists of a command-line tool, but also has a
     ;; Python-API. Thus these must be propagated.
     (propagated-inputs

Reply via email to