ply 3.11-4ubuntu1 source package in Ubuntu

Changelog

ply (3.11-4ubuntu1) impish; urgency=medium

  * python2-rm: drop python-ply package and py2 build-depends/tests

 -- Lukas Märdian <email address hidden>  Wed, 12 May 2021 09:46:33 +0200

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ply_3.11.orig.tar.gz 155.4 KiB 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
ply_3.11-4ubuntu1.debian.tar.xz 7.9 KiB 47d5d449515fe5b5c850040939e538eb413c4e5ce1a3e4ba6729b321c15d615b
ply_3.11-4ubuntu1.dsc 2.1 KiB 2ed2d21b82966cf92aa3fff3ae9536e084f36ac91ca12cb6956c5618b6a24f28

View changes file

Binary packages built by this source

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.