ply 3.11-3build1 source package in Ubuntu

Changelog

ply (3.11-3build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

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

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
jcfp
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ply_3.11.orig.tar.gz 155.4 KiB 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
ply_3.11-3build1.debian.tar.xz 7.3 KiB e8f0bda5de1eff1d80fc990a8e45e6df56bd40c14d3effabd7dd649d9fa836b8
ply_3.11-3build1.dsc 2.1 KiB 9e0558b9247debfb80dd94a6cf8cdedb8552581201d78ac9d49e6d8388edab70

Available diffs

View changes file

Binary packages built by this source

python-ply: Lex and Yacc implementation for Python2

 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.
 .
 This package contains the Python 2 module.

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.
 .
 This package contains the Python 3 module.