Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6d2a90b985511bf28c08a9f410e7dcea4852ca80)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6d2a90b985511bf28c08a9f410e7dcea4852ca80)
  • Date: Sat, 14 Aug 2010 15:44:15 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/werkzeug/DEPENDS | 1 +
python-pypi/werkzeug/DETAILS | 18 ++++++++++++++++++
python-pypi/werkzeug/HISTORY | 2 ++
4 files changed, 24 insertions(+)

New commits:
commit 6d2a90b985511bf28c08a9f410e7dcea4852ca80
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

werkzeug: new spell, wsgi utility collection

diff --git a/ChangeLog b/ChangeLog
index a34ab7d..1336edb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-08-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/werkzeug: new spell, wsgi utility collection
+
2010-08-10 Ladislav Hagara <hgr AT vabo.cz>
* net/wgetpaste: new spell
script that automates pasting to a number of pastebin services
diff --git a/python-pypi/werkzeug/DEPENDS b/python-pypi/werkzeug/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/werkzeug/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/werkzeug/DETAILS b/python-pypi/werkzeug/DETAILS
new file mode 100755
index 0000000..cc57362
--- /dev/null
+++ b/python-pypi/werkzeug/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=werkzeug
+ VERSION=0.6.2
+ SOURCE=Werkzeug-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/W/Werkzeug/${SOURCE}
+
SOURCE_HASH=sha512:1c16a71ac38f016b974437d4b3ff1fc1caceb7b3c2a07bb87425875c255e074d51c41f83081eef0b90d2d00f9ed64e0bf967a880a723bcf9ab0f506319ec37ef
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Werkzeug-${VERSION}"
+ WEB_SITE=http://werkzeug.pocoo.org/
+ LICENSE[0]=BSD
+ ENTERED=20100815
+ SHORT="wsgi utility collection"
+cat << EOF
+Werkzeug started as a simple collection of various utilities for WSGI
+applications and has become one of the most advanced WSGI utility modules. It
+includes a powerful debugger, fully featured request and response objects,
+HTTP utilities to handle entity tags, cache control headers, HTTP dates,
+cookie handling, file uploads, a powerful URL routing system and a bunch of
+community contributed addon modules.
+EOF
diff --git a/python-pypi/werkzeug/HISTORY b/python-pypi/werkzeug/HISTORY
new file mode 100644
index 0000000..2485c90
--- /dev/null
+++ b/python-pypi/werkzeug/HISTORY
@@ -0,0 +1,2 @@
+2010-08-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6d2a90b985511bf28c08a9f410e7dcea4852ca80), Vlad Glagolev, 08/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page