Add experimental support for building wheels. by pstradomski · Pull Request #159 · bazel-contrib/rules_python

@pstradomski

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

brandjon

brandjon

brandjon

brandjon

brandjon

@pstradomski

@pstradomski

@fejta fejta mentioned this pull request

Jun 25, 2019

prebeta pushed a commit to prebeta/rules_python that referenced this pull request

Jul 2, 2019
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.