-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
GH-92584: Remove Installing Python Modules (Distutils version) #108020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The doc fails to build:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Doc/using/cmdline.rst
Outdated
@@ -811,7 +811,7 @@ conflict. | |||
|
|||
Defines the :data:`user base directory <site.USER_BASE>`, which is used to | |||
compute the path of the :data:`user site-packages directory <site.USER_SITE>` | |||
and :ref:`Distutils installation paths <inst-alt-install-user>` for | |||
and Distutils installation paths for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it really useful to keep a reference to removed Distutils? setup.py is legacy, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#108040 removes the reference to Distutils & replaces setup.py with pip, I wanted to keep each PR distinct. When the first one is merged I'll resolve the conflicts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicts resolved.
# Conflicts: # Doc/using/cmdline.rst
A Docs job failed:
|
Oh, I messed up the merge. Pushed a fix. |
Thanks @AA-Turner for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @AA-Turner and @vstinner, I could not cleanly backport this to |
GH-108062 is a backport of this pull request to the 3.12 branch. |
…rsion) (pythonGH-108020). (cherry picked from commit fbb7cbc) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
…GH-108020) (#108062) * [3.12] GH-92584: Remove Installing Python Modules (Distutils version) (GH-108020). (cherry picked from commit fbb7cbc) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This removes
install/index
, per the notice in the header:See #108018 to retain the install scheme content in the
sysconfig
docs.A
📚 Documentation preview 📚: https://cpython-previews--108020.org.readthedocs.build/