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:
Kjartan Oli Agustsson 2025-06-18 02:24:37 +00:00 committed by Sharlatan Hellseher
parent 0809db9016
commit 66ab4c5bc1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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