# -*- 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-pyaml
version             26.2.1
revision            0
categories-append   devel
platforms           any
license             public-domain
maintainers         nomaintainer
description         produce a bit more pretty and readable YAML-serialized data
long_description    PyYAML-based module to {*}${description}.
homepage            https://github.com/mk-fg/pretty-yaml
checksums           rmd160  73cf3cf71f24e45bb45cf5e93d7850d2412bf2b1 \
                    sha256  489dd82997235d4cfcf76a6287fce2f075487d77a6567c271e8d790583690c68 \
                    size    30653
supported_archs     noarch

python.versions         310 311 312 313 314

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-unidecode \
                    port:py${python.version}-yaml
}
