[64593] trunk/dports/python/py26-eventlet/Portfile

stromnov at macports.org stromnov at macports.org
Wed Mar 10 00:30:08 PST 2010


Revision: 64593
          http://trac.macports.org/changeset/64593
Author:   stromnov at macports.org
Date:     2010-03-10 00:30:05 -0800 (Wed, 10 Mar 2010)
Log Message:
-----------
py26-eventlet: adjust whitespaces

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

Modified: trunk/dports/python/py26-eventlet/Portfile
===================================================================
--- trunk/dports/python/py26-eventlet/Portfile	2010-03-10 07:54:04 UTC (rev 64592)
+++ trunk/dports/python/py26-eventlet/Portfile	2010-03-10 08:30:05 UTC (rev 64593)
@@ -1,32 +1,35 @@
 # -*- 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
+PortSystem          1.0
+PortGroup           python26 1.0
 
-name                    py26-eventlet
-version                 0.9.7
-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.
+name                py26-eventlet
+version             0.9.7
+categories-append   devel
+platforms           darwin
+maintainers         akitada openmaintainer
 
-homepage                http://eventlet.net/
-master_sites            http://pypi.python.org/packages/source/e/eventlet/
-distname                eventlet-${version}
-checksums               md5 459dcaf02912eeaf226dc6c302374bb3 \
-                        sha1 6e63c1ba066765ad5db7716ffa6c39efc52c2199 \
-                        rmd160  6ae100c9c4175c929c909ffd6f59d050b42ac7eb
-depends_lib             port:py26-setuptools \
-                        port:py26-greenlet
+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.
 
-livecheck.type          regex
-livecheck.url           ${master_sites}
-livecheck.regex         "eventlet-(\\d+(?:\\.\\d+)*)"
+homepage            http://eventlet.net/
+master_sites        http://pypi.python.org/packages/source/e/eventlet/
+distname            eventlet-${version}
+
+checksums           md5     459dcaf02912eeaf226dc6c302374bb3 \
+                    sha1    6e63c1ba066765ad5db7716ffa6c39efc52c2199 \
+                    rmd160  6ae100c9c4175c929c909ffd6f59d050b42ac7eb
+
+depends_lib         port:py26-setuptools \
+                    port:py26-greenlet
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "eventlet-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100310/d15bce9c/attachment.html>


More information about the macports-changes mailing list