zope-proxy: add build-zope-proxy.yml for riscv64 wheels - #1228
Merged
Conversation
Mirrors build-zope-hookable.yml's build-from-checkout shape: cibuildwheel against the zopefoundation/zope.proxy checkout, matrix cp312/cp313/cp314/ cp314t, PURE_PYTHON=0/1 unittest-discover to prove the C extension (_zope_proxy_proxy) is present. PIP_EXTRA_INDEX_URL is added since zope.proxy depends on zope.interface, which we already publish for riscv64.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
zope-proxy7.3Small C extension implementing zope.proxy's transparent proxy objects for the Zope ecosystem. Upstream publishes no riscv64 wheel.
Mirrors upstream's
tests.ymlbuild-and-test steps, using cibuildwheel build-from-checkout instead of the manylinux-docker-plus-tox approach upstream uses for its own wheels.Differs from upstream
PIP_EXTRA_INDEX_URL- zope.proxy depends on zope.interface, which we already publish for riscv64.Testing
python -m unittest discover -s {package}/src/zope, once withPURE_PYTHON=0and once withPURE_PYTHON=1, underZOPE_INTERFACE_STRICT_IRO=1.License: OK
Built on cp312; pending CI results.