pycparser 2.09.1+dfsg-2 source package in Ubuntu

Changelog

pycparser (2.09.1+dfsg-2) unstable; urgency=low


  [ Jakub Wilk ]
  * Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.

  [ Stefano Rivera ]
  * Ensure auto-generated files are rebuilt, by deleting before build.
  * Use dh_python-ply to generate dependencies against python{3,}-ply.

 -- Stefano Rivera <email address hidden>  Wed, 26 Jun 2013 00:38:51 +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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pycparser_2.09.1+dfsg-2.dsc 2.1 KiB 4edd2a18f9e9efcbe81dc4857730e69704cf5c61f7050dc016735ea3c89c8cd4
pycparser_2.09.1+dfsg.orig.tar.gz 82.1 KiB c2f27f8da115585033a91ea2bbe2360281bc2e114e6ad048434df953cc7ae0aa
pycparser_2.09.1+dfsg-2.debian.tar.gz 4.0 KiB 15372d4e37c472e8eabe9d718a36bca6ff5f91f006d0531b9a20f9669f23bc12

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.