stdeb icon indicating copy to clipboard operation
stdeb copied to clipboard

produce Debian packages from Python packages

Results 54 stdeb issues
Sort by recently updated
recently updated
newest added

Hi, We've struck an issue with the `pint` package in that it needs an additional package `funcsigs` on Python 2.7. We use `stdeb` to build a Debian package for use...

We use custom python3.6 build from [ppa](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa), because our production distro (ubuntu 16.04) not include it. This custom build not contain metapackage `python3-all`, it's fine, but stdeb always add this...

pypi-install passes options to py2dsc-deb, one possible option is --dist-dir to override the deb_dist default. However deb_dist is hardcoded into pypi-install so this option fails as the script tries to...

Twisted 17.1.0 has the source code on pypi as a .tar.bz2, but pypi-download only supports .tar.gz files. pypi.release_urls returns: `[{'has_sig': False, 'upload_time': , 'comment_text': '', 'python_version': 'cp27', 'url': 'https://pypi.python.org/packages/84/c4/4bede83bd54cc5a8498b1920b55580da0301efebd0a635d34dc79b3d06dc/Twisted-17.1.0-cp27-cp27m-win_amd64.whl', 'md5_digest':...

Today I found pypi-install. There's a big gap between "`pypi-install` takes a first draft try, installs it, and throws away the intermediate steps" and "you have to glue all of...

When specifying a version for `install_requires` dependencies, those specified versions are not reflected in the created package. The package was created using the standard `bdist_deb` command. Am I doing something...

Hi i'm using latest version of stdeb 0.8.5 that i installed by pip every time i run pypi-install package (pypi-install pyproj in this case) it fails on the dpkg-source ```...

Hi and thank you for developing stdeb! It would be very useful to document a way to skip tests in pypi-install's manpage: sudo DEB_BUILD_OPTIONS=nocheck pypi-install packagename Adding a --notest flag...

Hi, I am giving the below command to create deb package with customised name. python setup.py --command-packages=stdeb.command sdist_dsc --package $package_name bdist_deb While executing the script, in command line i provide...