Conversation
Small pure-Rust PyO3/maturin string-case-conversion library (heck crate). abi3-py37, no native deps beyond rustup; validated locally by building the checkout with maturin and by rehearsing the full cibuildwheel job against manylinux_2_39_aarch64.
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
pyproject.toml pins maturin<0.13, which has no riscv64 wheel on PyPI and fails to build from sdist because its own bootstrap assumes an ambient setuptools that Python 3.12+ no longer seeds into a build isolation venv. Install a current maturin (which builds this tree unmodified, confirmed locally) and skip isolation to bypass the pin. Verified with a full cibuildwheel rehearsal against manylinux_2_39_aarch64: build, licence check and pytest all pass.
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.
pyheck0.1.5Thin PyO3 wrapper around Rust's
heckcrate for string case conversion (snake_case, camelCase, kebab-case, etc). Upstream publishes no riscv64 wheel.Mirrors the
linuxjob of upstream'sbuild.yml.Differs from upstream
[tool.cibuildwheel]Matrix: built on cp312/cp313/cp314 only, no cp314t - pyo3 0.15.1 predates PEP 703 free-threading entirely.
Testing
tests/pytest suite; upstream's broader coverage lives in sphinx doctests, out of scope hereLicense: OK
Built on cp312; 2 passed.