faust-cchardet: add build-faust-cchardet.yml for riscv64 wheels - #1681
Merged
Conversation
Mirrors upstream's build_wheels job: checkout the tag with submodules (the meson build compiles the vendored uchardet C++ sources), run cibuildwheel with the riscv64 manylinux image, matrix cp312/cp313/ cp314/cp314t. A pyproject.toml patch converts the legacy license table to a plain SPDX expression and adds license-files, so the tri-licensed COPYING ships in the wheel's dist-info, which none of upstream's own published wheels currently do.
luhenry
force-pushed
the
faust-cchardet
branch
from
September 10, 2026 05:43
11c3a6a to
57dedc7
Compare
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.
faust-cchardet3.2.0Compiles the bundled uchardet C++ sources (Mozilla's universal charset detector) into a Cython extension for fast character-encoding detection. Upstream publishes no riscv64 wheel.
Mirrors upstream's
build-and-upload-to-pypi.ymlbuild_wheelsjob.Differs from upstream
Testing
License: Wheel ships the MPL-1.1/GPL-2.0-or-later/LGPL-2.1-or-later
COPYINGthat covers both the package and the vendored uchardet sources (identical text); upstream's own published wheels ship no licence file at all.Patches
0001-ship-the-tri-license-COPYING-in-the-wheel-s-dist-info.patch- To upstream (no fork of faust-streaming/cChardet to push from). meson-python has no default licence glob, sopyproject.tomlneeds an explicitlicense-fileskey or every wheel ships none; reproduces on every platform, not riscv64-specific.Built on cp312; 150 passed, 3 skipped.