summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:12:41 +0100
committerTreeve Jelbert2008-10-31 18:12:41 +0100
commit54d2a682bd132814be5a161b5a91aa01cf356347 (patch)
tree16dd7135544496127fee3ac681c672dd73efdd0f
parent41515543f499a43db895c2cee870ec696e3c55fd (diff)
beaker - new spell
-rwxr-xr-xpython-pypi/beaker/DEPENDS2
-rwxr-xr-xpython-pypi/beaker/DETAILS20
-rw-r--r--python-pypi/beaker/HISTORY3
3 files changed, 25 insertions, 0 deletions
diff --git a/python-pypi/beaker/DEPENDS b/python-pypi/beaker/DEPENDS
new file mode 100755
index 0000000000..8d46fa6ef0
--- /dev/null
+++ b/python-pypi/beaker/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/beaker/DETAILS b/python-pypi/beaker/DETAILS
new file mode 100755
index 0000000000..f30fc456f7
--- /dev/null
+++ b/python-pypi/beaker/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=beaker
+ SPELLX=Beaker
+ VERSION=1.0.2
+ SOURCE_HASH=sha512:eceaf1192b012b7375c65aeee23fbfd4bbfc0f518b27b6fb56a22c0796b2ded54737365dd5440c9c932ac4900e43be43eab7960424570ad209cd98b439f8630a
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/B/$SPELLX/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://beaker.groovie.org
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ DOCS='docs/* *.txt'
+ SHORT='A Session and Caching library with WSGI Middleware'
+cat << EOF
+Beaker is light WSGI middleware layer that provides session\'s using Myghty\'s Container API.
+ Key features:
+Fast, robust performance
+Lazily loaded so that sessions are loaded only if they're used
+File-base, in-memory, or memcached for storage
+Signed cookie\'s to prevent session hijacking/spoofing
+EOF
diff --git a/python-pypi/beaker/HISTORY b/python-pypi/beaker/HISTORY
new file mode 100644
index 0000000000..82c9742108
--- /dev/null
+++ b/python-pypi/beaker/HISTORY
@@ -0,0 +1,3 @@
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.0.2
+