Summary: | [NEW PORT] devel/py-hologram: JSON schema generation from dataclasses | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pat Maddox <pat> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 274582 | ||||||
Attachments: |
|
testbuilds@work A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b57c405f3a33ffd65551d55c3567cb58a508419 commit 1b57c405f3a33ffd65551d55c3567cb58a508419 Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2023-10-21 16:43:43 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-10-21 16:44:49 +0000 devel/py-hologram: new port Hologram is a lightweight library to generate Draft 7 compatible JSON Schemas from python 3.7 dataclasses. Python 3.6 is supported through the dataclasses backport. It is forked from dataclasses-jsonschema created by s-knibbs. PR: 274579 Author: Pat Maddox <pat@patmaddox.com> devel/Makefile | 1 + devel/py-hologram/Makefile (new) | 19 +++++++++++++++++++ devel/py-hologram/distinfo (new) | 3 +++ devel/py-hologram/pkg-descr (new) | 3 +++ 4 files changed, 26 insertions(+) Committed, thanks! |
Created attachment 245728 [details] new port