summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:26:24 +0100
committerTreeve Jelbert2008-10-31 18:26:24 +0100
commit85c4bca380028684730b97ae8543207194adfd93 (patch)
tree8eda6bbed8426685bb22fb7dd3e18d5d056b7225
parent8bb62e76bab2e1ac6876e8c3f06e217757d34591 (diff)
toscawidgets - new spell
-rwxr-xr-xpython-pypi/toscawidgets/BUILD2
-rwxr-xr-xpython-pypi/toscawidgets/DEPENDS4
-rwxr-xr-xpython-pypi/toscawidgets/DETAILS15
-rw-r--r--python-pypi/toscawidgets/HISTORY3
4 files changed, 24 insertions, 0 deletions
diff --git a/python-pypi/toscawidgets/BUILD b/python-pypi/toscawidgets/BUILD
new file mode 100755
index 0000000000..5f6b8510a5
--- /dev/null
+++ b/python-pypi/toscawidgets/BUILD
@@ -0,0 +1,2 @@
+rm -rf thirdparty &&
+default_build
diff --git a/python-pypi/toscawidgets/DEPENDS b/python-pypi/toscawidgets/DEPENDS
new file mode 100755
index 0000000000..ab5eec5184
--- /dev/null
+++ b/python-pypi/toscawidgets/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends setuptools &&
+depends simplejson &&
+depends webob
diff --git a/python-pypi/toscawidgets/DETAILS b/python-pypi/toscawidgets/DETAILS
new file mode 100755
index 0000000000..edb64a900c
--- /dev/null
+++ b/python-pypi/toscawidgets/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=toscawidgets
+ SPELLX=ToscaWidgets
+ VERSION=0.9.3
+ SOURCE_HASH=sha512:791cc325d83be051b5988ce27c1cceae09af868a8f7ef68cdce938eeca2408686657941da2ddb76dbd8044b4bef5eb91ce0e9183bad0312ee34e3860648137d7
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/T/$SPELLX/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE="http://toscawidgets.org
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ #DOCS='docs/* *.txt'
+ SHORT='Web widget creation toolkit'
+cat << EOF
+Web widget creation toolkit based on TurboGears widgets
+EOF
diff --git a/python-pypi/toscawidgets/HISTORY b/python-pypi/toscawidgets/HISTORY
new file mode 100644
index 0000000000..1bc493cdf9
--- /dev/null
+++ b/python-pypi/toscawidgets/HISTORY
@@ -0,0 +1,3 @@
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.0.3
+