# -*- 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 60053 2009-10-30 07:40:29Z lightnin@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-flup version 1.0.3.dev-20091027 categories python www platforms darwin maintainers lightnin description Flup is a random collection of WSGI servers and \ middleware. long_description Flup offer three sets of WSGI servers/gateways, which \ speak AJP 1.3, FastCGI, and SCGI. Each server comes in \ two flavors: a threaded version, and a forking version. homepage http://www.saddi.com/software/flup master_sites http://pypi.python.org/packages/source/f/flup/ distname flup-${version} checksums md5 85a00cbce3d8d6f8e2c65e2b7b92c79e \ sha1 6d5ae6a4d4933823764b53366c220cb19854b00d \ rmd160 f5a3c0811ecfd7fb6342079c0e368a84af583f16 depends_lib port:py-setuptools