Port details |
- py-interegular Regex intersection checker
- 0.3.3_1 textproc =2 0.3.3_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-08-16 18:34:24
- Last Update: 2024-05-13 14:09:28
- Commit Hash: b9596e7
- 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/MegaIng/interegular
- Description:
- Interegular is a library to check a subset of python regexes for intersections.
Based on grennery by @qntm. Adapted for lark-parser.
The primary difference with grennery library is that interegular is focused on
speed and compatibility with python re syntax, whereas grennery has a way to
reconstruct a regex from a FSM, which interegular lacks.
- ¦ ¦ ¦ ¦
- 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}interegular>0:textproc/py-interegular@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-interegular/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-interegular
- pkg install py39-interegular
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-interegular listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-interegular
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708449460
SHA256 (interegular-0.3.3.tar.gz) = d9b697b21b34884711399ba0f0376914b81899ce670032486d0d048344a76600
SIZE (interegular-0.3.3.tar.gz) = 24705
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
-
- devel/py-lark
Configuration Options:
- No options to configure
- Options name:
- textproc_py-interegular
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.3_1 13 May 2024 14:09:28 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-interegular: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.3.3 21 Feb 2024 15:08:02 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-interegular: Update to 0.3.3
Changes: https://github.com/MegaIng/interegular/commits/master |
0.3.2 16 Aug 2023 18:25:07 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-interegular: Add py-interegular 0.3.2
Interegular is a library to check a subset of python regexes for intersections.
Based on grennery by @qntm. Adapted for lark-parser.
The primary difference with grennery library is that interegular is focused on
speed and compatibility with python re syntax, whereas grennery has a way to
reconstruct a regex from a FSM, which interegular lacks. |
Number of commits found: 3
|