Comparing bazel-contrib:main...prebeta:master · bazel-contrib/rules_python

Commits on Jul 2, 2019

  1. Configuration menu

    Browse the repository at this point in the history

  2. Add experimental support for building wheels. (#159)

    Add experimental support for building wheels.
    
    Currently only pure python wheels are supported.
    
    This extension builds wheels directly, invoking a simple python script
    that creates the zip archive in the desired format instead of using
    distutils/setuptools.
    
    This will make building platform-dependent wheels easier in the future,
    as bazel will have full control on how extension code is built.

    pstradomski authored and Tony Liang committed

    Jul 2, 2019
    Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history