[113962] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Nov 26 11:49:05 PST 2013


Revision: 113962
          https://trac.macports.org/changeset/113962
Author:   stromnov at macports.org
Date:     2013-11-26 11:49:05 -0800 (Tue, 26 Nov 2013)
Log Message:
-----------
py-gevent-websocket: new port

Added Paths:
-----------
    trunk/dports/python/py-gevent-websocket/
    trunk/dports/python/py-gevent-websocket/Portfile

Added: trunk/dports/python/py-gevent-websocket/Portfile
===================================================================
--- trunk/dports/python/py-gevent-websocket/Portfile	                        (rev 0)
+++ trunk/dports/python/py-gevent-websocket/Portfile	2013-11-26 19:49:05 UTC (rev 113962)
@@ -0,0 +1,41 @@
+# -*- 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
+
+name                py-gevent-websocket
+version             0.3.6
+revision            0
+categories-append   devel
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27
+
+maintainers         stromnov openmaintainer
+
+description         Websocket handler for the gevent pywsgi server.
+long_description    ${description}
+
+homepage            https://bitbucket.org/Jeffrey/gevent-websocket
+master_sites        http://pypi.python.org/packages/source/g/gevent-websocket/
+
+distname            gevent-websocket-${version}
+
+checksums           rmd160  73b2f99c152bc22ebe0f1b1d84e0ffeb82a91e0d \
+                    sha256  1806bd1e78cfbd6f5b38e00c6b6f5a5ed0015b1eee94f78adba62d199c23ad6d
+
+if {$subport != $name} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-greenlet \
+                        port:py${python.version}-gevent
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {gevent-websocket-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-gevent-websocket/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/50851aaa/attachment.html>


More information about the macports-changes mailing list