| Port details |
- py-yamlloader Ordered YAML loader and dumper for PyYAML
- 1.6.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: kai@FreeBSD.org
 - Port Added: 2026-02-26 09:21:29
- Last Update: 2026-02-26 08:33:50
- Commit Hash: 95e059f
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/Phynix/yamlloader
- Description:
- This module provides loaders and dumpers for PyYAML.
Currently, an OrderedDict loader/dumper is implemented, allowing to keep items
order when loading respective dumping a file from/to an OrderedDict.
(Python 3.8+: Also regular dicts are supported and are the default items to be
loaded to. As of Python 3.7 preservation of insertion order is a language
feature of regular dicts.)
This project was originally mirrored from "yamlordereddict" and contains
several improvements including automated testing and the much faster C-versions
of the Loaders/Dumpers.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}yamlloader>0:devel/py-yamlloader@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-yamlloader/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-yamlloader
- pkg install py311-yamlloader
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 py311-yamlloader listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-yamlloader
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1772036387
SHA256 (yamlloader-1.6.0.tar.gz) = 918232976c9910d079ef74b3266ff9ef674228609aa56e67718b3992940a823f
SIZE (yamlloader-1.6.0.tar.gz) = 77622
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>0 : devel/py-hatchling@py311
- py311-hatch-vcs>0 : devel/py-hatch-vcs@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-hypothesis>0 : devel/py-hypothesis@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pyyaml>0 : devel/py-pyyaml@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-yamlloader
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.6.0 26 Feb 2026 08:33:50
    |
Kai Knoblich (kai)  |
devel/py-yamlloader: New port
This module provides loaders and dumpers for PyYAML.
Currently, an OrderedDict loader/dumper is implemented, allowing to keep
items order when loading respective dumping a file from/to an
OrderedDict.
(Python 3.8+: Also regular dicts are supported and are the default items
to be loaded to. As of Python 3.7 preservation of insertion order is a
language feature of regular dicts.)
This project was originally mirrored from "yamlordereddict" and contains
several improvements including automated testing and the much faster
C-versions of the Loaders/Dumpers. |
Number of commits found: 1
|