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
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/