py-sr25519-bindings: add build-py-sr25519-bindings.yml for riscv64 wheels - #1223
Merged
Conversation
…eels Ports the polkascan/py-sr25519-bindings PyO3/schnorrkel bindings (Substrate's sr25519 signature scheme). No abi3 feature is set on pyo3, so the interpreter matrix builds cp312/cp313/cp314/cp314t individually; maturin ships the compiled extension behind an auto-generated sr25519/__init__.py shim, so the test command probes sr25519.sr25519 directly and exercises sign/verify/derive against upstream's own src/lib.rs unit test vectors.
…_TEST_COMMAND The YAML folded scalar plus a newline right after python -c " left a leading space before the first statement, which cp312/cp313 reject as an unexpected indent (cp314/cp314t happen to tolerate it).
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
…#1239) * **Package**: `py-bip39-bindings` * **Version**: `0.3.0` * **Source**: https://github.com/polkascan/py-bip39-bindings * **Docs**: https://github.com/polkascan/py-bip39-bindings PyO3/maturin bindings for the tiny-bip39 Rust crate, generating and validating BIP-39 mnemonic seed phrases for Substrate/Polkadot key derivation. Upstream publishes no riscv64 wheel. Mirrors upstream's [`CI.yml`](https://github.com/polkascan/py-bip39-bindings/blob/v0.3.0/.github/workflows/CI.yml) `linux`/`sdist` jobs, same shape as py-sr25519-bindings (#1223). **Differs from upstream** - Musllinux dropped - rustup ships no riscv64 musl host toolchain. **Testing** - same as upstream (`pytest tests.py`, covering French and zh-hans mnemonic locales too) **License**: OK
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.
py-sr25519-bindings0.2.4PyO3/maturin bindings for the schnorrkel sr25519 signature scheme used by Substrate/Polkadot. Upstream publishes no riscv64 wheel.
Mirrors upstream's
CI.ymllinux/sdistjobs.Differs from upstream
Testing
src/lib.rsunit-test vectors instead oftests.py, whosetest_sign_and_verify_messageneedspy-bip39-bindings, not yet on the registry.License: OK
Built a cp39 wheel locally from the sdist on an arm64 host; all five test vectors matched.