Conversation
Build the PyO3 extension with cibuildwheel against the riscv64 manylinux image, mirroring the `linux` job of upstream's CI.yml. Upstream publishes manylinux wheels for x86_64/aarch64/armv7 only. Checked out from the jamesturk/jellyfish GitHub mirror: PyPI records the Codeberg repository, but upstream's release tags and CI live on GitHub and the v1.2.1 tree matches the released sdist. musllinux is dropped (no riscv64 musl host toolchain on rustup.rs) and cp314t is excluded (upstream ships no free-threaded wheel, and the module does not declare gil_used(false)).
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.
jellyfish1.2.1A PyO3 extension for approximate and phonetic string matching. Upstream publishes manylinux wheels for x86_64, aarch64 and armv7 only.
Mirrors upstream's
CI.yml.Differs from upstream
jamesturk/jellyfishmirror; PyPI records Codeberg, but the release tags and CI live there.maturin-actiondoes for upstream.Matrix: cp312/cp313/cp314. cp314t is excluded because upstream ships no free-threaded wheel and the module does not declare
gil_used(false).Testing
pytestsuite, run against the built wheel;cargo testcovers the Rust crate, not the wheel.License: OK
Built on cp312; 332 passed.