joshfischer1108 edited a comment on pull request #3751: URL: https://github.com/apache/incubator-heron/pull/3751#issuecomment-1004230699
Steps to completion: *Not exhaustive* - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
