From 1ff6229402c2f0644bbbde364621b568fbdcad37 Mon Sep 17 00:00:00 2001 From: Kjartan Oli Agustsson Date: Wed, 18 Jun 2025 02:19:01 +0000 Subject: [PATCH] gnu: python-ont-fast5-api: Use pyproject-build-system. * gnu/packages/bioinformatics.scm (python-ont-fast5-api): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idb3b5a65767998e232fcc31534cb923ea6f5fed8 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 ea80a2c3dacf90081571d0cf42a703d41acea50b..aa5b12afacafe32a190efd43d253320c92629d2f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -22319,7 +22319,7 @@ effective when applied to the signal dataset.") (modules '((guix build utils))) (snippet '(delete-file-recursively "ont_fast5_api/vbz_plugin")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -22334,6 +22334,9 @@ effective when applied to the signal dataset.") (list vbz-compression)) (propagated-inputs (list python-numpy python-h5py python-packaging python-progressbar33)) + (native-inputs + (list python-setuptools + python-wheel)) (home-page "https://github.com/nanoporetech/ont_fast5_api") (synopsis "Interface to HDF5 files of the Oxford Nanopore fast5 file format") (description