[Lunar-commits] <moonbase-other> reportlab: Readding to moonbase with a version bump. Its an optional_depends for hplip and gramps.
stumbles
stumbles at lunar-linux.org
Fri Oct 12 22:31:41 CEST 2012
commit efa17fde79db2690a0224be312625a20c90dcb0e
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 12 Oct 2012 13:31:41 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/efa17fde79db2690a0224be312625a20c90dcb0e
reportlab: Readding to moonbase with a version bump. Its an optional_depends for hplip and gramps.
---
libs/reportlab/BUILD | +7/-0
libs/reportlab/DEPENDS | +4/-0
libs/reportlab/DETAILS | +12/-0
3 files changed, 23 insertions(+)
--- /dev/null
+++ b/libs/reportlab/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/reportlab/DEPENDS
@@ -0,0 +1,4 @@
+depends Python
+
+optional_depends "pil" "" "" "work with bitmaps"
+optional_depends "zlib" "" "" "to produce compressed PDFs"
--- /dev/null
+++ b/libs/reportlab/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=reportlab
+ VERSION=2.6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.reportlab.com/ftp/
+ SOURCE_VFY=sha1:0eb2bc33ecfc929786863f1613bbd6d884d44fa6
+ WEB_SITE=http://www.reportlab.org
+ ENTERED=20040423
+ UPDATED=20121012
+ SHORT="ReportLab produces high-quality PDF files"
+cat << EOF
+Report Lab produces high quality PDF files
+EOF
More information about the Lunar-commits
mailing list