summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-25 23:28:19 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:45 +0100
commit8b91d18c5a1d8da267fee04a3ee15863fa9874a9 (patch)
treee467a646d8b2dcdd365c37839d64b7bac109d556 /gnu/packages/python-build.scm
parentf61830339cd3ec25cc45605dcce668bf9bbee71f (diff)
gnu: packages: Remove python-build-system comments.
Rephrase or remove comments completely mentioning python-build-system to prepare it for depreciation. It helps to search code for the rest relevant entries of python-build-system. Change-Id: I98ee81b4b0e0f826fd236fec20e77546e1567f80
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 8a699b3db00..72e9645e732 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -834,9 +834,9 @@ facilitate packaging Python projects, where packaging includes:
834 (arguments 834 (arguments
835 (list 835 (list
836 #:tests? #f ;disabled to avoid extra dependencies 836 #:tests? #f ;disabled to avoid extra dependencies
837 ;; Essentially a lighter copy of the former python-build-system. 837 ;; Custom build steps to prevent using pyproject-build-system which
838 ;; Using it rather than pyproject-build-system allows to edit the latter 838 ;; allows to edit the latter without a world rebuild (for the meson
839 ;; without a world rebuild (for the meson package in particular). 839 ;; package in particular).
840 #:phases 840 #:phases
841 #~(modify-phases %standard-phases 841 #~(modify-phases %standard-phases
842 (delete 'bootstrap) 842 (delete 'bootstrap)