# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup liris websocket-client 0.32.0 v name py-websocket-client categories-append devel platforms darwin supported_archs noarch license LGPL-2.1 maintainers nomaintainer description websocket client for python long_description websocket-client module is WebSocket client for python checksums rmd160 791793105b1959f718d6828c7ef2109a370c41a2 \ sha256 f099ad9b51838cf475ae9d2b1750fc074041076c136a32761b2da168323ef97c python.versions 27 34 35 if {${subport} ne ${name}} { depends_build port:py${python.version}-setuptools depends_lib port:py${python.version}-six livecheck.type none }