Port details |
- py-strictyaml Strict, typed YAML parser
- 1.7.3_1 devel =2 1.7.3_1Version of this port present on the latest quarterly branch.
- Maintainer: DtxdF@disroot.org
- 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.
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-python-dateutil>=0 : devel/py-python-dateutil@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.3_1 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
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 |
Robert Clausecker (fuz) 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 |