~ruther/guix-local

8ed2fcd5aa31166b588daee9caddffd9806c128b — Kjartan Oli Agustsson 1 year, 12 days ago abeb7cd
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 <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
@@ 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