Skip to content

Releases: vadimgu/rules_python

rules2020.1

26 Aug 14:28

Choose a tag to compare

  • Add support for metadata dependency extra with double quotes.

Workspace

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

python_rules_version = "rules2020.1"
http_archive(
    name = "rules_python",
    strip_prefix = "rules_python-{}".format(python_rules_version),
    sha256 = "9748eb36af471fb0e12cbcf1a2a665f3c2836eb930730c4ffe85d583cebd4a3c",
    urls = [
        "https://github.com/vadimgu/rules_python/archive/refs/tags/{}.tar.gz".format(python_rules_version),
    ],
)