Port details on branch 2024Q3 |
- py-regex Alternative regular expression module, to replace re
- 2024.7.24 textproc =0 2024.7.24Version of this port present on the latest quarterly branch.
- Maintainer: fax@nohik.ee
- Port Added: 2024-08-13 16:30:05
- Last Update: 2024-08-13 16:27:42
- Commit Hash: d2ae6dc
- Also Listed In: python
- License: PSFL
- WWW:
- https://github.com/mrabarnett/mrab-regex
- Description:
- This new regex implementation is intended eventually to replace Python's
current re module implementation.
- ¦ ¦ ¦ ¦
- 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}regex>0:textproc/py-regex@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-regex/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-regex
- pkg install py311-regex
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-regex listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-regex
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1723558090
SHA256 (regex-2024.7.24.tar.gz) = 9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506
SIZE (regex-2024.7.24.tar.gz) = 393485
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-regex
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.7.24 13 Aug 2024 16:27:42 |
Vladimir Druzenko (vvd) Author: Eero Hänninen |
textproc/py-regex: Update 2023.10.3 → 2024.7.24
Version: 2024.7.24
Git issue 539: Bug: Partial matching fails on a simple example
Version: 2024.6.22
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to
missing new GB9c rule implementation
Version: 2024.5.15
Git issue 530: hangs with fuzzy and optionals
It's not hanging, it'll finish eventually. It's just an example of
catastrophic backtracking.
The error printed when Ctrl+C is pressed does show a bug, though,
which is now fixed.
Version: 2024.5.10
Updated for Python 3.13. (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|