summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:24:52 +0100
committerTreeve Jelbert2008-10-31 18:24:52 +0100
commit8bb62e76bab2e1ac6876e8c3f06e217757d34591 (patch)
treeb8d8411b7731c62da5a172b25b7f9f7a29862d66
parente47b2aa6069076f099e8fed209a5df69562da6df (diff)
pylons - new spell
-rwxr-xr-xpython-pypi/pylons/DEPENDS15
-rwxr-xr-xpython-pypi/pylons/DETAILS19
-rw-r--r--python-pypi/pylons/HISTORY3
3 files changed, 37 insertions, 0 deletions
diff --git a/python-pypi/pylons/DEPENDS b/python-pypi/pylons/DEPENDS
new file mode 100755
index 0000000000..4cd9c42b20
--- /dev/null
+++ b/python-pypi/pylons/DEPENDS
@@ -0,0 +1,15 @@
+depends python &&
+depends setuptools &&
+depends paste &&
+depends pastedeploy &&
+depends pastescript &&
+depends formencode &&
+depends simplejson &&
+depends webob &&
+depends weberror &&
+depends webhelpers &&
+depends tempita &&
+depends routes &&
+depends beaker &&
+depends decorator
+depends mako
diff --git a/python-pypi/pylons/DETAILS b/python-pypi/pylons/DETAILS
new file mode 100755
index 0000000000..4afa938939
--- /dev/null
+++ b/python-pypi/pylons/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pylons
+ SPELLX=Pylons
+ VERSION=0.9.7rc2
+ SOURCE_HASH=sha512:c4040a722036bf4c6c464abf1ad62bf5f28ae0d148e6cf83534b9040f4b2903afed5998f4320745cc4cb5b365036b01a32417a196e3f10de12b137ae16f9f9a3
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pylons.cachefly.net/download/$VERSION/$SOURCE
+ SOURCE_URL[1]=http://pypi.python.org/packages/source/P/$SPELLX/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://pylonshq.com/
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ DOCS='docs/* *.txt'
+ SHORT=''
+cat << EOF
+Pylons combines the very best ideas from the worlds of Ruby, Python and Perl, providing a
+structured but extremely flexible Python web framework. It's also one of the first projects to
+leverage the emerging WSGI standard, which allows extensive re-use and flexibility ? but only
+if you need it. Out of the box, Pylons aims to make web development fast, flexible and easy.
+EOF
diff --git a/python-pypi/pylons/HISTORY b/python-pypi/pylons/HISTORY
new file mode 100644
index 0000000000..2a3b765131
--- /dev/null
+++ b/python-pypi/pylons/HISTORY
@@ -0,0 +1,3 @@
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.6.2
+