Skip to content

0.2.0

Compare
Choose a tag to compare
@aiuto aiuto released this 09 Jul 20:19
96e34ab

New Features

  • pkg_deb now uses a helper which is Python3. The code is backwards compatible with Python2.

Incompatible Changes

  • pkg_deb requires Python3 by default.

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_pkg",
    url = "https://github.com/bazelbuild/rules_pkg/releases/download/0.2.0/rules_pkg-0.2.0.tar.gz",
    sha256 = "5bdc04987af79bd27bc5b00fe30f59a858f77ffa0bd2d8143d5b31ad8b1bd71c",
)

load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies")
rules_pkg_dependencies()

Using the rules

See the source.