From 8f0d16e267f531f6d7055746ba2dd6febbca79a0 Mon Sep 17 00:00:00 2001 From: Kai Mueller Date: Wed, 13 Jul 2022 10:13:27 +0000 Subject: [PATCH 1/6] Clarify difference between pip-wheel and build Closes #11235 --- docs/html/cli/pip_wheel.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/html/cli/pip_wheel.rst b/docs/html/cli/pip_wheel.rst index 153d6925d4e..b78f08f0747 100644 --- a/docs/html/cli/pip_wheel.rst +++ b/docs/html/cli/pip_wheel.rst @@ -30,6 +30,15 @@ Description This is now covered in :doc:`../reference/build-system/index`. +Differences to `build` +---------------------- + +`build `_ is a simple tool which can among other things build +wheels for projects using PEP 517 +``pip wheel`` can do the same but also supports projects not using PEP 517. +In addition, it's e.g. also possible to include the dependencies of a project into the wheel. + + Options ======= From 3fda91290bb0c6c2e00556812e073f53d6f83608 Mon Sep 17 00:00:00 2001 From: Kai Mueller Date: Tue, 19 Jul 2022 13:37:58 +0000 Subject: [PATCH 2/6] fix --- docs/html/cli/pip_wheel.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/html/cli/pip_wheel.rst b/docs/html/cli/pip_wheel.rst index b78f08f0747..82dd970aacb 100644 --- a/docs/html/cli/pip_wheel.rst +++ b/docs/html/cli/pip_wheel.rst @@ -34,10 +34,8 @@ Differences to `build` ---------------------- `build `_ is a simple tool which can among other things build -wheels for projects using PEP 517 -``pip wheel`` can do the same but also supports projects not using PEP 517. -In addition, it's e.g. also possible to include the dependencies of a project into the wheel. - +wheels for projects using PEP 517. It is comparable to the execution of ``pip wheel --no-deps .``. +``pip wheel`` coveres the wheel scope of ``build`` but offers many additional features. Options ======= From 271ed7bb7a0b137c4f5e22ab542847607abcb2be Mon Sep 17 00:00:00 2001 From: Kai Mueller Date: Tue, 19 Jul 2022 14:18:16 +0000 Subject: [PATCH 3/6] fix2 --- docs/html/cli/pip_wheel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/cli/pip_wheel.rst b/docs/html/cli/pip_wheel.rst index 82dd970aacb..d645f29cd2a 100644 --- a/docs/html/cli/pip_wheel.rst +++ b/docs/html/cli/pip_wheel.rst @@ -35,7 +35,7 @@ Differences to `build` `build `_ is a simple tool which can among other things build wheels for projects using PEP 517. It is comparable to the execution of ``pip wheel --no-deps .``. -``pip wheel`` coveres the wheel scope of ``build`` but offers many additional features. +``pip wheel`` covers the wheel scope of ``build`` but offers many additional features. Options ======= From ef4fc3c516d2b0709328a893b8c1d840923d6914 Mon Sep 17 00:00:00 2001 From: kasium <15907922+kasium@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:39:59 +0200 Subject: [PATCH 4/6] Update docs/html/cli/pip_wheel.rst Co-authored-by: Tzu-ping Chung --- docs/html/cli/pip_wheel.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/cli/pip_wheel.rst b/docs/html/cli/pip_wheel.rst index d645f29cd2a..e93fee2e620 100644 --- a/docs/html/cli/pip_wheel.rst +++ b/docs/html/cli/pip_wheel.rst @@ -30,8 +30,8 @@ Description This is now covered in :doc:`../reference/build-system/index`. -Differences to `build` ----------------------- +Differences to ``build`` +------------------------ `build `_ is a simple tool which can among other things build wheels for projects using PEP 517. It is comparable to the execution of ``pip wheel --no-deps .``. From 905fa3f076d020239903730223b6eb057121c2f2 Mon Sep 17 00:00:00 2001 From: Kai Mueller Date: Wed, 3 Aug 2022 09:53:13 +0000 Subject: [PATCH 5/6] Comments --- docs/html/cli/pip_wheel.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/html/cli/pip_wheel.rst b/docs/html/cli/pip_wheel.rst index e93fee2e620..bfd19a0ccb1 100644 --- a/docs/html/cli/pip_wheel.rst +++ b/docs/html/cli/pip_wheel.rst @@ -35,6 +35,7 @@ Differences to ``build`` `build `_ is a simple tool which can among other things build wheels for projects using PEP 517. It is comparable to the execution of ``pip wheel --no-deps .``. +It can also build source distributions which is not possible with ``pip``. ``pip wheel`` covers the wheel scope of ``build`` but offers many additional features. Options From 1413fae8eb15ba38751173cdd29258c4f8f23790 Mon Sep 17 00:00:00 2001 From: Kai Mueller Date: Sun, 14 Aug 2022 19:26:08 +0000 Subject: [PATCH 6/6] Add news --- news/11254.trivial.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 news/11254.trivial.rst diff --git a/news/11254.trivial.rst b/news/11254.trivial.rst new file mode 100644 index 00000000000..e69de29bb2d