| Port details |
- py-pyleri Python Left-Right Parser
- 1.5.0 devel
=2 1.4.3Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-10-05 02:03:10
- Last Update: 2025-11-29 23:25:08
- Commit Hash: 2f72007
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/cesbit/pyleri
- Description:
- Pyleri is an easy-to-use parser created for SiriDB. We first used lrparsing and
wrote jsleri for auto-completion and suggestions in our web console. Later we
found small issues within the lrparsing module and also had difficulties keeping
the language the same in all projects. That is when we decided to create Pyleri
which can export a created grammar to JavaScript, C, Python, Go and Java.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyleri>0:devel/py-pyleri@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pyleri/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pyleri
- pkg install py311-pyleri
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pyleri listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyleri
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1763853370
SHA256 (pyleri-1.5.0.tar.gz) = 0715a433e5b97e3d2fd8f74b4e57871e365eb3a1c7a09fb70d2f78700fd25e4c
SIZE (pyleri-1.5.0.tar.gz) = 37014
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:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- mail/py-checkdmarc
Configuration Options:
- No options to configure
- Options name:
- devel_py-pyleri
- USES:
- python
- 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 |
1.5.0 29 Nov 2025 23:25:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyleri: Update to 1.5.0
Changes: https://github.com/cesbit/pyleri/releases |
1.4.3 31 Mar 2024 20:54:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyleri: Convert to USE_PYTHON=unittest |
1.4.3 31 Mar 2024 18:51:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyleri: Update to 1.4.3
- Convert to USE_PYTHON=pep517
Changes: https://github.com/cesbit/pyleri/releases |
1.4.2 05 Oct 2023 01:53:28
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyleri: Add py-pyleri 1.4.2
Pyleri is an easy-to-use parser created for SiriDB. We first used lrparsing and
wrote jsleri for auto-completion and suggestions in our web console. Later we
found small issues within the lrparsing module and also had difficulties keeping
the language the same in all projects. That is when we decided to create Pyleri
which can export a created grammar to JavaScript, C, Python, Go and Java. |