Changes between Version 161 and Version 162 of Ticket #31396
- Timestamp:
- 01/18/22 22:13:40 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31396
-
Property
Status
changed from
needs_work
toneeds_review
-
Property
Status
changed from
-
Ticket #31396 – Description
v161 v162 11 11 12 12 The wheel declares dependencies (`install-requires`) to all Python packages in the Sage distribution that have extension modules. The dependencies are specific using `@` to URLs on 13 https://github.com/sagemath/sage-wheels/releases/ download/9.3.rc1, where I have uploaded the binary wheels. Unfortunately, by PyPI policy, such `@` references are not allowed for packages on PyPI.13 https://github.com/sagemath/sage-wheels/releases/tag/9.5.rc2, where I have uploaded the binary wheels. Unfortunately, by PyPI policy, such `@` references are not allowed for packages on PyPI. 14 14 Hence, the pip invocation needs to use a URL. 15 15 … … 46 46 }}} 47 47 48 This creates :48 This creates (uploaded to https://github.com/sagemath/sage-wheels/releases/tag/9.5.rc2) 49 49 - src/pkgs/sage_conf-relocatable/dist/sage_conf-9.3rc1-cp38-cp38-macosx_10_15_x86_64.whl 50 50 - src/pkgs/sage_conf-relocatable/sage_root/venv-cpython-38-darwin-macosx_10_15_x86_64/var/lib/sage/wheels/*.whl 51 51 52 Build for macOS Big Sur (requires a machine running Big Sur or Monterey) :52 Build for macOS Big Sur (requires a machine running Big Sur or Monterey) (uploaded to https://github.com/sagemath/sage-wheels/releases/tag/9.5.rc2) 53 53 {{{ 54 54 tox -e local-macos-11.1-nohomebrew-python3_xcode -- SAGE_CHECK=no sage-wheels … … 61 61 62 62 63 Build for Linux :63 Build for Linux (does not work yet): 64 64 {{{ 65 65 $ TARGETS_PRE=Makefile tox -e docker-manylinux-2_24-minimal-python3.9 -- sage-wheels