-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
sage_setup: Replace imports from distutils by setuptools #30984
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch: public/distutils_to_setuptools |
New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Author: Frédéric Chapoton |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Changed author from Frédéric Chapoton to Frédéric Chapoton, Matthias Koeppe |
Dependencies: #30912 |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits: |
Changed dependencies from #30912 to none |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Matthias Koeppe, ... |
comment:14
This works for me when building Sage and when upgrading |
comment:15
I've used it for a while now, I wouldn't know what else to test either. |
comment:16
The title shows that the ticket is very specific, are there other tickets I have missed for:
|
This comment has been minimized.
This comment has been minimized.
Changed reviewer from Matthias Koeppe, ... to Matthias Koeppe, John Palmieri |
comment:20
Thank you! |
Changed branch from public/distutils_to_setuptools to |
... in anticipation of the
distutils
deprecation (https://www.python.org/dev/peps/pep-0632/)From https://setuptools.readthedocs.io/en/latest/deprecated/distutils-legacy.html
distutils.core.setup
→setuptools.setup
distutils.cmd.Command
→setuptools.Command
distutils.log
→(no replacement yet)
distutils.version.*
→packaging.version.*
"If a project relies on uses of distutils that do not have a suitable replacement above, please search the Setuptools issue tracker and file a request, describing the use-case so that Setuptools’ maintainers can investigate."
Part of #31295 (Meta-ticket: Replace imports from deprecated distutils)
CC: @jhpalmieri @kiwifb @kliem
Component: build
Author: Frédéric Chapoton, Matthias Koeppe
Branch/Commit:
25b877c
Reviewer: Matthias Koeppe, John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/30984
The text was updated successfully, but these errors were encountered: