Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a1e83186efa691b9c05ca71ae49604f6c44058fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a1e83186efa691b9c05ca71ae49604f6c44058fc)
  • Date: Fri, 17 Sep 2010 02:50:06 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 4 ++++
devel/ccache/DETAILS | 2 +-
devel/ccache/HISTORY | 3 +++
python-pypi/formalchemy/DEPENDS | 6 ++++++
python-pypi/formalchemy/DETAILS | 20 ++++++++++++++++++++
python-pypi/formalchemy/HISTORY | 4 ++++
python-pypi/markupsafe/DEPENDS | 2 ++
python-pypi/markupsafe/DETAILS | 15 +++++++++++++++
python-pypi/markupsafe/HISTORY | 3 +++
python-pypi/webhelpers/DEPENDS | 3 ++-
python-pypi/webhelpers/DETAILS | 6 +++---
python-pypi/webhelpers/HISTORY | 5 +++++
12 files changed, 68 insertions(+), 5 deletions(-)

New commits:
commit a1e83186efa691b9c05ca71ae49604f6c44058fc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ccache: => 3.1

commit f2bd44480cf76931226795eb8848e55f9d37de0c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

formalchemy - new spell

commit 3675aa39dd92689bb411bcf4594052c189996148
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

markupsafe - new spell

commit 394c739825cbe3c12cf08e3c9d5f7b3e1f818c4f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

webhelpers: => 1.2

diff --git a/ChangeLog b/ChangeLog
index 5d1a206..22b0b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/markupsafe: new spell, XML/HTML/XHTML Markup safe
string for Python
+ * python-pypi/formalchemy: new spell - create forms for sqlalchemy
classes
+
2010-09-08 Ladislav Hagara <hgr AT vabo.cz>
* video-libs/gst-plugins-gl: new spell, GStreamer OpenGL Plugins

diff --git a/devel/ccache/DETAILS b/devel/ccache/DETAILS
index 3abd53b..5817d4f 100755
--- a/devel/ccache/DETAILS
+++ b/devel/ccache/DETAILS
@@ -1,5 +1,5 @@
SPELL=ccache
- VERSION=3.0.1
+ VERSION=3.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/ccache/HISTORY b/devel/ccache/HISTORY
index c3bc087..3f1e57c 100644
--- a/devel/ccache/HISTORY
+++ b/devel/ccache/HISTORY
@@ -1,3 +1,6 @@
+2010-09-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1
+
2010-07-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.1

