ply 3.7-1 source package in Ubuntu

Changelog

ply (3.7-1) sid; urgency=medium

  * Team upload.
  * New upstream release.
  * debian/patches
    - Refreshed: relax-lex-tabversion-check.patch
    - Removed; applied upstream: fix-lex-tabversion.patch,
      fixed-yacc-tests-to-account-for-dict-hash-key-random.patch,
      more-test-fixes.patch, fixed-lexer-line-tracking.patch
    - Added: py35-compat.patch (Closes: #797840)

 -- Barry Warsaw <email address hidden>  Wed, 02 Sep 2015 17:50:09 -0400

Upload details

Uploaded by:
Arnaud Fontaine
Uploaded to:
Sid
Original maintainer:
Arnaud Fontaine
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main python

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ply_3.7-1.dsc 2.1 KiB 74a3b0e12ffa2a728bec5bec3655c23b5d42bbd26f6fd91962eb6bd30b32000e
ply_3.7.orig.tar.gz 155.1 KiB f85fb7b44c1c9a04873e6d76fa2c2eef43f2cfd81468aa714a9c63af7ae0af80
ply_3.7-1.debian.tar.xz 9.6 KiB b74999c24f3678adf5d711f052fd309220e5c4075dd57c3195ccc0e8486e6954

Available diffs

No changes file available.

Binary packages built by this source

python-ply: No summary available for python-ply in ubuntu wily.

No description available for python-ply in ubuntu wily.

python-ply-doc: Lex and Yacc implementation for Python (documentation)

 PLY is yet another implementation of lex and yacc for
 Python.
 .
 This package contains the documentation for Ply.

python3-ply: Lex and Yacc implementation for Python3

 PLY is yet another implementation of lex and yacc for
 Python. Although several other parsing tools are available for
 Python, there are several reasons why you might want to take a look
 at PLY:
  * It's implemented entirely in Python.
  * It uses LR-parsing which is reasonably efficient and well suited
    for larger grammars.
  * PLY provides most of the standard lex/yacc features including
    support for empty productions, precedence rules, error recovery,
    and support for ambiguous grammars.
  * PLY is extremely easy to use and provides very extensive error
    checking.