LWN.net Logo

stdeb 0.5.0 released

From:  Andrew Straw <strawman-AT-astraw.com>
To:  python-announce-list-AT-python.org
Subject:  [ANN] stdeb 0.5.0 released, now includes pypi-install script
Date:  Wed, 30 Dec 2009 16:10:58 -0800
Message-ID:  <4B3BEC12.8000807@astraw.com>
Archive-link:  Article, Thread

stdeb produces Debian source 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. An additional command, bdist_deb, creates a Debian binary
package, a .deb file.

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...

The full changelog is here:
http://github.com/astraw/stdeb/blob/release-0.5.0/CHANGEL...

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds