Bug 287127 - [NEW PORT] devel/py-eliot: Logging library that tells you why it happened
Summary: [NEW PORT] devel/py-eliot: Logging library that tells you why it happened
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jesús Daniel Colmenares Oviedo
URL: https://pypi.org/project/eliot
Keywords:
Depends on:
Blocks: 287130
  Show dependency treegraph
 
Reported: 2025-05-29 01:14 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2025-06-03 20:42 UTC (History)
0 users

See Also:


Attachments
eliot-1.17.5.patch (2.52 KB, patch)
2025-05-29 01:14 UTC, Jesús Daniel Colmenares Oviedo
dtxdf: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo freebsd_committer freebsd_triage 2025-05-29 01:14:09 UTC
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)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2025-06-03 12:34:53 UTC
^Triage: submitter is now committer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-06-03 20:34:34 UTC
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(+)