[Bug 273232] [NEW PORT] devel/py-strictyaml: Strict, typed YAML parser

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 19 Aug 2023 19:16:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273232

            Bug ID: 273232
           Summary: [NEW PORT] devel/py-strictyaml: Strict, typed YAML
                    parser
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://hitchdev.com/strictyaml
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org
 Attachment #244214 maintainer-approval+
             Flags:

Created attachment 244214
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244214&action=edit
py-strictyaml-1.7.3.patch

Description:

StrictYAML is a type-safe YAML parser that parses and validates a
restricted subset of the YAML specification.

Priorities:

* Beautiful API.
* Refusing to parse the ugly, hard to read and insecure features
  of YAML like the Norway problem.
* Strict validation of markup and straightforward type casting.
* Clear, readable exceptions with code snippets and line numbers.
* Acting as a near-drop in replacement for pyyaml, ruamel.yaml or
  poyo.
* Ability to read in YAML, make changes and write it out again
  with comments preserved.
* Not speed, currently.

WWW: https://hitchdev.com/strictyaml

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)

-- 
You are receiving this mail because:
You are the assignee for the bug.