[47860] trunk/dports/python

akitada at macports.org akitada at macports.org
Sun Mar 8 13:11:12 PDT 2009


Revision: 47860
          http://trac.macports.org/changeset/47860
Author:   akitada at macports.org
Date:     2009-03-08 13:11:11 -0700 (Sun, 08 Mar 2009)
Log Message:
-----------
Added py26-webob.

Added Paths:
-----------
    trunk/dports/python/py26-webob/
    trunk/dports/python/py26-webob/Portfile

Added: trunk/dports/python/py26-webob/Portfile
===================================================================
--- trunk/dports/python/py26-webob/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-webob/Portfile	2009-03-08 20:11:11 UTC (rev 47860)
@@ -0,0 +1,30 @@
+# -*- 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           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


Property changes on: trunk/dports/python/py26-webob/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090308/0085be42/attachment.html>


More information about the macports-changes mailing list