gpo.zugaina.org

Search Portage & Overlays:

dev-python/tatsu-lts

Generates memoizing PEG/Packrat parsers in Python from an EBNF grammar

Screenshots

  • tatsu-lts-5.16.0
    ~amd64 ~arm64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD-4   
    Overlay: stuff

ChangeLog

commit 725cb2cd73944b4e2a9a7c1e8cd822f1b10cc974
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 14:51:34 2026 +0200

dev-python/tatsu-lts: Keyword 5.16.0 for ~arm64

Pure-Python (PEP517), architecture-independent.

commit 9cd16429ffb5d14e610d3d954167dd37f61a2dcb
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 2 19:17:14 2026 +0200

dev-python/tatsu-lts: correct LICENSE to BSD-4

The LICENSE file is 4-clause BSD (it carries the acknowledgment clause), not
the 3-clause BSD the initial tag claimed. The PyPI classifier only says the
generic "BSD License", so the file is authoritative.

commit 7fb67c440dec63a9e748f8850cffb14f4e359299
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 2 19:17:14 2026 +0200

dev-python/tatsu-lts: new package, add 5.16.0

PEG/Packrat parser generator; the maintained LTS fork of TatSu, packaged
as the parser dependency of beanquery (Beancount 3's query engine).

Mirrors upstream's empty hard-dependency set: colorama and rich are
extras (colorized CLI output and the optional parproc submodule
respectively), and the core parser imports neither.