# -*- 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.5.6 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 34ba55dfbc53d5b00913318e6d55f183574ed4c2 \ sha256 6972ef84b29674d115885465078524a4b23b454828348b3c75f75396821a32ab \ size 18584 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }