# -*- 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

version             0.18.7
checksums           rmd160  6273c7542a6b66c775d5af4e8ce2f8e9ca80b08a \
                    sha256  270638acec6659f7bb30f4ea40083c9a0d0d5afdcef5e63d666f11209091531a \
                    size    142349
revision            0

license             MIT
platforms           {darwin any}
supported_archs     noarch
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/

python.versions     38 39 310 311 312 313

# project name on pypi uses "." not "-"
python.rootname     [string map {- .} ${python.rootname}]
