# -*- 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 1.1.1 categories-append devel platforms darwin license MIT python.versions 27 36 37 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 master_sites pypi:a/aiodns distname aiodns-${version} checksums rmd160 0d194bcf8cc5dd3405673f1f7e3c54c238700b24 \ sha256 d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea \ size 6084 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-pycares if {${python.version} == 27} { depends_lib-append port:py${python.version}-trollius \ port:py${python.version}-typing } livecheck.type none } else { livecheck.type pypi }