Opened 6 years ago
Last modified 5 months ago
#21508 new task
Clean up src/setup.py — at Version 3
Reported by: | mkoeppe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.7 |
Component: | build | Keywords: | |
Cc: | jdemeyer, vbraun, embray, leif, fbissey, was, mmezzarobba, dimpase, jhpalmieri | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #20596 | Stopgaps: |
Description (last modified by )
... so that everything is done within the call to setup
, not before it.
In particular, src/setup.py --help
should return immediately.
And src/setup.py sdist
needs work.
warning: sdist: standard file not found: should have one of README, README.txt reading manifest template 'MANIFEST.in' warning: sdist: MANIFEST.in, line 6: 'recursive-include' expects <dir> <pattern1> <pattern2> ... warning: no previously-included files matching '*.h' found under directory 'sage/ext/interpreters' warning: no previously-included files found matching 'sage/libs/pari/gen.h' warning: no previously-included files found matching 'sage/modular/arithgroup/farey_symbol.h' warning: no previously-included files found matching 'sage/rings/real_mpfi.h' warning: no previously-included files found matching 'sage/symbolic/pynac.h' warning: no directories found matching 'doc/common/static' warning: no files found matching 'doc/en/bordeaux_2008/birch.png' warning: no files found matching 'doc/en/bordeaux_2008/modpcurve.png' no previously-included directories found matching 'doc/output'
Change History (3)
comment:1 Changed 6 years ago by
- Dependencies set to #20596
comment:2 Changed 6 years ago by
- Type changed from defect to task
comment:3 Changed 6 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.