ply 3.11-3ubuntu0.1 source package in Ubuntu

Changelog

ply (3.11-3ubuntu0.1) focal; urgency=medium

  * Use python2.7 in debian/rules, to generate Provides. (LP: #1920567)

 -- Stefano Rivera <email address hidden>  Tue, 01 Jun 2021 11:05:04 -0400

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates 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-3ubuntu0.1.debian.tar.xz 7.4 KiB a7ee4716329fc80f97428b0a66cfd62193751a465166f3f2cd63f6c221dad994
ply_3.11-3ubuntu0.1.dsc 2.2 KiB a18ff07664e7583b1256ebc55c271614e4936dcc4d665a141636369947398134

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.