summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:28:29 +0100
committerTreeve Jelbert2008-10-31 18:28:29 +0100
commit4915faa9ba4e616eb9b4caed24516b2d197a70d3 (patch)
tree1a41a9069909f97b20bea7e71c24a7e71c70201c
parent85c4bca380028684730b97ae8543207194adfd93 (diff)
turbogears2 - new spell
-rwxr-xr-xpython-pypi/turbogears2/BUILD2
-rwxr-xr-xpython-pypi/turbogears2/DEPENDS6
-rwxr-xr-xpython-pypi/turbogears2/DETAILS24
-rw-r--r--python-pypi/turbogears2/HISTORY6
4 files changed, 38 insertions, 0 deletions
diff --git a/python-pypi/turbogears2/BUILD b/python-pypi/turbogears2/BUILD
new file mode 100755
index 0000000000..5f6b8510a5
--- /dev/null
+++ b/python-pypi/turbogears2/BUILD
@@ -0,0 +1,2 @@
+rm -rf thirdparty &&
+default_build
diff --git a/python-pypi/turbogears2/DEPENDS b/python-pypi/turbogears2/DEPENDS
new file mode 100755
index 0000000000..93567c08e7
--- /dev/null
+++ b/python-pypi/turbogears2/DEPENDS
@@ -0,0 +1,6 @@
+depends python &&
+depends setuptools &&
+depends babel &&
+depends pylons &&
+depends toscawidgets &&
+depends genshi
diff --git a/python-pypi/turbogears2/DETAILS b/python-pypi/turbogears2/DETAILS
new file mode 100755
index 0000000000..2ec02d34a0
--- /dev/null
+++ b/python-pypi/turbogears2/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=turbogears2
+ SPELLX=TurboGears2
+ VERSION=1.9.7b1
+ SOURCE_HASH=sha512:49e0ab5be00f30877a99b8e083d92dd56e7d08b8f49b1be0625cf5e7a9974c7825299a4751e248cd846423c05b958a442c815322e0c91a46343913ebd15e78fa
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.turbogears.org/2.0/downloads/current/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE="http://www.$SPELL.org/"
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ DOCS='docs/* *.txt'
+ SHORT='Easy to use Web megaframework'
+cat << EOF
+TurboGears 2 is the built on top of the experience of several next generation web
+frameworks including TurboGears 1 (of course), Django, and Rails. All of these frameworks
+had limitations which were frustrating in various ways, and TG2 is an answer to that
+frustration. We wanted something that had:
+Real multi-database support
+Horizontal data partitioning (sharding)
+Support for a variety of JavaScript toolkits, and new widget system to make building ajax
+heavy apps easier
+Support for multiple data-exchange formats.
+Built in extensibility via standard WSGI components
+EOF
diff --git a/python-pypi/turbogears2/HISTORY b/python-pypi/turbogears2/HISTORY
new file mode 100644
index 0000000000..1d69020e09
--- /dev/null
+++ b/python-pypi/turbogears2/HISTORY
@@ -0,0 +1,6 @@
+2008-10-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version1.9.7b1
+
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version1.9.7a4
+