You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2022/01/03 17:08:30 UTC

[GitHub] [incubator-heron] joshfischer1108 commented on pull request #3751: Python rules for Bazel

joshfischer1108 commented on pull request #3751:
URL: https://github.com/apache/incubator-heron/pull/3751#issuecomment-1004230699


   - [ ] Add native python rules to workspace
   - [ ] Update docker rules because of a deprecated pip_import dependency 
   - [ ] Remove pex rules from the project
   - [ ] Add requirements.txt to support all of the python dependencies for the project.  This is only a first pass to loading python deps.  After the initial migration is done we can lazily load python deps for improved build times, if desired
   - [ ] Remove tools/rules/newgenproto.bzl file as  it seems to be a duplicate.
   - [ ] Swap out pex_library  with native py_libray rules 
   - [ ] and pex_binary with native py_binary rules
   - [ ] Investigate the use of starlark to replace python build scripts
   - [ ] Investigate the use for py_proto_libaries  from google https://thethoughtfulkoala.com/posts/2020/05/08/py-protobuf-bazel.html
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org