From 01a03ce0c4ddb6a503c808bf4202f763131adba7 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Wed, 22 May 2024 16:40:15 -0400 Subject: [PATCH 1/3] binary-distribution-format: Update a mention of distutils --- source/specifications/binary-distribution-format.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/specifications/binary-distribution-format.rst b/source/specifications/binary-distribution-format.rst index e2f65411b..211019f85 100644 --- a/source/specifications/binary-distribution-format.rst +++ b/source/specifications/binary-distribution-format.rst @@ -43,8 +43,8 @@ Wheel installation notionally consists of two phases: destination path. Each subdirectory of ``distribution-1.0.data/`` is a key into a dict of destination directories, such as ``distribution-1.0.data/(purelib|platlib|headers|scripts|data)``. - The initially supported paths are taken from - ``distutils.command.install``. + These subdirectories are `installation paths defined by sysconfig + `_. c. If applicable, update scripts starting with ``#!python`` to point to the correct interpreter. d. Update ``distribution-1.0.dist-info/RECORD`` with the installed From 4af7da079f97a91fdb8f53155be84258bf1f524d Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Thu, 20 Jun 2024 02:26:34 +1000 Subject: [PATCH 2/3] Use intersphinx reference --- source/specifications/binary-distribution-format.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/specifications/binary-distribution-format.rst b/source/specifications/binary-distribution-format.rst index 211019f85..692e6f642 100644 --- a/source/specifications/binary-distribution-format.rst +++ b/source/specifications/binary-distribution-format.rst @@ -43,8 +43,8 @@ Wheel installation notionally consists of two phases: destination path. Each subdirectory of ``distribution-1.0.data/`` is a key into a dict of destination directories, such as ``distribution-1.0.data/(purelib|platlib|headers|scripts|data)``. - These subdirectories are `installation paths defined by sysconfig - `_. + These subdirectories are :ref:`installation paths defined by sysconfig + `_. c. If applicable, update scripts starting with ``#!python`` to point to the correct interpreter. d. Update ``distribution-1.0.dist-info/RECORD`` with the installed From 5c432f6a043a0988ab5814f978c6387daf28765a Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Thu, 20 Jun 2024 02:29:44 +1000 Subject: [PATCH 3/3] Fix ref syntax and target name --- source/specifications/binary-distribution-format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/specifications/binary-distribution-format.rst b/source/specifications/binary-distribution-format.rst index 692e6f642..8da38357a 100644 --- a/source/specifications/binary-distribution-format.rst +++ b/source/specifications/binary-distribution-format.rst @@ -44,7 +44,7 @@ Wheel installation notionally consists of two phases: is a key into a dict of destination directories, such as ``distribution-1.0.data/(purelib|platlib|headers|scripts|data)``. These subdirectories are :ref:`installation paths defined by sysconfig - `_. + `. c. If applicable, update scripts starting with ``#!python`` to point to the correct interpreter. d. Update ``distribution-1.0.dist-info/RECORD`` with the installed