Changes between Version 10 and Version 16 of Ticket #30581
- Timestamp:
- Jan 19, 2021, 8:22:44 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30581
-
Property
Status
changed from
needs_review
toneeds_work
-
Property
Dependencies
changed from
#30580
to -
Property
Reviewers
changed from
to
Tobias Diez, ...
- Property Keywords sd111 added
-
Property
Status
changed from
-
Ticket #30581 – Description
v10 v16 3 3 We declare this build system dependency by adding the PEP 517 metadata (`pyproject.toml`). 4 4 5 Adding `pyproject.toml` does not change how the Sage distribution installs sagelib because `build/pkgs/sagelib/spkg-install` uses `setup.py install` directly. 5 6 6 7 ------