build(python): migrate to uv (#5222)

This commit is contained in:
David Lane
2026-05-30 17:37:14 -04:00
committed by GitHub
parent 4e9e0d4c66
commit 0e35140576
14 changed files with 801 additions and 76 deletions

View File

@@ -54,8 +54,8 @@ modules:
- "modules/ffmpeg.json"
# Python PyPI build-time dependencies (e.g. jinja2 for glad generator).
# glad-dependencies.json is generated at CI time by flatpak-pip-generator and
# placed alongside the manifest in the build directory.
# glad-dependencies.json is generated from uv.lock at CI time by flatpak-pip-generator
# and placed alongside the manifest in the build directory.
- "glad-dependencies.json"
- name: sunshine