Revision: 140133 https://trac.macports.org/changeset/140133 Author: sean@macports.org Date: 2015-09-09 14:28:01 -0700 (Wed, 09 Sep 2015) Log Message: ----------- py-websocket-client: add new port Added Paths: ----------- trunk/dports/python/py-websocket-client/ trunk/dports/python/py-websocket-client/Portfile Added: trunk/dports/python/py-websocket-client/Portfile =================================================================== --- trunk/dports/python/py-websocket-client/Portfile (rev 0) +++ trunk/dports/python/py-websocket-client/Portfile 2015-09-09 21:28:01 UTC (rev 140133) @@ -0,0 +1,26 @@ +# -*- 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 +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 + +if {${subport} ne ${name}} { + depends_lib port:py${python.version}-six + + livecheck.type none +}
participants (1)
-
sean@macports.org