Changes between Version 7 and Version 8 of Ticket #29847
- Timestamp:
- 06/12/20 20:30:49 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29847
-
Property
Dependencies
changed from
#29702
to#29702, #29706, #29785
-
Property
Dependencies
changed from
-
Ticket #29847 – Description
v7 v8 3 3 So we make it a regular distutils package itself and install it with pip. 4 4 5 We remove some dependencies on `sage.*` that are still in `sage_setup` .5 We remove some dependencies on `sage.*` that are still in `sage_setup`: 6 6 {{{ 7 7 ./library_order.py:77:from sage.env import cython_aliases 8 8 ./command/sage_build_cython.py:21:from sage.env import (SAGE_INC, cython_aliases, sage_include_directories) 9 9 }}} 10 ... by moving functions these functions to `sage_setup` (and leave a perhaps deprecated reimport behind). Should be done after #29706, #29785, which touch these functions. 10 11 11 12 Harmless dependencies on `sage.*`: