TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

Python3 upgrade #49

Open dmitrig01 opened 5 years ago

dmitrig01 commented 5 years ago

This change does two things:

  1. Allows pip_generate_wrapper to be run from python3.
  2. Changes the go script to output Skylark/Starlark code that conforms to Bazel code style standards. This important as the repository I am working in rejects any changes that do not conform to these standards.