Changes between Version 3 and Version 5 of Ticket #30024
- Timestamp:
- 09/07/20 18:23:14 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30024 – Description
v3 v5 2 2 3 3 In this ticket, we add them for all normal Python packages. 4 5 This is a technical step for 6 - #29500 Install all Python packages via `pip wheel`, create PEP 503 simple repository for wheels 4 7 5 8 Some scripts need updating to make sure that `checksums.ini` wins over `requirements.txt` - to keep normal packages normal. … … 7 10 We record "abstract" version requirements in this file so that many versions are accepted instead of only one particular version. This may be refined later (cf. https://packaging.python.org/discussions/install-requires-vs-requirements/) 8 11 9 10 This is a step of:11 - Meta-ticket #29023 (In a python 3 build, use system Python packages)12 - Meta-ticket #21507 (Make sagelib a pip-installable Python source package, listed on PyPI)13 - #29500 Install all Python packages via `pip wheel`, create PEP 503 simple repository for wheels14