textproc/opensearch*: Update to 3.4.0
PR: 292121 292122
Reported by: Nick Price <nick at spun.io>
Reviewed by: Sven Ruediger
Tested by: Sven Ruediger
Approved by: opensearch
misc/py-wandb: Remove hard dependency on go122
py-wandb is the sole remaining consumer of Go < 1.24. I missed it in
my original sweep because I was looking for USES=go, and py-wandb
instead had a BUILD_DEPENDS on go122 itself.
Previous py-wandb had a hardcoded dependency on go122. I assume it
was an attempt to ensure a minimum verion (as go.mk did not support
anything like that), but I'm not sure (an email to yuri went unanswered.)
Instead, add USES=go:1.22+ (and remove the rendundant BINARY_ALIAS that
further hardcoded go122).
With this change, the port build happily. Tests don't run (multiple deps
are missing, but even after adding them it still won't run tests at all,
and I don't know how to fix that).
I bumped PORTREVISION so that end-users can benefit from a more modern
Go runtime and toolchain.
[3 lines not shown]