# -*- 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: Portfile 70293 2010-08-05 09:21:00Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-eventlet
version             0.9.10
revision            0
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     cac995180a601de82c0d9971380efca3 \
                    sha1    a284b93dbf90186ff93a69c631b689625c0f703e \
                    rmd160  43727a07c10f60833ae1e9a4cc832f83030efb34

depends_lib         port:py26-distribute \
                    port:py26-greenlet

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "eventlet-(\\d+(?:\\.\\d+)*)"
