Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

v0.1.5

Latest
Compare
Choose a tag to compare
@dillon-giacoppo dillon-giacoppo released this 21 Apr 01:48
· 15 commits to master since this release
9c03622

Fixes

  • Create a directory for namespace package if it does not exist.
  • Pass kwargs correctly in pip_install macro.

WORKSPACE setup

rules_python_external_version = "0.1.5"

http_archive(
    name = "rules_python_external",
    url = "https://github.com/dillon-giacoppo/rules_python_external/archive/v{version}.zip".format(version = rules_python_external_version),
    sha256 = "bc655e6d402915944e014c3b2cad23d0a97b83a66cc22f20db09c9f8da2e2789",
    strip_prefix = "rules_python_external-{version}".format(version = rules_python_external_version),
)

load("@rules_python_external//:repositories.bzl", "rules_python_external_dependencies")
rules_python_external_dependencies()