Changes between Version 12 and Version 16 of Ticket #29701
- Timestamp:
- 06/03/20 22:56:38 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29701
-
Property
Status
changed from
new
toneeds_review
-
Property
Dependencies
changed from
#29411, #29702, #29706, #29720, #29721, #29785, #29786, #29790, #29791
to#29702 (#29411), #29706, #29720, #29721, #29785, #29786, #29790, #29791
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Commit
changed from
891d12aeacd439cd72e31d42399826f48dae624f
toec7e9c599aebbec9b8a9227399cf6b8793dccd72
-
Property
Status
changed from
-
Ticket #29701 – Description
v12 v16 5 5 We remove `OptionalExtension`s as follows. We map installed packages to "distributions" (for example, `tdlib` -> `sage-tdlib`) and then filter by distribution. 6 6 7 (In a follow-up ticket, part of Meta-ticket #29705, we will make these "distributions" actually separate distutils packages.) 7 Follow-up tickets: 8 - as part of Meta-ticket #29705, we will make these "distributions" actually separate distutils packages 9 - remove the file `module_list.py` (not done on this ticket to avoid possible merge conflicts), deprecate `OptionalExtension` (which may be in use by user packages?) 10 11