aboutsummaryrefslogtreecommitdiff
path: root/gazelle
diff options
context:
space:
mode:
authorAlex Eagle <alex@aspect.dev>2023-03-04 19:35:15 -0800
committerGitHub <noreply@github.com>2023-03-04 19:35:15 -0800
commit51458e88f7223d8d7db282018f085828e9a5a312 (patch)
treedd2284e7c9147fc053af12071e19326f161dd52d /gazelle
parentc504355672223144cefb2cbf3f69e2d38e7e2726 (diff)
downloadbazelbuild-rules_python-51458e88f7223d8d7db282018f085828e9a5a312.tar.gz
chore: fix some lingering GH archive URLs (#1108)
This was pointed out in a thread on bazel-discuss@googlegroups.com
Diffstat (limited to 'gazelle')
-rw-r--r--gazelle/README.md19
1 files changed, 2 insertions, 17 deletions
diff --git a/gazelle/README.md b/gazelle/README.md
index a76ac59..0081701 100644
--- a/gazelle/README.md
+++ b/gazelle/README.md
@@ -14,23 +14,8 @@ Follow the instructions at https://github.com/bazelbuild/bazel-gazelle#running-g
Next, we need to fetch the third-party Go libraries that the python extension
depends on.
-Add this to your `WORKSPACE`:
-
-```starlark
-http_archive(
- name = "rules_python_gazelle_plugin",
- sha256 = "",
- strip_prefix = "rules_python-0.17.0/gazelle",
- url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.17.0.tar.gz",
-)
-
-# To compile the rules_python gazelle extension from source,
-# we must fetch some third-party go dependencies that it uses.
-
-load("@rules_python_gazelle_plugin//:deps.bzl", _py_gazelle_deps = "gazelle_deps")
-
-_py_gazelle_deps()
-```
+See the installation `WORKSPACE` snippet on the Releases page:
+https://github.com/bazelbuild/rules_python/releases
Next, we'll fetch metadata about your Python dependencies, so that gazelle can
determine which package a given import statement comes from. This is provided