Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65ada63

Browse filesBrowse files
committed
Placate buildifier
1 parent 1a6d2ff commit 65ada63
Copy full SHA for 65ada63

File tree

Expand file treeCollapse file tree

3 files changed

+13
-12
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+13
-12
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Unreleased changes template.
5252

5353
{#v0-0-0-changed}
5454
### Changed
55+
5556
**Breaking**:
5657
* (toolchains) stop exposing config settings in python toolchain alias repos.
5758
Please consider depending on the flags defined in

‎examples/bzlmod/MODULE.bazel.lock

Copy file name to clipboardExpand all lines: examples/bzlmod/MODULE.bazel.lock
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎python/private/pypi/attrs.bzl

Copy file name to clipboardExpand all lines: python/private/pypi/attrs.bzl
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,6 @@ Special values: `host` (for generating deps for the host platform only) and
139139
`<prefix>_*` values. For example, `cp39_*`, `linux_*`, `cp39_linux_*`.
140140
141141
NOTE: this is not for cross-compiling Python wheels but rather for parsing the `whl` METADATA correctly.
142-
""",
143-
),
144-
"extra_pip_args": attr.string_list(
145-
doc = """Extra arguments to pass on to pip. Must not contain spaces.
146-
147-
Supports environment variables using the syntax `$VARNAME` or
148-
`${VARNAME}` (expanding to empty string if unset) or
149-
`${VARNAME:-default}` (expanding to default if the variable is unset
150-
or empty in the environment), if `"VARNAME"` is listed in the
151-
`envsubst` attribute. See also `envsubst`.
152142
""",
153143
),
154144
"extra_hub_aliases": attr.string_list_dict(
@@ -161,6 +151,16 @@ paired with the {attr}`whl_modifications`.
161151
""",
162152
mandatory = False,
163153
),
154+
"extra_pip_args": attr.string_list(
155+
doc = """Extra arguments to pass on to pip. Must not contain spaces.
156+
157+
Supports environment variables using the syntax `$VARNAME` or
158+
`${VARNAME}` (expanding to empty string if unset) or
159+
`${VARNAME:-default}` (expanding to default if the variable is unset
160+
or empty in the environment), if `"VARNAME"` is listed in the
161+
`envsubst` attribute. See also `envsubst`.
162+
""",
163+
),
164164
"isolated": attr.bool(
165165
doc = """\
166166
Whether or not to pass the [--isolated](https://pip.pypa.io/en/stable/cli/pip/#cmdoption-isolated) flag to

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.