sourcecodegen 0.6.12-2 source package in Ubuntu

Changelog

sourcecodegen (0.6.12-2) unstable; urgency=low

  * Move our tests into the examples directory as they don't allways compile
    on all available python versions. This caused installation failures when
    some python versions are installed.
    (Closes: #567427)

sourcecodegen (0.6.12-1) unstable; urgency=low

  * Initial Packaging.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  25 May 2010 15:19:28 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Fabio Tranchitella
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
sourcecodegen_0.6.12.orig.tar.gz 13.8 KiB 5601e0d26b54053957fe121ab49208f5fdd7afe0016fd72b98d179e4b6a34113
sourcecodegen_0.6.12-2.diff.gz 2.2 KiB c602f3f8ec2910e2c0be65af4007b90ece8a24bffaba38c26e437d2a5a9fad82
sourcecodegen_0.6.12-2.dsc 1.3 KiB 2a557a1392d5d87e208111e8dc088c2e335e6c333312d1b3db98a131d9bda217

View changes file

Binary packages built by this source

python-sourcecodegen: Python source-code generator based on the compiler.ast abstract syntax tree

 This package provides a module-level source-code generator which operates on
 the AST from the built-in compiler.ast module.
 .
 Note that this AST is not compatible with the new ast module in Python 2.6.