# -*- 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-aiorpcX
version             0.10.5
categories-append   devel
platforms           darwin
license             MIT

python.versions     36 37

maintainers         {ipglider.org:miguel @ipglider} openmaintainer

description         Generic async RPC implementation, including JSON-RPC.
long_description    Transport, protocol and framing-independent async RPC \
                    client and server implementation.

homepage            https://github.com/kyuupichan/aiorpcX
master_sites        pypi:a/aiorpcX

distname            aiorpcX-${version}


checksums           rmd160  dc19faecb046a21c87e0c9c2f3c45c2fcc6e3a5b \
                    sha256  21add307084497c19c911d369f9e995c7cd9bd0ef74485cb5509682080559330 \
                    size    23549

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_lib-append      port:py${python.version}-attrs

    livecheck.type          none
} else {
    livecheck.type          pypi
}
