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

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  ca6b5b5d498c7f77073cf43b43840c7f8a9f7e19 \
                    sha256  28764110c9cf35846e733da32d8d734df7473c5dde9ef67c3b7332ec0e819858 \
                    size    18545

python.versions     310 311 312 313 314

patchfiles          patch-pyproject.toml.diff
