# -*- 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 79819 2011-06-27 00:26:15Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-webob
version             1.0.8
categories-append   www
maintainers         nomaintainer
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/WebOb/
distname            WebOb-${version}
use_zip             yes

checksums           md5     9809f9fb64fca8690a7da533fa29a272 \
                    sha1    aa31465748763f3a516a60e814eaf5a34e369b4b \
                    rmd160  e0264867521e1bd9a0aee295f45f5e2da5061889

depends_lib         port:py25-distribute
