guix_mirror_bot pushed a commit to branch master in repository guix. commit 81e55bc0d5c82017bcb6561a71eabe2f7eb8e0f1 Author: Kjartan Oli Agustsson <kjartan...@outlook.com> AuthorDate: Wed Jun 18 00:58:46 2025 +0000
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 <sharlata...@gmail.com> --- gnu/packages/bioinformatics.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c37489a9a0..834aad13d2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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