# -*- 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
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 \
homepage http://eventlet.net/
master_sites pypi:e/eventlet/
distname eventlet-${version}
checksums rmd160 d766322b34746cd88fe89bdca7c2280f48b12474 \
sha256 6d22464f448fdf144a9d566c157299d686bbe324554dd7729df9ccd05ca66439 \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-greenlet
livecheck.regex "eventlet-(\\d+(?:\\.\\d+)*)"