mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gdc-client: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (gdc-client): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ifa6ddfab7ddfc90ecdc5838484b3763f1f653e81 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
50ece4e78f
commit
81e55bc0d5
@@ -14518,7 +14518,7 @@ quality control are provided.")
|
||||
(sha256
|
||||
(base32
|
||||
"0cagawlzjwj3wam10lv64xgbfx4zcnzxi5sjpsdhq7rn4z24mzc2"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
@@ -14538,6 +14538,9 @@ quality control are provided.")
|
||||
python-pyyaml
|
||||
python-requests
|
||||
python-termcolor))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://gdc.nci.nih.gov/access-data/gdc-data-transfer-tool")
|
||||
(synopsis "GDC data transfer tool")
|
||||
(description "The gdc-client provides several convenience functions over
|
||||
|
||||
Reference in New Issue
Block a user