Changes between Version 25 and Version 27 of Ticket #21508
- Timestamp:
- 05/16/20 07:27:01 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21508
- Property Cc dimpase jhpalmieri added
-
Property
Summary
changed from
Clean up src/setup.py to bring it to standard distutils behavior
toMeta-ticket: Clean up src/setup.py to bring it to standard distutils behavior
-
Property
Milestone
changed from
sage-7.5
tosage-9.2
-
Ticket #21508 – Description
v25 v27 11 11 In particular, 12 12 - `src/setup.py --help` should return immediately. 13 - `src/setup.py clean` should not build anything but just clean (and everything that is now done by `make clean` in the `src` directory should be done by it )13 - `src/setup.py clean` should not build anything but just clean (and everything that is now done by `make clean` in the `src` directory should be done by it; see #29411) 14 14 15 15 Also the following should be done: