# -*- 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-python-dateutil
version             2.9.0.20251115
revision            0

categories-append   devel
license             Apache-2
maintainers         nomaintainer

description         Typing stubs for python-dateutil
long_description    {*}${description}. Typeshed contains external type \
                    annotations for the Python standard library and \
                    Python builtins, as well as third party packages \
                    as contributed by people external to those projects. \
                    This data can e.g. be used for static analysis, type \
                    checking or type inference.
homepage            https://github.com/python/typeshed

supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313 314

checksums           rmd160  6fe22a8a15c15dcfb275070df73e671fe365b1e8 \
                    sha256  8a47f2c3920f52a994056b8786309b43143faa5a64d4cbb2722d6addabdf1a58 \
                    size    16363

distname            types_python_dateutil-${version}
