From 93b40d330fc313e398a1aef4d73ade83d47650ad Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 17 Jan 2026 00:30:18 +0100 Subject: build-system/pyproject: Remove uneeded use of pyproject-guile-json. * gnu/packages/bioinformatics.scm (python-bed-reader, python-gseapy) * gnu/packages/chemistry.scm (gemmi, ringdecomposerlib, rdkit) * gnu/packages/cinnamon.scm (libxapp) * gnu/packages/cups.scm (hplip) * gnu/packages/djvu.scm (ocrodjvu) * gnu/packages/finance.scm (electron-cash) * gnu/packages/gnome.scm (terminator) * gnu/packages/image-processing.scm (insight-toolkit) * gnu/packages/machine-learning.scm (onnxruntime, tensorflow-lite, koboldcpp, python-tokenizers) * gnu/packages/maths.scm (gmsh, z3, fp16) * gnu/packages/music.scm (quodlibet) * gnu/packages/photo.scm (lensfun) * gnu/packages/python-science.scm (python-clarabel) * gnu/packages/python-xyz.scm (python-orjson, python-libcst, python-rpds-py, python-streamtracer, python-tiktoken) * gnu/packages/rpm.scm (createrepo-c) * gnu/packages/rust-apps.scm (maturin) * gnu/packages/sugar.scm (sugar, sugar-datastore) * gnu/packages/version-control.scm (mercurial, hg-commitsigs) * gnu/packages/vpn.scm (python-proton-vpn-local-agent) [arguments]<#:phases>: Remove uneeded use of pyproject-guile-json extension. * gnu/packages/python-xyz.scm (python-streamtracer)[arguments] <#:phases>: Also rewrite 'check phase replacement. Change-Id: I779c354120ada3d94f07a127b9ec5011e73254c2 Signed-off-by: Sharlatan Hellseher --- gnu/packages/version-control.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu/packages/version-control.scm') diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 430136d535f..976df00ee89 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2719,7 +2719,6 @@ execution of any hook written in any language before every commit.") (guix build utils)) #:make-flags #~(list (string-append "PREFIX=" #$output)) #:phases - (with-extensions (list (pyproject-guile-json)) #~(modify-phases %standard-phases (delete 'configure) (add-after 'unpack 'patch-tests @@ -2814,7 +2813,7 @@ execution of any hook written in any language before every commit.") ((assoc-ref py:%standard-phases 'sanity-check) #:inputs `(("sanity-check.py" . ,#$(default-sanity-check.py)) ,@inputs) - #:outputs outputs))))))) + #:outputs outputs)))))) (native-inputs (list python-docutils ;; The following inputs are only needed to run the tests. @@ -2891,13 +2890,12 @@ history. It implements the changeset evolution concept for Mercurial.") #$(this-package-native-input "python")) "/site-packages/hgext3rd/commitsigs.py"))) #:phases - (with-extensions (list (pyproject-guile-json)) #~(modify-phases %standard-phases (add-after 'unpack 'patch-paths (lambda _ (substitute* "commitsigs.py" (("b'(gpg|openssl)'," _ bin) - (format #f "b'~a'," (which bin)))))))))) + (format #f "b'~a'," (which bin))))))))) (native-inputs (list python)) (inputs -- cgit v1.3