py-datamodel-code-generator: Import py-datamodel_code_generator-0.75.1 as wip/py-datamodel-code-generator
Generate Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct
from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw
JSON/YAML/CSV.
py-genson: Import py-genson-1.4.0 as wip/py-genson
GenSON is a powerful, user-friendly JSON Schema generator built in
Python.
GenSON's core function is to take JSON objects and generate schemas
that describe them, but it is unique in its ability to merge schemas.
It was originally built to describe the common structure of a large
number of JSON objects, and it uses its merging ability to generate a
single schema from any number of JSON objects and/or schemas.
yamusic-tui-git: Add git package for yamusic-tui
yamusic-tui is a terminal user interface for the YAMusic music
server. It provides browsing and searching of the library,
playback with progress and volume control, lyrics display, and
playlist management, all from within a terminal.
ocaml-opam: add new package
Differences from pkgsrc's misc/ocaml-opam:
- update from 2.1.3 to 2.5.2 (fixing two CVEs in the process)
- the -full tarball is now used instead of the one autogenerated by
github
- rsync is now a runtime dependency (it is technically optional but it
helps users to have it for the moment)
- ocaml-dune is now explicitly a build dependency but no longer used
as-is. It is now used through gmake
- ocaml-cmdliner, ocaml-re, ocamlgraph, dose3, ocaml-cudf and
ocaml-opam-file-format are no longer dependencies
- the vendored versions of all the dependencies contained by the -full
archive is now used. This allows to simplify the build process
greatly and avoids having to import all the new dependencies on new opam
releases. This is also what a majority of BSD, Linux and macOS distributions
out-there do.
- The opam-solver library is no longer installed. This could not be used
on its own anyway because the OCaml build process would require other
[5 lines not shown]
webkit-gtk60: move patch to currently used file
The previous location was not compiled any longer.
While here, limit it to NetBSD.
TODO: test if this patch is really needed
modular-xorg-server: disable dtrace option on NetBSD
dtrace fails reading /usr/lib/dtrace/psinfo.d due to
missing definitions, and if those are fixed, fails to parse
Xserver.d because of its use of #if and #ifdef.