python-rtmidi: add build-python-rtmidi.yml for riscv64 wheels - #1374
Merged
Conversation
Build-from-checkout shape (jack2 1.9.22 built from source in CIBW_BEFORE_ALL, alsa-lib-devel installed via dnf, both inherited from upstream's own pyproject.toml [tool.cibuildwheel] config), single cp312 job (upstream 1.5.8 builds no cp313+/cp314+ wheels either). Patches pyproject.toml so meson-python ships jack2's LGPL licence alongside the package's own MIT one (meson-python has no PEP 639 default license-files glob).
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
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.
python-rtmidi1.5.8Compiles python-rtmidi's Cython/C++ binding over the RtMidi library (ALSA and JACK backends on Linux) into a CPython extension wheel. Upstream publishes no riscv64 wheel.
Mirrors upstream's own
pyproject.tomlcibuildwheel config andpr_to_master.yml.Differs from upstream
CIBW_MANYLINUX_RISCV64_IMAGE- upstream's[tool.cibuildwheel.linux]only configures x86_64/aarch64 images.pyproject.tomlto declarelicense-files- meson-python has no default licence glob.Matrix:
cp312only - upstream 1.5.8 builds no cp313+/cp314+ wheels either.Testing
License: Wheel bundles
libjack.so.0(LGPL-2.1+, built from source inbefore-alljust like upstream's own wheels), whose licence text the accompanying patch adds since meson-python doesn't apply setuptools' defaultlicense-filesglob.Patches
0001-pyproject.toml-declare-license-files-so-the-wheel-sh.patch- Upstream-Status: To upstream (not filed, per repo policy against opening anything on third-party repos). Wheel would otherwise ship without jack2's licence notice. Reproduces on any platform (metadata-only change).Built on riscv64 CI - see checks below.