Changes between Version 12 and Version 19 of Ticket #29950
- Timestamp:
- Jun 28, 2020, 7:31:18 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29950
-
Property
Dependencies
changed from
#29411, #29847, #29701
to#29411, #29701, #21559
-
Property
Work issues
changed from
Rebase away from #29847
to -
Property
Commit
changed from
c3b8f8f057647eca8725a7a35a415c1cc3e19d4b
to08f5175bdf71236ccf3e80f6efaffa83d5edc532
-
Property
Dependencies
changed from
-
Ticket #29950 – Description
v12 v19 1 1 As a follow-up to #29411, we set up a separate directory `build/pkgs/sagelib/src` with symlinks into `SAGE_ROOT/src` so that sagelib's `setup.py` does not have access to the whole tree `SAGE_ROOT/src`. 2 2 3 We fix `setup.py sdist`, which can be tested using `spkg-src` and `tox`. 4 3 We fix `setup.py sdist`, which can be tested using `spkg-src` (which builds a pip-installable tarball in `upstream/`) and `tox`: 5 4 {{{ 6 5 ./sage -sh -c '(cd build/pkgs/sagelib/src && tox -v -v)'