# -*- 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 91383 2012-03-31 03:53:33Z singingwolfboy@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py27-webob set real_name WebOb version 1.1.1 python.versions 25 26 27 python.default_version 27 categories-append www maintainers singingwolfboy openmaintainer description WSGI request and response object. long_description \ WebOb provides wrappers around the WSGI request environment, and an \ object to help create WSGI responses. \ \ The objects map much of the specified behavior of HTTP, including \ header parsing and accessors for other standard parts of the \ environment. platforms darwin homepage http://pythonpaste.org/webob/ master_sites http://pypi.python.org/packages/source/W/${real_name}/ distname ${real_name}-${version} use_zip yes checksums rmd160 39284620aee3dc7e4063fb36a6298f25d3d7d6e9 \ sha256 21f3a2ecea66129b20ba757fafa087af8ba85e413c77972accdeb56a50f1eff6 if {$name != $subport} { depends_lib port:py${python.version}-distribute }