[63706] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Feb 12 14:13:47 PST 2010


Revision: 63706
          http://trac.macports.org/changeset/63706
Author:   stromnov at macports.org
Date:     2010-02-12 14:13:44 -0800 (Fri, 12 Feb 2010)
Log Message:
-----------
py26-gevent: New port.

Added Paths:
-----------
    trunk/dports/python/py26-gevent/
    trunk/dports/python/py26-gevent/Portfile

Added: trunk/dports/python/py26-gevent/Portfile
===================================================================
--- trunk/dports/python/py26-gevent/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-gevent/Portfile	2010-02-12 22:13:44 UTC (rev 63706)
@@ -0,0 +1,34 @@
+# -*- 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           python26 1.0
+
+name                py26-gevent
+version             0.12.0
+maintainers         stromnov openmaintainer
+
+description         Coroutine-based Python networking library.
+
+long_description    gevent is a coroutine-based Python networking \
+                    library that uses greenlet to provide a high-level \
+                    synchronous API on top of libevent event loop.
+
+platforms           darwin
+
+homepage            http://gevent.org
+master_sites        http://pypi.python.org/packages/source/g/gevent/
+distname            gevent-${version}
+
+checksums           md5     2fbf9902013e4452efa0d31bf2b5efb2 \
+                    sha1    2eb78ec7e0032a33dd47f855ae1145b1066cc7d6 \
+                    rmd160  440b393fcffbf4c43f5972618c288ba499ec4643
+
+depends_build       port:py26-greenlet \
+                    port:libevent
+
+build.args-append   -I${prefix}/include -L${prefix}/lib -1 --dynamic
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "gevent-(\\d+(?:\\.\\d+)*)"


Property changes on: trunk/dports/python/py26-gevent/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100212/da916714/attachment.html>


More information about the macports-changes mailing list