# -*- 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-types-pyyaml
python.rootname     types_pyyaml
version             6.0.12.20250915
revision            0

license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         Typing stubs for PyYAML
long_description    This is a type stub package for the PyYAML package. It can be used \
                    by type checkers to check code that uses PyYAML.
homepage            https://github.com/python/typeshed

checksums           rmd160  5d67ae97ec258774460ee220fbe63177bc00209f \
                    sha256  0f8b54a528c303f0e6f7165687dd33fafa81c807fcac23f632b63aa624ced1d3 \
                    size    17522

python.versions     310 311 312 313 314

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