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

Hi, thanks for py2deb, it's exactly what I need now. I'm trying to create a debian package of numpy for debian wheezy for the version v1.14.1 (the official debian package...

py2deb -v crazydiskmark Tue 01 Sep 2020 07:27:41 PM UTC 2020-09-01 16:27:48 shadowBox pip_accel[89399] INFO Unpacking distribution(s) .. 2020-09-01 16:27:48 shadowBox pip_accel[89399] INFO Executing command: pip install --download=/home/fredlins/.pip-accel/sources --find-links=file:///home/fredlins/.pip-accel/sources --no-binary=:all:...

the error: Traceback (most recent call last): File "/home/fredlins/.local/lib/python3.8/site-packages/py2deb/cli.py", line 200, in main archives, relationships = converter.convert(arguments) File "/home/fredlins/.local/lib/python3.8/site-packages/py2deb/converter.py", line 735, in convert self.packages_to_convert = list(self.get_source_distributions(pip_install_arguments)) File "/home/fredlins/.local/lib/python3.8/site-packages/py2deb/converter.py", line 792,...

Issue #37 Transform a python requirements "~=" into two deb specifications for the corresponding dependent package. For example, "2.4.5xxxx" becomes: - >= 2.4.6xxxx -

This is referenced in a couple of comments in issue #8 but that seems to be a different issue. So opening this issue to address this. I'm specifically talking about...

There is a small typo in README.rst. Should read `feasibility` rather than `feasability`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

``` /var/lib/dpkg/info/{package}.postinst:39: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp ``` Appears during package installation for all maintainer scripts...

Trying to convert newer pip package into debian for older Ubuntu. Seeing this error: ```$ py2deb -v -r /ws/greggmi-sjc/tmp/debs -- pyvmomi==6.0.0.2016.6 2020-09-10 17:21:22 laas-greggmi pip_accel[2201] INFO Unpacking distribution(s) .. 2020-09-10...

Why does pip need to be downgraded to 7.x, when the latest is 10.0.1? 🤔