Skip to content

ignore-python: Add version 0.4.1 - #2196

Merged
luhenry merged 1 commit into
mainfrom
ignore-python
Sep 22, 2026
Merged

luhenry merged 1 commit into
mainfrom
ignore-python

Conversation

@luhenry

@luhenry luhenry commented Sep 21, 2026

Copy link
Copy Markdown
Member

Wraps the Rust ignore crate (gitignore-aware directory walking, the engine behind ripgrep/fd) via PyO3. Upstream publishes no riscv64 wheel.

Mirrors upstream's CI.yml linux job.

Differs from upstream

  • musllinux dropped - rustup ships no riscv64 musl toolchain
  • Rust toolchain installed in CIBW_BEFORE_ALL_LINUX - no [tool.cibuildwheel] upstream

Matrix: cp39/cp310/cp311/cp312/cp313/cp314/cp314t/cp315/cp315t, one wheel per interpreter - no abi3 feature on pyo3; pp311 dropped, PyPy has no riscv64 port.

Testing

  • same as upstream

License: OK

Built on cp312; 7 passed.

Pure-Rust dependency tree (ignore, aho-corasick, walkdir, globset,
same-file, regex-automata) is fully portable to riscv64gc-unknown-linux-gnu,
confirmed via a local cargo check cross-compile and an x86 maturin build
running upstream's pytest suite. Cargo.toml's pyo3 dependency carries no
abi3 feature, so the wide upstream interpreter matrix is genuine
per-interpreter builds; pp311 is dropped since PyPy has no riscv64 port.
luhenry added a commit that referenced this pull request Sep 21, 2026
@github-actions

github-actions Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-09-22 06:52 UTC

@luhenry
luhenry merged commit c7ccbbe into main Sep 22, 2026
19 of 20 checks passed
@luhenry
luhenry deleted the ignore-python branch September 22, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant