# -*- 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 Simonov’s PyYAML 3.11.
homepage            https://yaml.readthedocs.io/

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  65b5bccbdd449923108c6d8ec3c33a45e541ebec \
                    sha256  53eb66cd27849eff968ebf8f0bf61f46cdac2da1d1f3576dd4ccee9b25c31993 \
                    size    142709

python.versions     38 310 311 312 313 314

worksrcdir          [string map {_ .} ${python.rootname}]-${version}
