From 8ed2fcd5aa31166b588daee9caddffd9806c128b Mon Sep 17 00:00:00 2001 From: Kjartan Oli Agustsson Date: Wed, 18 Jun 2025 13:09:38 +0000 Subject: [PATCH] gnu: tbsp: Use pyproject-build-system. * gnu/packages/bioinformatics.scm (tbsp): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6d454d95050862378b7f06c09a42994efd9875a6 Signed-off-by: Sharlatan Hellseher --- 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 2c1699d2f4..0fcbe8e6be 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -22353,7 +22353,7 @@ and reflect the fast5 file schema, and tools to convert between (sha256 (base32 "1im0bik2hxkcb7jzkcxp5nqb30hd8lfraxml6i5ik52j6z3qqln1")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments '(#:tests? #f ; no tests included #:phases @@ -22370,6 +22370,9 @@ and reflect the fast5 file schema, and tools to convert between python-biopython-1.73 python-scikit-learn python-scipy)) + (native-inputs + (list python-setuptools + python-wheel)) (home-page "https://github.com/phoenixding/tbsp/") (synopsis "SNP-based trajectory inference") (description