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 fdf9410

Browse filesBrowse files
authored
build(internal_deps): Update 'maintained by' comments to be correct (bazel-contrib#1794)
This fixes a minor error in the "maintained by" comments in `./MODULE.bazel` and `./python/pip_install/repositories.bzl`. The comments now agree with what `DEVELOPING.md` says.
1 parent da10ac4 commit fdf9410
Copy full SHA for fdf9410

File tree

Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed

‎MODULE.bazel

Copy file name to clipboardExpand all lines: MODULE.bazel
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ internal_deps.install()
1717
use_repo(
1818
internal_deps,
1919
"rules_python_internal",
20-
# START: maintained by 'bazel run //tools/private:update_pip_deps'
20+
# START: maintained by 'bazel run //tools/private/update_deps:update_pip_deps'
2121
"pypi__build",
2222
"pypi__click",
2323
"pypi__colorama",
@@ -33,7 +33,7 @@ use_repo(
3333
"pypi__tomli",
3434
"pypi__wheel",
3535
"pypi__zipp",
36-
# END: maintained by 'bazel run //tools/private:update_pip_deps'
36+
# END: maintained by 'bazel run //tools/private/update_deps:update_pip_deps'
3737
)
3838

3939
# We need to do another use_extension call to expose the "pythons_hub"

‎python/pip_install/repositories.bzl

Copy file name to clipboardExpand all lines: python/pip_install/repositories.bzl
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1818
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
1919

2020
_RULE_DEPS = [
21-
# START: maintained by 'bazel run //tools/private:update_pip_deps'
21+
# START: maintained by 'bazel run //tools/private/update_deps:update_pip_deps'
2222
(
2323
"pypi__build",
2424
"https://files.pythonhosted.org/packages/58/91/17b00d5fac63d3dca605f1b8269ba3c65e98059e1fd99d00283e42a454f0/build-0.10.0-py3-none-any.whl",
@@ -94,7 +94,7 @@ _RULE_DEPS = [
9494
"https://files.pythonhosted.org/packages/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl",
9595
"679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0",
9696
),
97-
# END: maintained by 'bazel run //tools/private:update_pip_deps'
97+
# END: maintained by 'bazel run //tools/private/update_deps:update_pip_deps'
9898
]
9999

100100
_GENERIC_WHEEL = """\

‎tools/private/update_deps/update_pip_deps.py

Copy file name to clipboardExpand all lines: tools/private/update_deps/update_pip_deps.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ def main():
111111
parser.add_argument(
112112
"--start",
113113
type=str,
114-
default="# START: maintained by 'bazel run //tools/private:update_pip_deps'",
114+
default="# START: maintained by 'bazel run //tools/private/update_deps:update_pip_deps'",
115115
help="The text to match in a file when updating them.",
116116
)
117117
parser.add_argument(
118118
"--end",
119119
type=str,
120-
default="# END: maintained by 'bazel run //tools/private:update_pip_deps'",
120+
default="# END: maintained by 'bazel run //tools/private/update_deps:update_pip_deps'",
121121
help="The text to match in a file when updating them.",
122122
)
123123
parser.add_argument(

0 commit comments

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