Permalink
| @@ -0,0 +1,32 @@ | ||
| # -*- 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.3.3 | ||
| platforms darwin | ||
| license MIT | ||
| maintainers {mojca @mojca} openmaintainer | ||
|
|
||
| description WebSocket client & server library WAMP real time framework | ||
| long_description ${description} | ||
|
|
||
| homepage http://crossbar.io/autobahn | ||
| master_sites pypi:a/autobahn | ||
| distname autobahn-${version} | ||
|
|
||
| checksums rmd160 35c31da252a969f9006e9ba8d6b4d925fb7baf11 \ | ||
| sha256 e92f40ab26fb51672c25cd301ae79a549c6ff7748effe6abdea2ef31d5363a4f \ | ||
| size 267907 | ||
|
|
||
| python.versions 27 37 | ||
|
|
||
| if {${name} ne ${subport}} { | ||
| depends_build-append \ | ||
| port:py${python.version}-setuptools | ||
|
|
||
| livecheck.type none | ||
| } else { | ||
| livecheck.type pypi | ||
| } |