~ruther/guix-local

0b875355d56de235871dfdc81aaab3394f4668c2 — Nicolas Graves 1 year, 4 months ago 71e7871
gnu: rseqc: Switch to pyproject-build-system.

* gnu/packages/bioinformatics.scm (rseqc):
[build-system]: Switch to pyproject-build-system.
[inputs]: Sort inputs. Add python-pyparsing, python-setuptools,
python-wheel.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 7 insertions(+), 4 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +7 -4
@@ 10846,13 10846,16 @@ BAM and Wiggle files in both transcript-coordinate and genomic-coordinate.")
       (sha256
        (base32
         "0gbb9iyb7swiv5455fm5rg98r7l6qn27v564yllqjd574hncpx6m"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (inputs
     (list python-cython
           python-bx-python
     (list python-bx-python
           python-cython
           python-numpy
           python-pybigwig
           python-pyparsing
           python-pysam
           python-numpy
           python-setuptools
           python-wheel
           zlib))
    (native-inputs
     (list python-nose))