flatpak-builder-tools icon indicating copy to clipboard operation
flatpak-builder-tools copied to clipboard

poetry: support for poetry metadata format 2.0

Open GabMus opened this issue 2 years ago • 7 comments

GabMus avatar Mar 11 '23 08:03 GabMus

Thank you for this! I applied this as a patch and it has solved the problem for me when running flatpak-poetry-generator.py against my poetry.lock after I upgraded poetry to version 1.5.0.

mig5 avatar May 29 '23 06:05 mig5

I really think we should merge this

GabMus avatar Sep 23 '23 06:09 GabMus

Would also be nice if the --yaml output format could be added similar to

https://github.com/flatpak/flatpak-builder-tools/blob/master/pip/flatpak-pip-generator#L55-L67 with https://github.com/flatpak/flatpak-builder-tools/blob/master/pip/flatpak-pip-generator#L480-L491

d4nj1 avatar Jan 17 '24 21:01 d4nj1

Can you rebase this? We could get it merged eventually.

hfiguiere avatar May 25 '24 13:05 hfiguiere

--production does not seem to work, it still tries (and fails) to retrieve dev dependencies (unless I'm somehow generating my lock file wrong?). Though it should probably be changed to --without <group-name>, since poetry has deprecated --no-dev.

uninstall-your-browser avatar Jun 02 '24 07:06 uninstall-your-browser