diff mbox series

[bug#74889] doc: Document use of setuptools with pyproject-build-system.

Message ID 20241215175129.30475-1-ian@retrospec.tv
State New
Headers show
Series [bug#74889] doc: Document use of setuptools with pyproject-build-system. | expand

Commit Message

Ian Eure Dec. 15, 2024, 5:51 p.m. UTC
Add documentation for required native-inputs for building setup.py-based
Python projects with pyproject-build-system.  Remove mention of 2024, since
there are only two weeks left.

* dox/guix.texi (Build Systems): Document use of setuptools with
pyproject-build-system.

Change-Id: Ia5cba05033d84b808419456d8da09ff87bec3bb8
---
 doc/guix.texi | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Sharlatan Hellseher Dec. 16, 2024, 8:38 p.m. UTC | #1
Hi Ian,

I think #69997 covers that during the import time, may you have a look
please?

--
Thanks,
Oleg
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 3d501a08c9..cd80104eb4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -9950,9 +9950,13 @@  It is considered ``experimental'' in that the implementation details are
 not set in stone yet, however users are encouraged to try it for new
 Python projects (even those using @file{setup.py}).  The API is subject to
 change, but any breaking changes in the Guix channel will be dealt with.
+Building @file{setup.py}-based Python projects requires adding the
+@code{python-setuptools} and @code{python-wheel} (from the
+@code{(gnu packages python-build)} module) packages to the package’s
+@code{native-inputs}.
 
 Eventually this build system will be deprecated and merged back into
-@var{python-build-system}, probably some time in 2024.
+@var{python-build-system}.
 @end defvar
 
 @defvar perl-build-system