Changes between Version 8 and Version 9 of Ticket #29701
- Timestamp:
- 06/03/20 18:56:13 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29701 – Description
v8 v9 5 5 Preparation: 6 6 - #28925 Modify `find_python_sources`, `clean_stale_files` to support modularization of sagelib by native namespace packages (PEP 420) 7 - Map installed packages/features to virtual ` sage_packages` (for example, `tdlib` -> `sage_tdlib`), replace `module_list.py` and the `OptionalExtension` mechanism by passing `sage_packages` to `find_python_sources`.7 - Map installed packages/features to virtual `distributions` (for example, `tdlib` -> `sage-tdlib`), replace `module_list.py` and the `OptionalExtension` mechanism by passing `distributions` to `find_python_sources`. 8 8 - Remove empty `__init__.py` files to convert packages to native namespace packages 9 9 - #29702 Move all code from `src/setup.py` to `sage_setup`