pycparser 2.17-2 source package in Ubuntu

Changelog

pycparser (2.17-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bumped debhelper compat level to 10
  * d/control: Removed pre-wheezy dependency version

  [ Stefano Rivera ]
  * Build with python-ply 3.9 (Closes: #844714)

 -- Stefano Rivera <email address hidden>  Sun, 20 Nov 2016 21:49:30 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pycparser_2.17-2.dsc 1.8 KiB af19ff0df21924223d21eb2254688275b09e0fe7acb8e2965f9b647d2cb0f55a
pycparser_2.17.orig.tar.gz 225.7 KiB 0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6
pycparser_2.17-2.debian.tar.xz 4.6 KiB 7d38f968b362104969db88c0cfdab9cf6f7d67ffdfcf66f79f0a3e8e642ce729

Available diffs

No changes file available.

Binary packages built by this source

python-pycparser: No summary available for python-pycparser in ubuntu zesty.

No description available for python-pycparser in ubuntu zesty.

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.