Skip to content

Commit 6f388ac

Browse files
committed
Python: Rename tsg_python_crate_index to py_deps
This aligns us a bit more with Ruby.
1 parent 04c9ed3 commit 6f388ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

python/extractor/tsg-python/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@tsg_python_crate_index//:defs.bzl", "aliases", "all_crate_deps")
1+
load("@py_deps//:defs.bzl", "aliases", "all_crate_deps")
22
load("@semmle_code//:common.bzl", "codeql_rust_binary")
33

44
codeql_rust_binary(

python/extractor/tsg-python/Cargo.Bazel.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "5ea5454a42d65412a64a48233e83f21d17461b20f8c283260a3de1d964645868",
2+
"checksum": "1bc1ce89845efff4ebef4861d3b9e4e8efeb1ba5b27565db4c6fd18175e1ee59",
33
"crates": {
44
"ahash 0.4.7": {
55
"name": "ahash",

python/extractor/tsg-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88

99
# When changing/updating these, the `Cargo.Bazel.lock` file has to be regenerated.
1010
# Check out the documentation at https://bazelbuild.github.io/rules_rust/crate_universe.html#repinning--updating-dependencies
11-
# for how to do so. The bazel repository for the tsg-python project is called `tsg_python_crate_index`,
11+
# for how to do so. The bazel repository for the tsg-python project is called `py_deps`,
1212
# and instead of calling `bazel sync`, `./build --bazel sync` should be used instead, to always use the correct bazel version.
1313
[dependencies]
1414
anyhow = "1.0"

python/extractor/tsg-python/tree-sitter-python/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load("@rules_rust//cargo:defs.bzl", "cargo_build_script")
22
load("@rules_rust//rust:defs.bzl", "rust_library")
3-
load("@tsg_python_crate_index//:defs.bzl", "aliases", "all_crate_deps")
3+
load("@py_deps//:defs.bzl", "aliases", "all_crate_deps")
44

55
package(default_visibility = ["//visibility:public"])
66

0 commit comments

Comments
 (0)