guix/doc
Lars-Dominik Braun 400a7a4c80
build-system: Add pyproject-build-system.
This is an experimental build system based on python-build-system
that implements PEP 517-compliant builds.

* doc/guix.texi (Build Systems): Add pyproject-build-system section.
* doc/contributing.texi (Python Modules): Mention pyproject.toml and the
PYTHON-TOOLCHAIN package, as well as differences to python-build-system.
* guix/build-system/pyproject.scm,
guix/build/pyproject-build-system.scm,
gnu/packages/aux-files/python/sanity-check-next.py,
gnu/packages/python-commencement.scm: New files.
* Makefile.am (MODULES): Register the new build systems.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add python-commencement.scm.
* gnu/packages/python.scm (python-sans-pip, python-sans-pip-wrapper): New
variables.

Co-authored-by: Marius Bakke <marius@gnu.org>
2022-10-27 19:43:06 +02:00
..
images
build.scm doc: Use a minimal texlive profile in build.scm. 2022-06-15 17:24:46 -04:00
contributing.texi build-system: Add pyproject-build-system. 2022-10-27 19:43:06 +02:00
environment-gdb.scm doc: Update "guix shell -D -f" example to new input style. 2022-01-14 22:39:24 +01:00
fdl-1.3.texi
guix-cookbook.texi doc: Add chapter on containers to Cookbook. 2022-10-13 17:42:05 +02:00
guix.texi build-system: Add pyproject-build-system. 2022-10-27 19:43:06 +02:00
he-config-bare-bones.scm doc: Update example of a minimalistic home environment. 2022-06-10 22:42:49 +02:00
htmlxref.cnf doc: Fix Guix manual URLs in 'htmlxref.cnf'. 2022-08-05 00:14:29 +02:00
local.mk nls: Enforce translation thresholds. 2022-04-02 18:14:43 +02:00
package-hello.json
package-hello.scm