#14385 closed enhancement (fixed)
auto-generate package list in setup.py
Reported by: | robertwb | Owned by: | GeorgSWeber |
---|---|---|---|
Priority: | major | Milestone: | sage-5.9 |
Component: | build | Keywords: | |
Cc: | nthiery | Merged in: | sage-5.9.beta4 |
Authors: | Robert Bradshaw | Reviewers: | Nicolas M. Thiéry |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This will ease the transition to git by minimizing merge conflicts.
Attachments (1)
Change History (9)
Changed 8 years ago by
comment:1 Changed 8 years ago by
- Cc nthiery added
- Status changed from new to needs_review
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
After looking at it: positive review assuming all tests pass!
Note from Robert: this is only used upon sage -b
. So the overhead should a priori be negligible since anyway we are scanning the source files for cython/python files to update.
Thanks!
comment:4 Changed 8 years ago by
- Status changed from needs_review to positive_review
comment:5 Changed 8 years ago by
- Merged in set to sage-5.9.beta3
- Resolution set to fixed
- Reviewers set to Nicolas M. Thiéry
- Status changed from positive_review to closed
comment:6 Changed 8 years ago by
- Merged in changed from sage-5.9.beta3 to sage-5.9.beta4
comment:7 Changed 8 years ago by
- Dependencies set to #13031
comment:8 Changed 8 years ago by
- Dependencies #13031 deleted
Note: See
TracTickets for help on using
tickets.
Looking forward to it :-)