# -*- 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-aiodns
version             3.2.0
categories-append   devel
license             MIT
platforms           {darwin any}
supported_archs     noarch

python.versions     38 39 310 311 312 313

maintainers         {ipglider.org:miguel @ipglider} openmaintainer

description         Simple DNS resolver for asyncio.
long_description    aiodns provides a simple way for doing asynchronous DNS \
                    resolutions with a synchronous looking interface by using \
                    pycares.

homepage            https://github.com/saghul/aiodns

checksums           rmd160  202065a777dff79ab92329e71a8b1fb28e13dbf1 \
                    sha256  62869b23409349c21b072883ec8998316b234c9a9e36675756e8e317e8768f72 \
                    size    7823

if {${name} ne ${subport}} {
    depends_run-append      port:py${python.version}-pycares
}
