Package: re2 / 20240702-2

Metadata

Package Version Patches format
re2 20240702-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
parallel test runner.patch | (download)

Makefile | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 parallel-friendly test-runner

Use our own test runner that can test in parallel with readable output
and errors included in the build log.

Output a . after each line of test output so slow buildds don't give up on us.
Only perform cursory tests on the static library.

debian unicode data.patch | (download)

re2/unicode.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use debian's unicode data

The Unicode data on the local system should be used, rather than
downloading from unicode.org.

python no bazel.patch | (download)

python/setup.py | 15 5 + 10 - 0 !
1 file changed, 5 insertions(+), 10 deletions(-)

 build python module without bazel

We don't have a useable modern Bazel in Debian. Just use PyBind11's
native setuptools support instead.

python existing dir.patch | (download)

python/setup.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 handle an existing re2 directory