[63044] trunk/dports/python

akitada at macports.org akitada at macports.org
Sun Jan 24 04:15:55 PST 2010


Revision: 63044
          http://trac.macports.org/changeset/63044
Author:   akitada at macports.org
Date:     2010-01-24 04:15:54 -0800 (Sun, 24 Jan 2010)
Log Message:
-----------
Added py26-eventlet.

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

Added: trunk/dports/python/py26-eventlet/Portfile
===================================================================
--- trunk/dports/python/py26-eventlet/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-eventlet/Portfile	2010-01-24 12:15:54 UTC (rev 63044)
@@ -0,0 +1,28 @@
+# -*- 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-eventlet
+version                 0.9.3
+categories-append       devel
+platforms               darwin
+maintainers             akitada openmaintainer
+description             Coroutine-based networking library
+long_description        Eventlet is a networking library written in \
+                        Python. It achieves high scalability by using \
+                        non-blocking io while at the same time \
+                        retaining high programmer usability by using \
+                        coroutines to make the non-blocking io \
+                        operations appear blocking at the source code \
+                        level.
+
+homepage                http://eventlet.net/
+master_sites            http://pypi.python.org/packages/source/e/eventlet/
+distname                eventlet-${version}
+checksums               md5 9b30e39fd30bf8db9df408d34135e33b \
+                        sha1 371e72d5bcfce041f20f5ef9b26c85b8c7bf0c2d \
+                        rmd160 956a2b0e91c33bd1813e2a5988a35282fb51ab3a
+depends_lib             port:py26-setuptools \
+                        port:py26-greenlet


Property changes on: trunk/dports/python/py26-eventlet/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/20100124/2604e49b/attachment.html>


More information about the macports-changes mailing list