stdeb
stdeb copied to clipboard
produce Debian packages from Python packages
Closes #194 PyPI’s XML-RPC API is deprecated, causing errors when downloading packages.
`pypi-download` now fails with the following error. I ran it successfully on June 26. ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/stdeb/transport.py", line 62, in request resp.raise_for_status() File "/usr/lib/python3/dist-packages/requests/models.py", line...
I don't see a way to set debian build environment variables (e.g. `DEB_BUILD_OPTIONS`) in `stdeb.cfg`, how can we disable `dh_auto_test` during the Debian build so that PPA/Debian build servers don't...
Hey there, I am currently trying to build numpy as a .deb. Here I proceed as follows: 1. download the files with `pypi-download numpy`. 2. build the .deb with `py2dsc...
I am trying to debianize my python project and get the following error during the build: ```bash python setup.py --command-packages=stdeb.command bdist_deb ... python3 setup.py install --force --root=debian/python3-data-manager --no-compile -O0 --install-layout=deb...
Currently, dh-python is not added to Build-Depends. However, as far as I can see, either dh_python3 or dh_python2 is always used.
From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568699 : py2dsc doesn't create debian/copyright. It should be feasible to create draft copyright file using information from egg-info.
The currently hardcoded Standards-Version, 3.9.1, is from 2010 and has been succeeded. It should be upgraded. The default debhelper compatibility level is 9, which is deprecated. The default should probably...
There are two issues that this PR fixes: - The URL that is retrieved using wget doesn't exist. These URLs were placed in the README 13 years ago, so I...
I've been using this patch in order to pass `--no-guessing-deps` through dh_python3. Since I've not been using this for Python2 releases I haven't added a sibling configuration value for dh-python2-parameters...