python-stdeb

Python to Debian source package conversion utility
  http://github.com/astraw/stdeb
  1
  1 review



This package provides some tools to produce Debian packages from Python packages via a new distutils command, sdist_dsc. Automatic defaults are provided for the Debian package, but many aspects of the resulting package can be customized via a configuration file.

* pypi-install will query the Python Package Index (PyPI) for a
package, download it, create a .deb from it, and then install
the .deb.
* py2dsc will convert a distutils-built source tarball into a Debian
source package.
* py2dsc-deb is like py2dsc, but will additionally build binary package
* pypi-download will download upstream tarball from PyPI
Latest reviews
4
blueXrider 12 years ago

nice