# -*- 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-autobahn version 19.5.1 platforms darwin license MIT maintainers {mojca @mojca} openmaintainer description WebSocket client & server library WAMP real time framework long_description ${description} homepage https://crossbar.io/autobahn master_sites pypi:a/autobahn distname autobahn-${version} checksums rmd160 c33b70178cc9da4329e35dc32bf43bdfe8be7c1d \ sha256 2eee98f68ba4eb8d8ea3f15e411db9e69433d9367799c85bdca0ff2de4c101d3 \ size 276319 python.versions 27 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }