Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Upgrade rules_python (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Jun 25, 2020
1 parent 72d4ca5 commit 63f9746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ def rules_python():
maybe(
http_archive,
name = "rules_python",
strip_prefix = "rules_python-0.0.1",
strip_prefix = "rules_python-cd552725122fdfe06a72864e21a92b5093a1857d",
type = "zip",
url = "https://github.com/bazelbuild/rules_python/archive/0.0.1.zip",
sha256 = "f73c0cf51c32c7aaeaf02669ed03b32d12f2d92e1b05699eb938a75f35a210f4",
url = "https://github.com/bazelbuild/rules_python/archive/cd552725122fdfe06a72864e21a92b5093a1857d.zip",
sha256 = "e4ddb2bf3c2e0ddfec5a1ab41e480661e65605c6e3c336fe85c5bd6a267dbc2e",
)

def rules_rust_deps():
Expand Down

4 comments on commit 63f9746

@alexeagle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @meteorcloudy I'm joining rules_python and was planning to remove mention of the federation from our README since my understanding was the project is dead. Can you clarify if/when we actually will recommend end-users fetch the federation?

@aiuto
Copy link
Contributor

@aiuto aiuto commented on 63f9746 Jul 9, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexeagle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we drop all the code for federation too? I'm trying to understand where rules_pkg dependency comes from, but rules_python is not self-contained since it loads starlark from federation to know its own local dev dependencies

@aiuto
Copy link
Contributor

@aiuto aiuto commented on 63f9746 Jul 14, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.