The lock_repos extension.
lock_file = use_extension("@rules_pycross//pycross/extensions:lock_file.bzl", "lock_file") lock_file.instantiate(name, lock_file)
TAG CLASSES
Create a repo given the Pycross-generated lock file.
Attributes
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | The repo name. | Name | required | |
lock_file | The lock file created by pycross_lock_file. | Label | required |