# -*- 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
maintainers {ipglider.org:miguel @ipglider} openmaintainer
description Async http client/server framework
long_description aiohttp key futures are the support for both client and \
server side of HTTP protocol, support for both client and \
server Web-Sockets out-of-the-box without the Callback Hell \
and Web-server's middlewares and pluggable routing.
homepage https://github.com/aio-libs/aiohttp
master_sites pypi:a/aiohttp
distname aiohttp-${version}
checksums rmd160 2e7113c2d7a0f830c541da28df0b9568dee0177a \
sha256 259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326 \
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-aiodns \
port:py${python.version}-async-timeout \
port:py${python.version}-attrs \
port:py${python.version}-brotlipy \
port:py${python.version}-cchardet \
port:py${python.version}-multidict \
port:py${python.version}-yarl
if {${python.version} < 37} {
depends_lib-append port:py${python.version}-idna-ssl