# -*- 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             1.3.0
revision            0
categories-append   devel
platforms           darwin
license             Apache-2
supported_archs     noarch

python.versions     36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         Async client for amazon services
long_description    ${description}

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

checksums           rmd160  6e677dacc9a47676b2350feebab6383240bbb79d \
                    sha256  81890d270b1f948ffd218e8bab11e235bea272840ea8b1b9e0aef1954c6cec9e \
                    size    48171

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

    livecheck.type      none
}
