Update packse to include --python-platform (#10531)

## Summary

Relevant for: https://github.com/astral-sh/uv/pull/10527.
This commit is contained in:
Charlie Marsh 2025-01-11 20:37:57 -05:00 committed by GitHub
parent 5788cd2b18
commit 7269273458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 5 deletions

View file

@ -10,7 +10,7 @@ msgspec==0.18.6
# via packse
packaging==24.2
# via hatchling
packse==0.3.42
packse==0.3.43
# via -r scripts/scenarios/requirements.in
pathspec==0.12.1
# via hatchling

View file

@ -88,6 +88,9 @@ fn {{module_name}}() {
.arg("--no-binary")
.arg("{{.}}")
{{/resolver_options.no_binary}}
{{#resolver_options.python_platform}}
.arg("--python-platform={{.}}")
{{/resolver_options.python_platform}}
{{#root.requires}}
.arg("{{requirement}}")
{{/root.requires}}, @r###"<snapshot>