summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:17:49 +0100
committerTreeve Jelbert2008-10-31 18:17:49 +0100
commit2d596518c1163e42cfb1a08e20dd2c22acd663c3 (patch)
treeb70b0a554c12e04fff4854158ba489f8a8377235
parentb4c5bc7152d1ee3aad7adc742d3f78f5e5e6421f (diff)
webob - new spell
-rwxr-xr-xpython-pypi/webob/DEPENDS2
-rwxr-xr-xpython-pypi/webob/DETAILS18
-rw-r--r--python-pypi/webob/HISTORY3
3 files changed, 23 insertions, 0 deletions
diff --git a/python-pypi/webob/DEPENDS b/python-pypi/webob/DEPENDS
new file mode 100755
index 0000000000..8d46fa6ef0
--- /dev/null
+++ b/python-pypi/webob/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/webob/DETAILS b/python-pypi/webob/DETAILS
new file mode 100755
index 0000000000..4b8829cce1
--- /dev/null
+++ b/python-pypi/webob/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=webob
+ SPELLX=WebOb
+ VERSION=0.9.3
+ SOURCE_HASH=sha512:289b85fe21b158c9668fa5dfbd34b2f0ae231331accd734c7a4be69feb04d6101ad4b25f43a23d3a4a80adb1099512c8139a977f0b084384d87e9bcf2adacbbd
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/W/$SPELLX/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://pythonpaste.org/webob/
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ DOCS='docs/* *.txt'
+ SHORT=''
+cat << EOF
+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.
+EOF
diff --git a/python-pypi/webob/HISTORY b/python-pypi/webob/HISTORY
new file mode 100644
index 0000000000..3c0ef1140d
--- /dev/null
+++ b/python-pypi/webob/HISTORY
@@ -0,0 +1,3 @@
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.3
+