summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2011-05-31 16:14:25 +0200
committerTreeve Jelbert2011-05-31 16:14:25 +0200
commitbbab26913f25188673011a69fed129298739bc5d (patch)
tree68a18046f68fab01cee53e2e43724f2035cbdf13
parenta18d5a503462b4e03ee4b244a891f5fa3c6cee8d (diff)
python-pypi/geraldo: new spell
-rw-r--r--ChangeLog3
-rwxr-xr-xpython-pypi/geraldo/DEPENDS5
-rwxr-xr-xpython-pypi/geraldo/DETAILS18
-rw-r--r--python-pypi/geraldo/HISTORY4
4 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05ed2ceabd..33823a4738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-05-31 Treeve Jelbert <treeve@sourcemage.org>
+ * python-pypi/geraldo: new spell, python reporting engine
+
2011-05-29 Ladislav Hagara <hgr@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 0000000000..6c79545fce
--- /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 0000000000..04fce0a523
--- /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 0000000000..80dce2e7b5
--- /dev/null
+++ b/python-pypi/geraldo/HISTORY
@@ -0,0 +1,4 @@
+2011-05-31 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.4.12
+ spell created
+