ply 3.11-5 source package in Ubuntu

Changelog

ply (3.11-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Stefano Rivera ]
  * d/control: Update Uploader field with new Debian Python Team contact
    address.
  * Remove python-ply binary package; patch courtesy of Lukas Märdian
    (Closes: #937304)
  * Correct paths in doc-base.

  [ Jeroen Ploemen ]
  * Control:
    + bump compat level to 13 (from 12).
    + set maintainer to my debian.org email address.
    + set Rules-Requires-Root: no.
    + bump Standards-Version to 4.6.0 (from 4.5.0).
  * Copyright:
    + use my debian.org email address.
    + bump year for packaging.
  * Rules, tests: check support for multiprocessing.SemLock before
    running testcpp.py.

  [ Debian Janitor ]
  * Update watch file format version to 4.

 -- Jeroen Ploemen <email address hidden>  Sat, 13 Nov 2021 09:56:55 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python
Lunar release main python
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ply_3.11-5.dsc 2.0 KiB d602cf8cfc794c6a4817617c2883de3dc6aa04833e340884e4a7a95ab8c1c2cf
ply_3.11.orig.tar.gz 155.4 KiB 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
ply_3.11-5.debian.tar.xz 8.1 KiB fc6df87020282030529f31837e171789a65b9d5412c4f18f2535fc586e41c5e0

No changes file available.

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.