Files
2026-02-28 22:32:22 -05:00

28 lines
1014 B
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-ruamel-yaml
python.rootname [string map {- _} ${python.rootname}]
version 0.19.1
revision 0
license MIT
maintainers {michaelld @michaelld} openmaintainer
description YAML 1.2 loader/dumper package for Python
long_description {*}${description}. \
It is a derivative of Kirill Simonovs PyYAML 3.11.
homepage https://yaml.readthedocs.io/
platforms {darwin any}
supported_archs noarch
checksums rmd160 65b5bccbdd449923108c6d8ec3c33a45e541ebec \
sha256 53eb66cd27849eff968ebf8f0bf61f46cdac2da1d1f3576dd4ccee9b25c31993 \
size 142709
python.versions 310 311 312 313 314
worksrcdir [string map {_ .} ${python.rootname}]-${version}