~ruther/guix-local

9123986129ec70043cec23ed0346f5760dd991f9 — Sharlatan Hellseher 6 months ago bd39496
gnu: tombo: Switch to pyproject.

* gnu/packages/bioinformatics.scm (tombo) [build-system]: Switch to
pyproject-build-system.
[native-inputs]: Remove python-cython and python-nose2; add python-cython-0 and
python-setuptools.

Change-Id: Ib647da2feba5f0614428c9b70d7b18532b0a9e1c
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 24216,11 24216,11 @@ sequence motif analysis.")
       (sha256
        (base32
         "1023hadgcsgi53kz53ql45207hfizf9sw57z0qij3ay1bx68zbpm"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     '(#:tests? #false))                ;no tests
    (native-inputs
     (list python-cython python-nose2))
     (list python-cython-0 python-setuptools))
    ;; The package mainly consists of a command-line tool, but also has a
    ;; Python-API. Thus these must be propagated.
    (propagated-inputs