Created attachment 260774 [details] eliot-1.17.5.patch Description: eliot is a Python logging system that outputs causal chains of actions: actions can spawn other actions, and eventually they either succeed or fail. The resulting logs tell you the story of what your software did: what happened, and what caused it. WWW: https://pypi.org/project/eliot QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.2-RELEASE, amd64)
^Triage: submitter is now committer.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=71e01cad1094862bca01b9199d7a63a1e83b3c3a commit 71e01cad1094862bca01b9199d7a63a1e83b3c3a Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> AuthorDate: 2025-06-03 18:01:08 +0000 Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> CommitDate: 2025-06-03 20:32:48 +0000 devel/py-eliot: New port: Logging library that tells you why it happened eliot is a Python logging system that outputs causal chains of actions: actions can spawn other actions, and eventually they either succeed or fail. The resulting logs tell you the story of what your software did: what happened, and what caused it. PR: 287127 Approved by: acm (mentor) devel/Makefile | 1 + devel/py-eliot/Makefile (new) | 25 +++++++++++++++++++++++++ devel/py-eliot/distinfo (new) | 3 +++ devel/py-eliot/pkg-descr (new) | 4 ++++ 4 files changed, 33 insertions(+)