~ruther/guix-local

1ff6229402c2f0644bbbde364621b568fbdcad37 — Kjartan Oli Agustsson 1 year, 1 month ago 7c405b8
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 <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -1
@@ 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