Port details |
- py-TatSu Generate Python parsers from grammars in a variation of EBNF
- 5.13.1 textproc =2 5.12.2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-12-31 18:48:06
- Last Update: 2025-01-11 09:30:44
- Commit Hash: e57825f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD4CLAUSE
- WWW:
- https://tatsu.readthedocs.io/en/stable/
- https://github.com/neogeny/TatSu
- Description:
- TatSu is a tool that takes grammars in a variation of EBNF as input, and outputs
memoizing (Packrat) PEG parsers in Python.
TatSu can compile a grammar stored in a string into a tatsu.grammars.Grammar
object that can be used to parse any given input, much like the re module does
with regular expressions, or it can generate a Python module that implements the
parser.
TatSu supports left-recursive rules in PEG grammars, and it honors
left-associativity in the resulting parse trees.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- TatSu>0:textproc/py-TatSu
- To install the port:
- cd /usr/ports/textproc/py-TatSu/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-TatSu
- pkg install TatSu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: TatSu
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1736573234
SHA256 (neogeny-TatSu-v5.13.1_GH0.tar.gz) = 953634c319e62ac49aac2d01138856c09e1e0a9d0f369c541ab6f213659b6a9a
SIZE (neogeny-TatSu-v5.13.1_GH0.tar.gz) = 173437
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- finance/beanquery
Configuration Options:
- No options to configure
- Options name:
- textproc_py-TatSu
- USES:
- python:3.11+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.13.1 11 Jan 2025 09:30:44 |
Yuri Victorovich (yuri) |
textproc/py-TatSu: update 5.13.0 → 5.13.1
Reported by: portscout |
5.13.0 07 Jan 2025 09:29:07 |
Yuri Victorovich (yuri) |
textproc/py-TatSu: update 5.12.2 → 5.13.0
Reported by: portscout |
5.12.2 07 Nov 2024 09:27:53 |
Yuri Victorovich (yuri) |
textproc/py-TatSu: update 5.12.1 → 5.12.2
Reported by: portscout |
5.12.1 05 Nov 2024 01:26:39 |
Yuri Victorovich (yuri) |
textproc/py-TatSu: update 5.12.0 → 5.12.1 |
5.12.0 03 Apr 2024 10:05:05 |
Yuri Victorovich (yuri) |
textproc/py-TatSu: update 5.11.3 → 5.12.0
Reported by: portscout |
5.11.3 03 Jan 2024 09:10:30 |
Yuri Victorovich (yuri) |
textproc/py-TatSu: update 5.11.2 → 5.11.3
Reported by: portscout |
5.11.2 31 Dec 2023 18:44:58 |
Yuri Victorovich (yuri) |
textproc/py-TatSu: New port: Generate Python parsers from grammars in a
variation of EBNF
This is a successor to textproc/py-grako. |