Changes between Version 30 and Version 32 of Ticket #21508
- Timestamp:
- 06/04/20 18:01:29 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21508
-
Property
Dependencies
changed from
#21480, #21604, #21600
to -
Property
Summary
changed from
Meta-ticket: Clean up src/setup.py to bring it to standard distutils behavior
toMeta-ticket: Clean up src/setup.py to bring it to standard setuptools behavior
-
Property
Dependencies
changed from
-
Ticket #21508 – Description
v30 v32 1 All building (including cythonizing) should done within the call to `setup`, not before it.2 3 1 Sub-tasks: 4 2 … … 14 12 15 13 Also the following should be done: 14 - #29702: Move all code from `src/setup.py`, `src/fpickle_setup.py` to `sage_setup` 16 15 - #21516: Fix sagelib sdist (`src/setup.py sdist`) 17 16 - #21535: Make `src/setup.py` respect `--build-base` and `--inplace`, independent of `SAGE_CYTHONIZED`