Bug 274579 - [NEW PORT] devel/py-hologram: JSON schema generation from dataclasses
Summary: [NEW PORT] devel/py-hologram: JSON schema generation from dataclasses
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks: 274582
  Show dependency treegraph
 
Reported: 2023-10-19 03:58 UTC by Pat Maddox
Modified: 2023-10-21 16:45 UTC (History)
1 user (show)

See Also:


Attachments
new port (2.34 KB, patch)
2023-10-19 03:58 UTC, Pat Maddox
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!