Revision
79819
Author
singingwolfboy@macports.org
Date
2011-06-26 17:26:15 -0700 (Sun, 26 Jun 2011)

Log Message

New port: py25-webob

Added Paths

Diff

Copied: trunk/dports/python/py25-webob/Portfile (from rev 79621, trunk/dports/python/py26-webob/Portfile) (0 => 79819)


--- trunk/dports/python/py25-webob/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-webob/Portfile	2011-06-27 00:26:15 UTC (rev 79819)
@@ -0,0 +1,31 @@
+# -*- 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$
+
+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