wheel2deb icon indicating copy to clipboard operation
wheel2deb copied to clipboard

Python Wheel to Debian package converter

Results 22 wheel2deb issues
Sort by recently updated
recently updated
newest added

During execution convert WHL package on Debian package raises an next error: ``` Traceback (most recent call last): File "~/log_functions/.venv/bin/wheel2deb", line 5, in from wheel2deb import main File "~/log_functions/.venv/lib/python3.9/site-packages/wheel2deb.py", line...

In the debian sources, some packages, which are prepended with py e.g.: pyyaml have the py stripped (pyyaml -> python3-yaml). This PR tries to account for such situations.