mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyliftover: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-pyliftover): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ifcdbfba497527edd82625a20e4baf6b2504f3f92 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0809db9016
commit
66ab4c5bc1
1 changed files with 4 additions and 2 deletions
|
@ -23713,10 +23713,12 @@ broadly useful for viral amplicon-based sequencing.")
|
|||
(sha256
|
||||
(base32
|
||||
"1j8jp9iynv2l3jv5pr0pn0p3azlama1bqg233piglzm6bqh3m2m3"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments `(#:tests? #false)) ; the tests access the web
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/konstantint/pyliftover")
|
||||
(synopsis "Python implementation of UCSC liftOver genome coordinate conversion")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue