Skip to content

Commit 8514242

Browse files
author
Release Manager
committed
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
2 parents 4a2dac0 + 93c7de0 commit 8514242

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkgs/sagemath-environment/pyproject.toml.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ script-files = [
4747
"bin/sage-num-threads.py",
4848
"bin/sage-venv-config",
4949
"bin/sage-version.sh",
50-
# Auxiliary script for invoking Python in the Sage environment
51-
"bin/sage-python",
5250
# Not included:
5351
# - bin/sage-env-config -- installed by sage_conf
5452
# - bin/sage-env-config.in -- not to be installed

0 commit comments

Comments
 (0)