# -*- 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.7.3 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 7f085b8275678bcc87228ed46db76777260f5eb4 \ sha256 24dd4fe2f65f743cb74c8626570470e325bb777bb66d1932e7d2965ae71d1164 \ size 21968 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 }