Conversation
Contributor
|
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
iterfzf is a pure-Python wrapper that bundles the prebuilt fzf binary junegunn/fzf publishes per platform; its PEP 517 backend picks the asset and the wheel's platform tag from two tables that have no riscv64 row. fzf 0.67.0, the version this release bundles, is the first to publish a linux_riscv64 asset, so the port is those two rows plus upstream's own GOOS/GOARCH wheel build narrowed to riscv64.
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
luhenry
marked this pull request as ready for review
September 21, 2026 16:27
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.
iterfzf1.9.0.67.0Nothing is compiled: the wheel is pure Python around the prebuilt
fzfbinary that junegunn/fzf publishes per platform, and fzf 0.67.0 — the version this release bundles — is the first to ship alinux_riscv64asset. Upstream publishes no riscv64 wheel.Mirrors upstream's
release.yamlandtest.yaml.Differs from upstream
ubuntu-latest.iterfzf/test_iterfzf.pyrather than tox - two of tox's four wheel checks assertiterfzf([]) is None, which raisesAttributeErrorat this tag on every platform.Testing
License: Wheel bundles fzf 0.67.0 (MIT) as a prebuilt binary, taken from upstream's checksum-listed release asset.
Patches
0001-build_dist-add-riscv64-to-the-platform-tables.patch-Upstream-Status: To upstream. Without it the build stops atKeyError: ('linux', 'riscv64')before downloading anything, and a nativepip installfrom the sdist stops atunsupported platform. Reproduces on x86.Built on cp312; 11 passed, 3 deselected.