notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-strictyaml Strict, typed YAML parser
1.7.3_1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.3_1Version of this port present on the latest quarterly branch.
Maintainer: DtxdF@disroot.org search for ports maintained by this maintainer
Port Added: 2023-09-10 16:22:01
Last Update: 2024-04-13 14:47:51
Commit Hash: 84a372a
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://hitchdev.com/strictyaml
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}strictyaml>0:devel/py-strictyaml@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-strictyaml/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-strictyaml
  • pkg install py39-strictyaml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-strictyaml listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-strictyaml
Package flavors (<flavor>: <package>)
  • py39: py39-strictyaml
distinfo:
TIMESTAMP = 1692464120 SHA256 (strictyaml-1.7.3.tar.gz) = 22f854a5fcab42b5ddba8030a0e4be51ca89af0267961c8d6cfa86395586c407 SIZE (strictyaml-1.7.3.tar.gz) = 115206

Packages (timestamps in pop-ups are UTC):
py39-strictyaml
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----1.7.31.7.31.7.3
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----1.7.31.7.31.7.3
FreeBSD:15:latest--n/a-n/a1.7.31.7.31.7.3
 

py311-strictyaml
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.3_11.7.3_1-1.7.3_11.7.3_1---
FreeBSD:13:quarterly1.7.3_11.7.3_1-1.7.3_11.7.3_1---
FreeBSD:14:latest1.7.3_11.7.3_1-1.7.3_11.7.3_1---
FreeBSD:14:quarterly1.7.3_11.7.3_1-1.7.3_11.7.3_1---
FreeBSD:15:latest1.7.3_11.7.3_1n/a1.7.3_1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-python-dateutil>=0 : devel/py-python-dateutil@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
This port is required by:
for Run
  1. x11-fonts/py-shaperglot

Configuration Options:
No options to configure
Options name:
devel_py-strictyaml
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/strictyaml/
  2. https://pypi.org/packages/source/s/strictyaml/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.3_1
13 Apr 2024 14:47:51
commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil

- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS
1.7.3
10 Sep 2023 16:13:02
commit hash: 7219a47f1ab385e6977fb04aba301549d976965dcommit hash: 7219a47f1ab385e6977fb04aba301549d976965dcommit hash: 7219a47f1ab385e6977fb04aba301549d976965dcommit hash: 7219a47f1ab385e6977fb04aba301549d976965d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
devel/py-strictyaml: New port: Strict, typed YAML parser

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

PR:		273232

Number of commits found: 2