summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:23:13 +0100
committerTreeve Jelbert2008-10-31 18:23:13 +0100
commite47b2aa6069076f099e8fed209a5df69562da6df (patch)
tree7c3825b532a74fe1c3b69f28dc9ee86ebf4f50f4
parent55b14d164eaf6208628e2b51293a35796580e8aa (diff)
routes - new spell
-rwxr-xr-xpython-pypi/routes/DEPENDS2
-rwxr-xr-xpython-pypi/routes/DETAILS15
-rw-r--r--python-pypi/routes/HISTORY3
3 files changed, 20 insertions, 0 deletions
diff --git a/python-pypi/routes/DEPENDS b/python-pypi/routes/DEPENDS
new file mode 100755
index 0000000000..8d46fa6ef0
--- /dev/null
+++ b/python-pypi/routes/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/routes/DETAILS b/python-pypi/routes/DETAILS
new file mode 100755
index 0000000000..684fa76112
--- /dev/null
+++ b/python-pypi/routes/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=routes
+ SPELLX=Routes
+ VERSION=1.10.1
+ SOURCE_HASH=sha512:bcdc76c32aa2ff31a53133044fd7b4178237f610473f791748573299216d281c028cde2de48d7024485ea18ed0b9285522a777417faf54ecf13f134dbaae73b5
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/R/$SPELLX/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://pylonshq.com/WebHelpers
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ DOCS='docs/* *.txt'
+ SHORT='Routing Recognition and Generation Tools'
+cat << EOF
+A Routing package for Python that matches URL's to dicts and vice versa
+EOF
diff --git a/python-pypi/routes/HISTORY b/python-pypi/routes/HISTORY
new file mode 100644
index 0000000000..d6dcbc63d1
--- /dev/null
+++ b/python-pypi/routes/HISTORY
@@ -0,0 +1,3 @@
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.10.1
+