[lfs] branch trunk updated: pip3 wheel should be remap="make"

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <173590331622.25517.3282241903176366775@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new d11e5762b pip3 wheel should be remap="make"
d11e5762b is described below

commit d11e5762bc544e1934ba1fc7b662deb8055419c4
Author: Pierre Labastie <[email protected]>
AuthorDate: Fri Jan 3 12:21:11 2025 +0100

    pip3 wheel should be remap="make"
---
 chapter08/flit-core.xml  | 2 +-
 chapter08/jinja2.xml     | 2 +-
 chapter08/setuptools.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/chapter08/flit-core.xml b/chapter08/flit-core.xml
index 419efc30f..29194aa63 100644
--- a/chapter08/flit-core.xml
+++ b/chapter08/flit-core.xml
@@ -42,7 +42,7 @@
 
     <para>Build the package:</para>
 
-<screen><userinput remap="install">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
+<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
 
     <para>Install the package:</para>
 
diff --git a/chapter08/jinja2.xml b/chapter08/jinja2.xml
index c06da9139..efa50a582 100644
--- a/chapter08/jinja2.xml
+++ b/chapter08/jinja2.xml
@@ -42,7 +42,7 @@
 
     <para>Build the package:</para>
 
-<screen><userinput remap="install">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
+<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
 
     <para>Install the package:</para>
 
diff --git a/chapter08/setuptools.xml b/chapter08/setuptools.xml
index dfb31c5b8..8a404be73 100644
--- a/chapter08/setuptools.xml
+++ b/chapter08/setuptools.xml
@@ -42,7 +42,7 @@
 
     <para>Build the package:</para>
 
-<screen><userinput remap="install">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
+<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
 
     <para>Install the package:</para>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.