Download raw body.
NEW: net/ruby-grpc
On Tue, Jul 08, 2025 at 04:35:20PM +0200, Rafael Sadowski wrote: > On Tue Jul 08, 2025 at 10:48:37AM +0100, Stuart Henderson wrote: > > On 2025/07/01 06:49, Rafael Sadowski wrote: > > > OK to import ruby34-grpc-1.73.0? > > > > > > Comment: > > > RPCs from Ruby using gRPC > > > > > > Description: > > > gRPC is a modern, open source, high-performance remote procedure call (RPC) > > > framework that can run anywhere. gRPC enables client and server applications to > > > communicate transparently, and simplifies the building of connected systems. > > > > > > Maintainer: Rafael Sadowski <rsadowski@openbsd.org> > > > > > > WWW: https://grpc.io/ > > > > > > > > > > > > ERROR: Could not find a valid gem 'google-protobuf' (>= 3.25, < 5.0) (required by '/pobj/grpc-1.73.0-ruby34/grpc-1.73.0.gem' (>= 0)) in any repository > > Thanks Stuart, I already commit the missing build dependency. > > I'm a bit rusty in importing py-, ruby- flavors. Did I miss to add > the flavor in the Makefile? Yes, but this isn't right: > - SUBDIR += py-protobuf > + SUBDIR += py-protobuf,ruby33 > + SUBDIR += py-protobuf,ruby34
NEW: net/ruby-grpc