Skip to Content.
Sympa Menu

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

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 (bbab26913f25188673011a69fed129298739bc5d)
  • Date: Tue, 31 May 2011 09:14:35 -0500

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

ChangeLog | 3 +++
python-pypi/geraldo/DEPENDS | 5 +++++
python-pypi/geraldo/DETAILS | 18 ++++++++++++++++++
python-pypi/geraldo/HISTORY | 4 ++++
4 files changed, 30 insertions(+)

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

python-pypi/geraldo: new spell

diff --git a/ChangeLog b/ChangeLog
index 05ed2ce..33823a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-05-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/geraldo: new spell, python reporting engine
+
2011-05-29 Ladislav Hagara <hgr AT vabo.cz>
* http/lightspark: new spell, free flash player implementation

diff --git a/python-pypi/geraldo/DEPENDS b/python-pypi/geraldo/DEPENDS
new file mode 100755
index 0000000..6c79545
--- /dev/null
+++ b/python-pypi/geraldo/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends SETUPTOOLS &&
+depends reportlab
+
+
diff --git a/python-pypi/geraldo/DETAILS b/python-pypi/geraldo/DETAILS
new file mode 100755
index 0000000..04fce0a
--- /dev/null
+++ b/python-pypi/geraldo/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=geraldo
+ SPELLX=Geraldo
+ VERSION=0.4.12-stable
+
SOURCE_HASH=sha512:c70826ec91697fd9b93dccaa338c29f319609febb428c6c15fc3836109a4eeacf232a459b753b1aebf4b5de1043b61b4bdf727a1bcd7fb301c3386f85081053c
+ SOURCE=$SPELLX-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://www.geraldoreports.org/
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/G/$SPELLX/$SOURCE
+$WEB_SITE/download/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=2011-05-31
+ KEYWORDS="python"
+SHORT="reports engine for Python applications"
+cat << EOF
+Geraldo is a reports engine for Python or Django applications. It uses the
power of
+ReportLab to generate reports with page header and footer, child bands,
report begin and
+summary bands, agreggation and graphic elements, etc.
+EOF
diff --git a/python-pypi/geraldo/HISTORY b/python-pypi/geraldo/HISTORY
new file mode 100644
index 0000000..80dce2e
--- /dev/null
+++ b/python-pypi/geraldo/HISTORY
@@ -0,0 +1,4 @@
+2011-05-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.12
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bbab26913f25188673011a69fed129298739bc5d), Treeve Jelbert, 05/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page