From 9123986129ec70043cec23ed0346f5760dd991f9 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 23 Sep 2025 13:46:22 +0100 Subject: [PATCH] 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 e67cc589ba73c1aa57b2f50fa6763ea6f76481c3..ede8eb70b272a8d7b2d0aeb619fb3669238c7165 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