Greg Roodt
Greg Roodt
@aignas @rickeylev This is ready for another pass. I've also updated the title and description. If it got lost in the noise, my [current plan](https://github.com/bazelbuild/rules_python/pull/1989#issuecomment-2196810726) is as follows: 1. This...
> re: how toolchain registration is working Ok. You've convinced me. Also some issues I encountered with rules_jsonnet and some passing conversations with people at work also led me to...
Ok @aignas @rickeylev This is probably ready for another pass. I think I've incorporated the majority of the requested changes. I've also updated the original PR description with some items...
Thinking about this more, I think I’m definitely over normalizing Requires-Dist if there are any markers. I’ll find some time to change it so that it only normalizes any extras.
I've added some test cases. I believe that this is now ready for review.
My pleasure! Although, I think this might have been merged prematurely. I should have moved it to draft. I have doubts over how I currently implemented it. See https://discuss.python.org/t/status-or-funding-for-metadata-2-2-in-pypi/46137/36 On...
@takluyver Yes, I'm happy to pick it up as a follow-up. Are we sure that I'm not breaking anything with the currently merged code? I guess I'm not familiar enough...
Thanks @merwok That makes sense!
I think they're just different things tbh. entrypoints (console scripts and plugins) are shipped in wheels when python code is the entry point. binaries are a part of wheels that...
Have you considered shipping a docker container with your non-bazel built native binaries? Out of interest, how do you ship a conda environment? Are you zipping them up? I thought...