# -*- 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 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-cogen
version             0.2.1
license             MIT
maintainers         stromnov openmaintainer

description         Library for network oriented, coroutine based programming.

long_description    Coroutines and asynchronous I/O using enhanced generators \
                    from python 2.5, including a enhanced WSGI server.

platforms           darwin
supported_archs     noarch

homepage            http://code.google.com/p/cogen/
master_sites        googlecode:cogen
distname            cogen-${version}

checksums           md5     6c765905e4bc0278d35dd5c0011d032d \
                    sha1    6163a459f3dc007fd6832de12b7d26bcdaea295b \
                    rmd160  3e3a9ce41179e8482f6b7861f6a79f070a6e36f0

python.versions     26

if {$subport != $name} {
    use_zip             yes
    depends_build       port:py${python.version}-setuptools
}
