Created attachment 259159 [details] etcd3gw-2.4.2.patch Description: etcd3gw (or the gateway python client) is a library that provides a python client for etcd3 grpc-gateway v3 API. Using this library you can manipulate an instance or cluster etcd in a pythonic way. WWW: https://docs.openstack.org/etcd3gw/latest/ QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.2-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5a829df9af3a13ea7fdf2ab77437bce40d8fbac commit d5a829df9af3a13ea7fdf2ab77437bce40d8fbac Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2025-05-03 19:26:18 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2025-05-03 19:26:18 +0000 devel/py-etcd3gw: New port: Python client for etcd3 grpc-gateway v3 API etcd3gw (or the gateway python client) is a library that provides a python client for etcd3 grpc-gateway v3 API. Using this library you can manipulate an instance or cluster etcd in a pythonic way. PR: 285752 devel/Makefile | 1 + devel/py-etcd3gw/Makefile (new) | 22 ++++++++++++++++++++++ devel/py-etcd3gw/distinfo (new) | 3 +++ devel/py-etcd3gw/pkg-descr (new) | 3 +++ 4 files changed, 29 insertions(+)
Committed thanks!