# -*- 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.13.0 revision 0 categories-append devel platforms {darwin any} license Apache-2 supported_archs noarch python.versions 38 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 f04617305ed6ff3203e74796b329864fc13c5fec \ sha256 4badf5cab6ad400216319d14278e2c99ad9b708e28a0f231605a412e632de401 \ size 103929 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 }