-
-
Notifications
You must be signed in to change notification settings - Fork 648
Replace 'sage-python' with 'python3' in various scripts for Meson #40490
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
What's the reason for doing it only for a few scripts? Why not just drop it completely? |
Good question ;-)
Done now. |
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, but it would be good to have an opinion from someone who actively uses sage-the-distro
while it might be something that might break for Python built by Sage, I'll consider this a long overdue step towards removing the latter antique feature. |
sagemathgh-40526: Delete one appearance of sage-python <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> In sagemath#40490, `sage-python` has been replaced by `python3` and one `bin/sage-python` has been erased, while other one is still there, erase it also. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [X] The title is concise and informative. - [X] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40526 Reported by: Enrique Manuel Artal Bartolo Reviewer(s): Dima Pasechnik
This causes docbuild issues, see #40605 |
In a pure meson build there is no
sage-python
, so scripts declaring usingsage-python
are not working in this context. To remedy this, simplypython3
is used instead.📝 Checklist
⌛ Dependencies