-
-
Notifications
You must be signed in to change notification settings - Fork 510
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.misc.cython: Replace imports from distutils by setuptools #31349
Labels
Milestone
Comments
Commit: |
New commits:
|
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:6
Looks okay to me. Is there a reason to not "declare |
comment:7
Mostly I wanted to avoid touching the files which are modified in #30913. |
Reviewer: John Palmieri |
comment:8
Okay, makes sense. |
comment:9
Thanks! |
Changed branch from u/mkoeppe/sage_misc_cython__replace_imports_from_distutils_by_setuptools to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
part of #31295 (Meta-ticket: Replace imports from deprecated distutils).
We fall back to distutils if setuptools cannot be imported.
In this way we avoid having to declare
setuptools
as aninstall_requires
ofsagelib
(for now).CC: @fchapoton @jhpalmieri @kiwifb @kliem
Component: porting
Author: Matthias Koeppe
Branch/Commit:
faa8ec6
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/31349
The text was updated successfully, but these errors were encountered: