python-lepl 5.1.3-2.1 source package in Ubuntu

Changelog

python-lepl (5.1.3-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #937882

 -- Sandro Tosi <email address hidden>  Sat, 05 Oct 2019 19:53:14 -0400

Upload details

Uploaded by:
Radu-Bogdan Croitoru
Uploaded to:
Sid
Original maintainer:
Radu-Bogdan Croitoru
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-lepl_5.1.3-2.1.dsc 1.8 KiB 49f82915687284d77564f6da455a10fa56b6f1c42182d45f1d51ef4bbd5af923
python-lepl_5.1.3.orig.tar.gz 198.9 KiB a8715c709308350ce4afed5d525682656886d38141387ec87d44421da8d41397
python-lepl_5.1.3-2.1.debian.tar.xz 10.3 KiB f25111c3f452dc77d9f141c3eca7cdd5dc982efe4f9665ca3db76fdec0c0f34d

Available diffs

No changes file available.

Binary packages built by this source

python3-lepl: recursive descent parser library (Python 3)

 A recursive descent parser for Python 2.6+ (including 3!). Lepl is powerful,
 simple to use, and easy to extend: grammars are written directly as Python
 code, using a syntax similar to BNF; new matchers can be simple functions.
 .
 This is the Python 3 version of the package.