Replies: 1 comment 1 reply
-
Creating distro specific packages is not within the scope of Poetry unfortunately. But I am sure folks in the debian python community might have better ideas. I did notice that there is a project called wheel2deb. You could simply do a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am struggling to find any examples of how to create a debian package from a project created with (most examples I found are setuptools-based). Is there please any example in the Poetry's community I can use?
I found that pybuild is probably what I want, but have not found any examples of how to use it.
https://manpages.debian.org/unstable/dh-python/pybuild.1.en.html
https://stackoverflow.com/questions/63304163/how-to-create-a-deb-package-for-a-python-project-without-setup-py
https://stackoverflow.com/questions/77557529/building-debian-python-package-with-poetry
Thank you
Beta Was this translation helpful? Give feedback.
All reactions