Created attachment 245724 [details] new port
testbuilds@work
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c5931785acf6f3880f37a9a8e6dc6fc401093e4 commit 0c5931785acf6f3880f37a9a8e6dc6fc401093e4 Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2023-10-21 13:47:10 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-10-21 13:47:10 +0000 devel/py-mashumaro: new port When using dataclasses, you often need to dump and load objects based on the schema you have. Mashumaro not only lets you save and load things in different ways, but it also does it super quick. Key features: - One of the fastest libraries - Mature and time-tested - Easy to use out of the box - Highly customizable - Built-in support for JSON, YAML, MessagePack, TOML - Built-in support for almost all Python types including typing-extensions - JSON Schema generation PR: 274575 Author: Pat Maddox <pat@patmaddox.com> devel/py-mashumaro/Makefile (new) | 18 ++++++++++++++++++ devel/py-mashumaro/distinfo (new) | 3 +++ devel/py-mashumaro/pkg-descr (new) | 13 +++++++++++++ 3 files changed, 34 insertions(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2510864f7a49d01d661c38370f2da64d1240a599 commit 2510864f7a49d01d661c38370f2da64d1240a599 Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2023-10-23 04:39:51 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-10-23 04:41:19 +0000 devel/Makefile: fix index by adding py-mashumaro PR: 274575 Reported by: antoine Author: Pat Maddox <pat@patmaddox.com> devel/Makefile | 1 + 1 file changed, 1 insertion(+)
(testing how comment works in bug tracker list)