Port details |
- py-re2 Python wrapper for Google RE2 using Cython
- 0.2.22 devel
=0 0.2.22Version of this port present on the latest quarterly branch.
- BROKEN: fails to build
DEPRECATED: Broken for more than 6 months This port expired on: 2017-02-08 IGNORE: is marked as broken: fails to build
- Maintainer: edwardchuang@gmail.com
- Port Added: 2016-03-20 13:33:11
- Last Update: 2017-02-08 18:52:24
- SVN Revision: 433665
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.python.org/pypi/re2/
- Description:
- pyre2 is a Python extension that wraps Google's RE2 regular expression
library. It implements many of the features of Python's built-in re
module with compatible interfaces.
WWW: https://pypi.python.org/pypi/re2/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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}re2>0:devel/py-re2@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-re2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (re2-0.2.22.tar.gz) = 1d3903832351b9a4bdcc1da68ad75529d4fa69adfcad40bbdb2bf43869d4743f
SIZE (re2-0.2.22.tar.gz) = 1927331
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:
-
- cython : lang/cython
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Library dependencies:
-
- libre2.so : devel/re2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:-2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.22 08 Feb 2017 18:52:24 |
rene |
Remove expired ports:
2017-02-08 misc/teslams: Broken for more than 6 months
2017-02-08 devel/libdict: Broken for more than 6 months
2017-02-08 math/R-cran-SuppDists: Broken for more than 6 months
2017-02-08 devel/py-re2: Broken for more than 6 months
2017-02-08 net-p2p/digitalcoin: Broken for more than 6 months |
0.2.22 07 Jan 2017 17:04:18 |
antoine |
Deprecate ports broken for more than 6 months |
0.2.22 04 Jun 2016 16:43:14 |
antoine |
Mark BROKEN: fails to build
cythoning src/re2.pyx to src/re2.cpp
Error compiling Cython file:
------------------------------------------------------------
...
return self._named_groups
self._named_groups = result
it = self.named_groups.begin()
while it != self.named_groups.end():
indexes[cpp_to_pystring(deref(it).first)] = deref(it).second
^
Reported by: pkg-fallout |
0.2.22 20 Mar 2016 13:33:02 |
jbeich |
devel/py-re2: add new port
PR: 207637
Submitted by: edwardchuang@gmail.com
pyre2 is a Python extension that wraps Google's RE2 regular expression
library. It implements many of the features of Python's built-in re
module with compatible interfaces.
https://pypi.python.org/pypi/re2/ |
Number of commits found: 4
|