mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Update packse to include --python-platform
(#10531)
## Summary Relevant for: https://github.com/astral-sh/uv/pull/10527.
This commit is contained in:
parent
5788cd2b18
commit
7269273458
6 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue