py2deb icon indicating copy to clipboard operation
py2deb copied to clipboard

Python to Debian package converter

Results 24 py2deb issues
Sort by recently updated
recently updated
newest added

Hello, https://github.com/paylogic/py2deb/blob/05497a5078e09384640e6e9927757668f8c54487/py2deb/package.py#L607 Just playing with manual fields override and noticed it didn't work with the DEFAULT section but was fine with section matching the python package name. Maybe has to...

would be nice to run pyinstaller while building the deb... exe > deb done.. script to executable then deb-pack.. https://bitbucket.org/jan_de_bleser/openport-client/src sure he has x86/x64 debs/rpms msi-win.. , however Arm/arm64 not...

I'm trying to add a post installation script with either the py2deb command line or the py2deb python API. I'm looking at the following resources and I'm not quite 'getting...

Installation ------------ ```shell vitex@exiv:~/Projects/Packaging/Python$ python3.11 -m venv .venv vitex@exiv:~/Projects/Packaging/Python$ source .venv/bin/activate (.venv) vitex@exiv:~/Projects/Packaging/Python$ pip install py2deb Collecting py2deb Using cached py2deb-5.0-py2.py3-none-any.whl (54 kB) Collecting coloredlogs>=0.5 Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)...