# -*- 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-aiobotocore
version             2.15.2
revision            0
categories-append   devel
platforms           {darwin any}
license             Apache-2
supported_archs     noarch

python.versions     39 310 311 312

maintainers         {stromnov @stromnov} openmaintainer

description         Async client for Amazon services
long_description    {*}${description}

homepage            https://github.com/aio-libs/aiobotocore

checksums           rmd160  cf0c3b04ea8f3c7289a57d3bbf4d50b4b691488e \
                    sha256  9ac1cfcaccccc80602968174aa032bf978abe36bd4e55e6781d6500909af1375 \
                    size    107035

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-botocore \
                        port:py${python.version}-aiohttp \
                        port:py${python.version}-wrapt \
                        port:py${python.version}-aioitertools
}
