pycparser 2.10+dfsg-1 source package in Ubuntu

Changelog

pycparser (2.10+dfsg-1) unstable; urgency=low


  * New upstream release.
  * Port to pybuild.
  * Patch: relative-tests. Find the test resources relative to __file__.
  * Updated homepage (moved to github).

 -- Stefano Rivera <email address hidden>  Fri, 09 Aug 2013 15:53:58 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pycparser_2.10+dfsg-1.dsc 2.1 KiB 335bae7bd7c09a94f2b25a5e3b3463e40bedff757492d41d52994c277a160c4b
pycparser_2.10+dfsg.orig.tar.gz 86.3 KiB 7cdc6e3fe4fa10829ebe8d24e988bcb94575a485d151b791e6ddd2de96c59233
pycparser_2.10+dfsg-1.debian.tar.gz 4.7 KiB a0fd9c0bdb6b55830605be9179b271ba94fca31d5abf5c207e75459c2ff26661

Available diffs

No changes file available.

Binary packages built by this source

python-pycparser: C parser in Python

 pycparser is a complete parser of the C language, written in pure Python using
 the PLY parsing library. It parses C code into an AST and can serve as a
 front-end for C compilers or analysis tools.

python3-pycparser: C parser in Python 3

 pycparser is a complete parser of the C language, written in pure Python using
 the PLY parsing library. It parses C code into an AST and can serve as a
 front-end for C compilers or analysis tools.
 .
 This package contains the Python 3 version.