Bug 274579

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:
Description Flags
new port none

Description Pat Maddox 2023-10-19 03:58:41 UTC
Created attachment 245728 [details]
new port
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2023-10-21 14:06:34 UTC
testbuilds@work
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-21 16:45:21 UTC
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(+)
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2023-10-21 16:45:51 UTC
Committed, thanks!