Skip to content
Permalink
Browse files

py-autobahn: new port

  • Loading branch information
mojca committed Apr 16, 2019
1 parent 4757e45 commit e4e172a2d7d685c9fede7efb8e8306bd242c2bf0
Showing with 32 additions and 0 deletions.
  1. +32 −0 python/py-autobahn/Portfile
@@ -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
}

0 comments on commit e4e172a

Please sign in to comment.
You can’t perform that action at this time.