Skip to content

skia-pathops: Add version 0.9.2 - #2378

Open
luhenry wants to merge 2 commits into
mainfrom
skia-pathops
Open

luhenry wants to merge 2 commits into
mainfrom
skia-pathops

Conversation

@luhenry

@luhenry luhenry commented Sep 26, 2026 •

Copy link
Copy Markdown
Member

Compiles a Cython extension statically linked against a slimmed-down Skia (no GPU, codecs or fonts). Upstream publishes no riscv64 wheel.

Mirrors upstream's ci.yml and, for libskia, skia-builder's ci.yml.

Differs from upstream

  • libskia built in-container with skia-builder's build_skia.py - skia-builder releases no riscv64 libskia.
  • gn built from source at Skia's fetch-gn revision - CIPD has no riscv64 gn.
  • Repair command drops the appended pipx abi3audit - pipx is absent; cibuildwheel audits abi3 itself.
  • No musllinux and no PyPy.

Matrix: one cp310-abi3 wheel, built on cp310 and tested on cp310-cp314, like upstream.

Testing

  • same as upstream

License: Wheel statically links Skia (BSD-3-Clause), whose licence upstream does not ship, so the build adds it.

Patches

  • 0001-package-the-licence-of-the-statically-linked-Skia.patch - To upstream. Without it the wheel omits Skia's licence. Not riscv64-specific.

luhenry added a commit that referenced this pull request Sep 26, 2026
@github-actions

github-actions Bot commented Sep 26, 2026 •

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://riseproject-dev.github.io/python-wheels/pr-preview/pr-2378/

Built to branch gh-pages at 2026-09-27 09:11 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

gn's build/gen.py links with -static-libstdc++, and the riscv64
manylinux image ships no libstdc++.a (gotcha 77), so the first run died
at `LINK gn` with `cannot find -lstdc++`. build-skia-python.yml installs
the same package before bootstrapping gn.

This branch has not been deployed

No deployments
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