diff --git a/python-pypi/formalchemy/DEPENDS b/python-pypi/formalchemy/DEPENDS
new file mode 100755
index 0000000..3fc055e
--- /dev/null
+++ b/python-pypi/formalchemy/DEPENDS
@@ -0,0 +1,6 @@
+depends python &&
+depends setuptools &&
+depends webhelpers &&
+depends tempita &&
+depends sqlalchemy
+
diff --git a/python-pypi/formalchemy/DETAILS b/python-pypi/formalchemy/DETAILS
new file mode 100755
index 0000000..a35de7e
--- /dev/null
+++ b/python-pypi/formalchemy/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=formalchemy
+ SPELLX=FormAlchemy
+ VERSION=1.3.3
+
SOURCE_HASH=sha512:8bf33fbae1de0402e5fa9ce7ba5d19e9294077c7b58a46cff5b5fff802bc1376860f6df295cfb571870314de6b981df88eba542ca81dc68ad76b93fdac7c405f
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
+ WEB_SITE=http://code.google.com/p/$SPELL
+ SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=20100916
+ KEYWORDS="python"
+ SHORT="create HTML forms for SQLAlchemy classes"
+cat << EOF
+FormAlchemy greatly speeds development with SQLAlchemy mapped classes
(models) in a HTML
+forms environment.
+FormAlchemy eliminates boilerplate by autogenerating HTML input fields from
a given model.
+FormAlchemy will try to figure out what kind of HTML code should be returned
by
+introspecting the model's properties and generate ready-to-use HTML code
that will fit the
+developer's application.EOF
diff --git a/python-pypi/formalchemy/HISTORY b/python-pypi/formalchemy/HISTORY
new file mode 100644
index 0000000..42dc47f
--- /dev/null
+++ b/python-pypi/formalchemy/HISTORY
@@ -0,0 +1,4 @@
+2010-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.3
+ spell created
+
diff --git a/python-pypi/markupsafe/DEPENDS b/python-pypi/markupsafe/DEPENDS
new file mode 100755
index 0000000..bc66e00
--- /dev/null
+++ b/python-pypi/markupsafe/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-pypi/markupsafe/DETAILS b/python-pypi/markupsafe/DETAILS
new file mode 100755
index 0000000..b4bb6de
--- /dev/null
+++ b/python-pypi/markupsafe/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=markupsafe
+ SPELLX=MarkupSafe
+ VERSION=0.11
+
SOURCE_HASH=sha512:1433a5e1ebd5f57eab143b0487ec2fcaca992d93d27697148462b254b9aa9678f9c80abf91fe238d10768e5e0bf01a63501dbf4d810b418a87c7752948a550de
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/M/$SPELLX/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/$SPELLX
+ LICENSE[0]=PYTHON
+ UPDATED=20100916
+ KEYWORDS="python devel"
+ SHORT="XML/HTML/XHTML Markup safe string for Python"
+cat << EOF
+implements a XML/HTML/XHTML Markup safe string for Python
+EOF
diff --git a/python-pypi/markupsafe/HISTORY b/python-pypi/markupsafe/HISTORY
new file mode 100644
index 0000000..cb531cb
--- /dev/null
+++ b/python-pypi/markupsafe/HISTORY
@@ -0,0 +1,3 @@
+2010-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.11
+ spell created
diff --git a/python-pypi/webhelpers/DEPENDS b/python-pypi/webhelpers/DEPENDS
index 8d46fa6..b1a5990 100755
--- a/python-pypi/webhelpers/DEPENDS
+++ b/python-pypi/webhelpers/DEPENDS
@@ -1,2 +1,3 @@
depends python &&
-depends setuptools
+depends setuptools &&
+depends markupsafe
diff --git a/python-pypi/webhelpers/DETAILS b/python-pypi/webhelpers/DETAILS
index 27beaff..2c6f035 100755
--- a/python-pypi/webhelpers/DETAILS
+++ b/python-pypi/webhelpers/DETAILS
@@ -1,11 +1,11 @@
SPELL=webhelpers
SPELLX=WebHelpers
- VERSION=0.6.4
-
SOURCE_HASH=sha512:35f6c7a13cad3ea3c58c5ba8e63f7ccf2fb70502d2622cdf9f1b1e970ed2269d491f106db9ebf3025dd3a0d3bb194324550c885044802502ed402f4bb3382eb0
+ VERSION=1.2
+
SOURCE_HASH=sha512:83824fdf7f6b4303de408f2ad02484f5e07ae6a933282fd06d9b2e7ce7cd929c516db6e725cd2a547a0117a2f7e78f950d88471e3893982b7d861a954130ad25
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/W/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
- WEB_SITE=http://pylonshq.com/WebHelpers
+ WEB_SITE=http://pypi.python.org/pypi/WebHelpers
LICENSE[0]='MIT'
UPDATED=20081004
DOCS='docs/* *.txt'
diff --git a/python-pypi/webhelpers/HISTORY b/python-pypi/webhelpers/HISTORY
index ca99382..09fb897 100644
--- a/python-pypi/webhelpers/HISTORY
+++ b/python-pypi/webhelpers/HISTORY
@@ -1,3 +1,8 @@
+2010-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2
+ new WEB_SITE
+ * DEPENDS: add markupsafe
+
2009-01-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a1e83186efa691b9c05ca71ae49604f6c44058fc), Treeve Jelbert, 09/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page