python-distutils-extra 2.31-1 source package in Ubuntu

Changelog

python-distutils-extra (2.31-1) unstable; urgency=low

  * auto.py: Also catch ValueError and RuntimeError on relative imports.
    Thanks Mike Terry for the patch! Add corresponding test case to
    test/auto.py.
  * auto.py: Fix crash in module dependency generator, uncovered by previously
    added test case.
  * debian/local/python-mkdebian: Ignore -dbg packages when calculating
    dependencies, to avoid finding multiple matches.
  * debian/local/python-mkdebian: Ignore RuntimeErrors from module imports
    when calculating dependencies, to fix a crash when trying to import
    gi.repository.Gtk without a $DISPLAY.
 -- Martin Pitt <email address hidden>   Tue, 08 Nov 2011 16:52:14 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Martin Pitt
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-distutils-extra_2.31.orig.tar.gz 26.1 KiB f87489bb17650770e68ea723356ed97c5071b4186ce4d429b703ed307b1bf3c7
python-distutils-extra_2.31-1.debian.tar.gz 14.6 KiB ce162634ebb38b86a08a2ddb21c55896055491e67f34d19febe41fb8186f0ee6
python-distutils-extra_2.31-1.dsc 2.3 KiB 417ad92d9ae3d59f63dad128794d8420c63fc217a12ecdbb57cd617003888b98

Available diffs

View changes file

Binary packages built by this source

python-distutils-extra: enhancements to the Python build system

 This package provides additional functions to Python's distutils and
 setuptools. It allows you to easily integrate gettext, icons and GNOME
 documentation into your build and installation process.
 .
 It also provides an "auto" module which provides a "do what I mean" automatic
 build system; if you stick to the conventions, you do not need to write
 setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the
 package metadata (such as project name and version).

python3-distutils-extra: enhancements to the Python3 build system

 This package provides additional functions to Python's distutils and
 setuptools. It allows you to easily integrate gettext, icons and GNOME
 documentation into your build and installation process.
 .
 It also provides an "auto" module which provides a "do what I mean" automatic
 build system; if you stick to the conventions, you do not need to write
 setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the
 package metadata (such as project name and version).