Port details |
- py-pyleri Python Left-Right Parser
- 1.4.3 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: 2024-03-31 20:54:11
- Commit Hash: d4b7d3e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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.
- 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 py39-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 py39-pyleri listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyleri
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1711860529
SHA256 (pyleri-1.4.3.tar.gz) = 17ac2a2e934bf1d9432689d558e9787960738d64aa789bc3a6760c2823cb67d2
SIZE (pyleri-1.4.3.tar.gz) = 36111
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:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- 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.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. |