make-deb
make-deb copied to clipboard
Tool for building debian packages from your python projects
Bumps [wheel](https://github.com/pypa/wheel) from 0.24.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
I get the following error trying to use make-deb on the source code from kitty, cloned from [here](https://github.com/kovidgoyal/kitty). ``` File "/home/USER/Downloads/kitty/setup.py", line 63 action: str = 'build' ^ SyntaxError: invalid...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Can make-deb be used with python3 ? I am on ubuntu 15.10 and have dh-virtualenv 0.7.2 (the apt-get version). After install I get following error: usr@xps:~/pq$ pip3 install make-deb Collecting...
dh-virtualenv support python-3 https://dh-virtualenv.readthedocs.io/en/latest/howtos.html#building-packages-for-python3 Expand make-deb to support python3
I spend some time into digging into the tool but cannot make out how to add Debian dependencies to debian/control. Is there a canonical way of preserving that or do...
Running `dpkg-buildpackage -v -us -uc` on a `make-deb`-generated directory on a system with *virtualenv* 20.0.20, results in the following fatal error message. ``` virtualenv: error: unrecognized arguments: --no-site-packages Traceback (most...
I'm desperately looking for a way to deploy my Python server. I stumbled on this nice project that seems to need some love to work. My install from pip doesn't...
I have been unable to successfully build a deb using dpkg-buildpackage | db-virtualenv | make-deb. It could be a bad setup.py or misconfigured python3 venv ( an issue with debian...