notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-re2/Makefile

Number of commits found: 3

Saturday, 7 Jan 2017
17:04 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:430816 
Saturday, 4 Jun 2016
16:43 antoine search for other commits by this committer
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
Original commitRevision:416368 
Sunday, 20 Mar 2016
13:33 jbeich search for other commits by this committer
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/
Original commitRevision:411444 

Number of commits found: 3