Port details |
- py-regress Python bindings to Rust's regress ECMA regular expressions library
- 0.4.2_12 devel =2 0.4.2_11Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-08-26 23:21:10
- Last Update: 2025-01-20 11:06:50
- Commit Hash: fccaa1b
- 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/crate-py/regress
- Description:
- regress is a backtracking regular expression engine implemented in Rust, which
targets JavaScript regular expression syntax.
It's fast, Unicode-aware, has few dependencies, and has a big test suite. It
makes fewer guarantees than the regex crate but it enables more syntactic
features, such as backreferences and lookaround assertions.
- ¦ ¦ ¦ ¦
- 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}regress>0:devel/py-regress@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-regress/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-regress
- pkg install py311-regress
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-regress listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-regress
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1697463116
SHA256 (regress-0.4.2.tar.gz) = 77ea5154305ed863e0df6b30e30f7648ee0e5c68085a8989e7ed63fd8c3ac048
SIZE (regress-0.4.2.tar.gz) = 9010
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-maturin>=1.0<2.0 : devel/py-maturin@py311
- rust>=1.84.0 : lang/rust
- 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
-
- devel/py-check-jsonschema
Configuration Options:
- No options to configure
- Options name:
- devel_py-regress
- USES:
- cargo 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 |
0.4.2_12 20 Jan 2025 11:06:50 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
0.4.2_11 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.4.2_10 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.4.2_9 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.4.2_8 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.4.2_8 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.4.2_7 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.4.2_6 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.4.2_5 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.4.2_4 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.4.2_3 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.4.2_2 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.4.2_1 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.4.2 16 Oct 2023 15:59:50 |
Po-Chuan Hsieh (sunpoet) |
devel/py-regress: Update to 0.4.2
Changes: https://github.com/crate-py/regress/releases |
0.4.1_1 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.4.1 04 Sep 2023 21:30:14 |
Po-Chuan Hsieh (sunpoet) |
devel/py-regress: Update to 0.4.1
- Fix WWW
Changes: https://github.com/crate-py/regress/releases |
0.4.0 26 Aug 2023 23:19:04 |
Po-Chuan Hsieh (sunpoet) |
devel/py-regress: Add py-regress 0.4.0
regress is a backtracking regular expression engine implemented in Rust, which
targets JavaScript regular expression syntax.
It's fast, Unicode-aware, has few dependencies, and has a big test suite. It
makes fewer guarantees than the regex crate but it enables more syntactic
features, such as backreferences and lookaround assertions. |