Changes between Version 12 and Version 15 of Ticket #29864
- Timestamp:
- 09/28/20 16:31:43 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29864
-
Property
Commit
changed from
59a33def20d5fb672b039f1513ae2643fe315ce5
to16a9b2e757be1505ad3c7d714175a24757082420
-
Property
Commit
changed from
-
Ticket #29864 – Description
v12 v15 7 7 `sage-core` and `sage_tdlib` do not use the incremental install mechanism of sagelib (`sage_setup.command.sage_install.sage_install_and_clean`). They use a simple setuptools build system. 8 8 9 Ideally, they would use a shared `src/setup.py` and provide the distribution info via their own `setup.cfg`. 10 9 11 10 12 This is part of #29705: Meta-ticket: Modularize sagelib into separate distributions (distutils packages)