soniaai / rules_poetry

Bazel rules that use Poetry for Python package management
MIT License
72 stars 22 forks source link

Support for Poetry lock format 2.0 #23

Open carlo-aromando opened 1 year ago

carlo-aromando commented 1 year ago

This PR adds support for new lock format 2.0.

Fixes issue https://github.com/soniaai/rules_poetry/issues/22

bbstilson commented 1 year ago

Any chance we could get this merged? It's blocking adoption 🙂

Vertexwahn commented 1 year ago

@NathanHowell Can you please merge this PR - I also need it!

davidjlongo commented 1 year ago

I'd love to see this merged!

Vertexwahn commented 1 year ago

I am not sure if the company Sonia still exists, and therefore we see no support here anymore. Should we clone the repo and move it to https://github.com/bazel-contrib and continue development there?

ibolit commented 1 year ago

@Vertexwahn Please, do. Our adoption of Bazel is blocked by this request as well

AndrewGuenther commented 1 year ago

If anyone is interested, I dropped this package and made my own Bazel Poetry module which takes advantage of some of the more recent rules_python advancements to significantly simplify the implementation:

https://github.com/AndrewGuenther/rules_python_poetry

@ibolit @Vertexwahn @davidjlongo @bbstilson