Home
last modified time | relevance | path

Searched full:modules_mapping (Results 1 – 25 of 28) sorted by relevance

12

/external/bazelbuild-rules_python/gazelle/modules_mapping/
Ddef.bzl15 """Definitions for the modules_mapping.json generation.
17 The modules_mapping.json file is a mapping from Python modules to the wheel
27 modules_mapping = ctx.actions.declare_file(ctx.attr.modules_mapping_name)
29 args.add("--output_file", modules_mapping.path)
34 outputs = [modules_mapping],
39 return [DefaultInfo(files = depset([modules_mapping]))]
41 modules_mapping = rule(
50 default = "modules_mapping.json",
61 default = "//modules_mapping:generator",
65 … doc = "Creates a modules_mapping.json file for mapping module names to wheel distribution names.",
Dgenerator.py23 # Generator is the modules_mapping.json file generator.
/external/bazelbuild-rules_python/gazelle/manifest/
Ddefs.bzl24 modules_mapping,
40 modules_mapping: the target for the generated modules_mapping.json file.
78 "$(rootpath {})".format(modules_mapping),
96 modules_mapping,
Dmanifest_test.go77 log.Println("decoded modules_mapping doesn't match expected value")
Dmanifest.go135 ModulesMapping ModulesMapping `yaml:"modules_mapping"`
/external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/
DBUILD.bazel14 load("@rules_python_gazelle_plugin//modules_mapping:def.bzl", "modules_mapping")
29 modules_mapping(
50 modules_mapping = ":modules_map",
/external/bazelbuild-rules_python/examples/build_file_generation/
DBUILD.bazel11 load("@rules_python_gazelle_plugin//modules_mapping:def.bzl", "modules_mapping")
25 modules_mapping(
43 modules_mapping = ":modules_map",
Dgazelle_python.yaml7 modules_mapping:
/external/bazelbuild-rules_python/gazelle/
DREADME.md79 by the `modules_mapping` rule. We'll make a target for consuming this
80 `modules_mapping`, and writing it as a manifest file for Gazelle to read.
94 load("@rules_python_gazelle_plugin//modules_mapping:def.bzl", "modules_mapping")
98 modules_mapping(
112 modules_mapping = ":modules_map",
117 # (the same as what we passed to the modules_mapping rule in WORKSPACE)
DBUILD.bazel30 "//modules_mapping:distribution",
/external/bazelbuild-rules_python/gazelle/python/testdata/dependency_resolution_order/
DREADME.md6 2. Third-party dependencies matching in the `modules_mapping.json`.
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/manifest/testdata/
Dgazelle_python.yaml2 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/python_target_with_test_in_name/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/file_name_matches_import_statement/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/monorepo/two/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/with_nested_import_statements/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/ignored_invalid_imported_module/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/python_ignore_dependencies_directive/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/monorepo/one/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/from_imports/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/monorepo/three/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/monorepo/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/python/testdata/with_third_party_requirements/
Dgazelle_python.yaml16 modules_mapping:
/external/bazelbuild-rules_python/gazelle/manifest/generate/
Dgenerate.go75 "The modules_mapping.json file.")

12