Package: pycparser / 2.10+dfsg-3

Metadata

Package Version Patches format
pycparser 2.10+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
system ply | (download)

pycparser/c_lexer.py | 4 2 + 2 - 0 !
pycparser/c_parser.py | 2 1 + 1 - 0 !
setup.py | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 use debian's ply instead of the bundled ply
 We prefer to avoid bundled libraries in Debian, don't use the bundled ply.
relative tests | (download)

tests/test_c_parser.py | 11 4 + 7 - 0 !
tests/test_general.py | 28 13 + 15 - 0 !
2 files changed, 17 insertions(+), 22 deletions(-)

 locate test data from __file__
 Find c_files and fake_libc_include from __file__ of the unit test, rather than
 expecting the test suite to be run from a particular directory.