# -*- 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 47860 2009-03-08 20:11:11Z akitada@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-webob
version             0.9.6.1
categories-append   www
maintainers         openmaintainer akitada
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}

checksums           md5 5702ac9c9bfc39e6f04a39e15bd7b435 \
                    sha1 6ad527b57752b22b9634262efea819971dace481 \
                    rmd160 156d5b9ae244b59428e39e268bcb5c926bfb3098

depends_lib        port:py26-setuptools
