# -*- 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.7 revision 1 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} patchfiles patch-setup.py.diff checksums md5 459dcaf02912eeaf226dc6c302374bb3 \ sha1 6e63c1ba066765ad5db7716ffa6c39efc52c2199 \ rmd160 6ae100c9c4175c929c909ffd6f59d050b42ac7eb depends_lib port:py26-distribute \ port:py26-greenlet livecheck.type regex livecheck.url ${master_sites} livecheck.regex "eventlet-(\\d+(?:\\.\\d+)*)"