Two convenience utilities are also provided. 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.
stdeb: http://github.com/astraw/stdeb
This email announces release 0.5.0.
download: http://pypi.python.org/pypi/stdeb/0.5.0
Highlights for this release (you may also wish to consult the full
changelog):
* A new pypi-install script will automatically download, make a .deb,
and install packages from the Python Package Index (PyPI).
* Removal of the setuptools dependency.
* New option (--guess-conflicts-provides-replaces) to query original
Debian packages for Conflicts/Provides/Replaces information.
* As a result of these changes and to fix a couple bugs/warts, some
minor backwards incompatible changes and deprecations were made. Please
check the release notes:
http://github.com/astraw/stdeb/blob/release-0.5.0/RELEASE_NOTES.txt
The full changelog is here:
http://github.com/astraw/stdeb/blob/release-0.5.0/CHANGELOG.txt