summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:21:23 +0100
committerTreeve Jelbert2008-10-31 18:21:23 +0100
commit55b14d164eaf6208628e2b51293a35796580e8aa (patch)
treed0d35668b51849eb5fb64df5d17198c4271029be
parent60799128719f04d2d0f5b3ba9ab3cdbd3590f77a (diff)
webhelpers - new spell
-rwxr-xr-xpython-pypi/webhelpers/DEPENDS2
-rwxr-xr-xpython-pypi/webhelpers/DETAILS19
-rw-r--r--python-pypi/webhelpers/HISTORY3
3 files changed, 24 insertions, 0 deletions
diff --git a/python-pypi/webhelpers/DEPENDS b/python-pypi/webhelpers/DEPENDS
new file mode 100755
index 0000000000..8d46fa6ef0
--- /dev/null
+++ b/python-pypi/webhelpers/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/webhelpers/DETAILS b/python-pypi/webhelpers/DETAILS
new file mode 100755
index 0000000000..a4808a28c1
--- /dev/null
+++ b/python-pypi/webhelpers/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=webhelpers
+ SPELLX=WebHelpers
+ VERSION=0.6.2
+ SOURCE_HASH=sha512:d9653bbcb2bd55607d5313b27516bd032ed76ad424654f6529a641d619df26bea98dafd5792dd4b680f3cfcedd4fd726f911452e6615a202c8ff6a7ce2b6d06f
+ 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://pylonshq.com/WebHelpers
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ DOCS='docs/* *.txt'
+ SHORT='a library of helper functions for web applications'
+cat << EOF
+Web Helpers is a library of helper functions intended to make writing
+templates in web applications easier. It's the standard function library for
+Pylons and TurboGears 2. It also contains a large number of functions not
+specific to the web, including text processing, number formatting, date
+calculations, container objects, etc.
+EOF
diff --git a/python-pypi/webhelpers/HISTORY b/python-pypi/webhelpers/HISTORY
new file mode 100644
index 0000000000..689bd4f926
--- /dev/null
+++ b/python-pypi/webhelpers/HISTORY
@@ -0,0 +1,3 @@
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.6.2
+