Changes between Version 3 and Version 12 of Ticket #29386
- Timestamp:
- 09/24/20 23:57:08 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29386
-
Property
Authors
changed from
to
Matthias Koeppe
- Property Cc mjo added
-
Property
Dependencies
changed from
#29793
to#29793, #30657
-
Property
Branch
changed from
to
u/mkoeppe/install_script_packages_via_sage_spkg
-
Property
Milestone
changed from
sage-9.2
tosage-9.3
-
Property
Commit
changed from
to
3d6fa5924f54b85a28f5c4d969afca01da8801fc
-
Property
Authors
changed from
-
Ticket #29386 – Description
v3 v12 9 9 10 10 We also make the decision whether `spkg-install` is generated from a template `spkg-install.in` or provided as is in the source tree orthogonal to the distinction `source=script` vs. `source=pip`. 11 We simply generate `spkg-install` if `spkg-install.in` is present. 11 12 13 14 We also rename targets `SPKG-clean` to `SPKG-uninstall` (as originally discussed in #29097), leaving a deprecated target behind. This is to unify the targets between normal and script packages (the latter used `-uninstall` already). 15