Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import pycross_wheel_library #1403

Merged
merged 3 commits into from
Sep 8, 2023

Commits on Sep 4, 2023

  1. Import pycross_wheel_library

    This patch imports a few files from jvolkman/rules_pycross at
    757033ff8afeb5f7090b1320759f6f03d9c4615c.
    
    I would like to re-use this rule for the `pypi_install` repo rule that
    I'm working on. This rule extracts a downloaded wheel and generates an
    appropriate `PyInfo` provider for it.
    
    All the non-BUILD files are taken as-is without modification. A
    followup patch will make tweaks so that the code can be used from
    within rules_python.
    
    References: bazelbuild#1360
    philsc committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d642545 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Fix buildifier issues

    Since I couldn't figure out how to disable buildifier from third_party
    code, I let buildifier do its thing. This necessitated adding the
    copyright headers as per bazelbuild#1360.
    philsc committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f9bbf95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    351766d View commit details
    Browse the repository at this point in the history