16 Commits

Author SHA1 Message Date
OscarL
43466838a6 brotli: minor clean up, drop Python 3.9. (#11724)
As current TEST() produces no output, tried modifing it in several ways:
calling ctest, make -C tests test, etc, etc. Mostly got zero test runs, except
once that I got:

> 0% tests passed, 14 tests failed out of 14

but couldn't reproduce :-/

Help on figuring out what's the proper way to execute tests much appreciated.

Smoke tested on beta5 64 bits, both on `python3.10` and with `links` (that requires brotli).
2025-02-05 08:34:08 +00:00
kenmays
d168d51cd3 brotli: bump version (#10008) 2024-02-16 09:30:44 +01:00
OscarL
63336d55be brotli: drop support for Python 2.7/3.7, add it for 3.9 (#8221) 2023-04-02 15:11:54 +02:00
Schrijvers Luc
6b0baf3423 Remove static libraries from packages (#7541) 2022-12-12 20:44:00 -05:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Jerome Duval
0cbfeb6fa2 brotli: gcc2 build fix 2020-10-20 21:09:26 +02:00
Jerome Duval
2377276756 brotli: bump version
Tests broken with the source tarball, we provide git source uri for tests.
2020-10-19 17:39:19 +02:00
fbrosson
0350356e8b brotli: bump to 1.0.7, rework recipe a little. 2018-10-23 21:11:50 +00:00
fbrosson
c95c1a987c brotli: don't use $pythonVersion in REQUIRES_python* and BUILD_*.
The initial changes in brotli and pycurl to get rid of the "2.7"
and "3.6" were working on my system... but not on the buildbots.
Unfortunately, the fixes to get the recipes also work with the
buildbots have a small drawback: the dependencies evaluated at
build time are no longer tied with the minor version of Python.

So let's not replicate these changes to other recipes for now.
2018-10-21 21:18:21 +00:00
fbrosson
ccdf287e09 brotli: do not depend on any particular minor version of Python. 2018-10-21 11:51:35 +00:00
fbrosson
c3522d20f5 brotli: add missing $secondaryArchSuffix in REQUIRES_python3. 2018-10-20 16:06:22 +00:00
fbrosson
d16c3ce8df brotli: bump to 1.0.6. 2018-09-20 16:53:57 +00:00
fbrosson
61f83b5d7e brotli: bump to 1.0.5. 2018-07-01 11:26:31 +00:00
fbrosson
6734ad65c1 brotli: bump to 1.0.4. 2018-04-11 00:53:14 +00:00
fbrosson
c9e40d6385 brotli: bump to 1.0.3. (#2333) 2018-03-16 01:04:02 +00:00
alaviss
b0e8da5bb3 app-arch/brotli: add port (#1916) 2017-12-21 03:30:16 +01:00