Replies: 2 comments 3 replies
-
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
-
@jrozhon Hi, I have the same problem. My old working project was based on setuptools and used requirements.txt. Can you share how you solve your problem, please? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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