Conversation
Ports pycrc32 0.3.0, a small pyo3/maturin binding around the crc32fast crate. Mirrors the linux job of upstream's own CI.yml: cibuildwheel drives maturin in the manylinux_riscv64 image, installing the Rust toolchain via CIBW_BEFORE_ALL_LINUX since the project ships no [tool.cibuildwheel]. No abi3 feature on pyo3, so one wheel is built per interpreter (cp312-cp314t). musllinux is skipped: rustup.rs ships no riscv64 musl toolchain.
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
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.
pycrc320.3.0Compiles a PyO3 binding around the
crc32fastcrate for CRC32 checksum computation. Upstream publishes no riscv64 wheel.Mirrors upstream's
CI.ymllinuxjob.Differs from upstream
CIBW_BEFORE_ALL_LINUX- upstream has no[tool.cibuildwheel]config of its own.Testing
test-sourcesstages onlypycrc32/tests- the suite lives inside the importable package directory.License: OK