Created attachment 259726 [details] New port: devel/py-super-collections I'm a maintainer of x11/wezterm port, and upstream wezterm now uses several dependencies which are not available in the FreeBSD ports tree. This is the one of the ports which are missing - I'm going to be its maintainer. As to the port itself: it is a Python library to instantly convert JSON and YAML files into objects with attributes, without the need to create specific classes. Please take a look and thank you!
Created attachment 261109 [details] New port: devel/py-super-collections Pull the sources from PyPI (instead of GitHub repo).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b8cbe699ad1a253e78fd1d20a7e7633cbf6d58f commit 8b8cbe699ad1a253e78fd1d20a7e7633cbf6d58f Author: Vladyslav Movchan <vladislav.movchan@gmail.com> AuthorDate: 2025-04-18 19:35:23 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-06-09 20:46:05 +0000 devel/py-super-collections: new port: Instantly convert JSON and YAML files into objects with attributes Python library to instantly convert JSON and YAML files into objects with attributes, without the need to create specific classes. WWW: https://github.com/fralau/super-collections PR: 286222 Reported by: Vladyslav Movchan <vladislav.movchan@gmail.com> (new maintainer) devel/Makefile | 1 + devel/py-super-collections/Makefile (new) | 27 +++++++++++++++++++++++++++ devel/py-super-collections/distinfo (new) | 3 +++ devel/py-super-collections/pkg-descr (new) | 2 ++ 4 files changed, 33 insertions(+)
Committed, thanks!