~ruther/guix-local

1a5fa2c3b2b85275e26da4f84698355121ec1f84 — Kjartan Oli Agustsson 1 year, 1 month ago 3135193
gnu: crossmap: Use pyproject-build-system.

* gnu/packages/bioinformatics.scm (crossmap): [build-system]: Use
pyproject.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I1750685ad8037d004fc1d5fc4f7f76613f257c17
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 6 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +6 -2
@@ 6219,12 6219,16 @@ time.")
                  ;; Delete compiled Python files.
                  (for-each delete-file (find-files "." "\\.pyc$"))
                  (delete-file-recursively ".eggs")))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (inputs
     (list python-bx-python python-numpy python-pybigwig python-pysam
           zlib))
    (native-inputs
     (list python-cython python-nose python-pyparsing))
     (list python-cython
           python-nose
           python-pyparsing
           python-setuptools
           python-wheel))
    (home-page "https://crossmap.sourceforge.net/")
    (synopsis "Convert genome coordinates between assemblies")
    (description