summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:19:27 +0100
committerTreeve Jelbert2008-10-31 18:19:27 +0100
commit60799128719f04d2d0f5b3ba9ab3cdbd3590f77a (patch)
tree3557c51e7440c94bb48f6ed108b9c297a8baaeeb
parent2d596518c1163e42cfb1a08e20dd2c22acd663c3 (diff)
weberror - new spell
-rwxr-xr-xpython-pypi/weberror/DEPENDS7
-rwxr-xr-xpython-pypi/weberror/DETAILS14
-rw-r--r--python-pypi/weberror/HISTORY3
3 files changed, 24 insertions, 0 deletions
diff --git a/python-pypi/weberror/DEPENDS b/python-pypi/weberror/DEPENDS
new file mode 100755
index 0000000000..c3c1ef8013
--- /dev/null
+++ b/python-pypi/weberror/DEPENDS
@@ -0,0 +1,7 @@
+depends python &&
+depends setuptools &&
+depends simplejson &&
+#depends wsgiref &&
+depends tempita &&
+depends pygments &&
+depends webob
diff --git a/python-pypi/weberror/DETAILS b/python-pypi/weberror/DETAILS
new file mode 100755
index 0000000000..08a3e23812
--- /dev/null
+++ b/python-pypi/weberror/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=weberror
+ SPELLX=WebError
+ VERSION=0.9
+ SOURCE_HASH=sha512:65d06698579e75b6f49532dd47b4bd050da74aa14e535a8ef3be01468959c97beffd1461294fb70122c4acf9b0de3b4dfd058c6daf507e3e3fd875f4b07ee579
+ 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/$SPELL
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ DOCS='docs/* *.txt'
+ SHORT=''
+cat << EOF
+EOF
diff --git a/python-pypi/weberror/HISTORY b/python-pypi/weberror/HISTORY
new file mode 100644
index 0000000000..7ab5980f7d
--- /dev/null
+++ b/python-pypi/weberror/HISTORY
@@ -0,0 +1,3 @@
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9
+