pycparser 2.19-1build1 source package in Ubuntu

Changelog

pycparser (2.19-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:40:01 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pycparser_2.19.orig.tar.gz 154.6 KiB a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3
pycparser_2.19-1build1.debian.tar.xz 4.7 KiB 507ee50dfc8b93c076d9d3beaad4fc4dfa5b21caef57924e3a248653b9e0acc6
pycparser_2.19-1build1.dsc 2.2 KiB 9b39dbc5b93e2695b03866cffc838657e6860feb47f9a32a33bfbfc38a002d89

Available diffs

View changes file

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.