summaryrefslogtreecommitdiffstats
path: root/libraries/reportlab
diff options
context:
space:
mode:
author LukenShiro2010-04-15 02:46:52 +0200
committer David Somero2010-05-15 10:37:57 +0200
commit91d7a4274f3937743475f6309175d7cef95ec781 (patch)
treeb9a5dcac2fc1f208b21033f19ab1937530d13f70 /libraries/reportlab
parent64bba8f1d4f957332713d9b0c73913380ab643fa (diff)
downloadslackbuilds-91d7a4274f3937743475f6309175d7cef95ec781.tar.gz
libraries/reportlab: Updated for version 2.4.
Diffstat (limited to 'libraries/reportlab')
-rw-r--r--libraries/reportlab/reportlab.SlackBuild6
-rw-r--r--libraries/reportlab/reportlab.info10
2 files changed, 8 insertions, 8 deletions
diff --git a/libraries/reportlab/reportlab.SlackBuild b/libraries/reportlab/reportlab.SlackBuild
index 589b0788a4..b9d147a2d0 100644
--- a/libraries/reportlab/reportlab.SlackBuild
+++ b/libraries/reportlab/reportlab.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for reportlab
-# Copyright 2007-2009 LukenShiro <lukenshiro@ngi.it>
+# Copyright 2007-2010 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=reportlab
-VERSION=${VERSION:-2.3}
+VERSION=${VERSION:-2.4}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,7 +49,7 @@ fi
# directory for python packages
PYTHONDIR=$(python -c "import sys, os; print os.path.join('/usr/lib${LIBDIRSUFFIX}', 'python%s' % sys.version[:3], 'site-packages')")
-DOCFILES="CHANGES.txt LICENSE.txt README.txt docs/*.pdf"
+DOCFILES="CHANGES.txt LICENSE.txt README.txt INSTALL.txt docs/*.pdf"
OTHERPYFILES="demos tools tests"
set -e
diff --git a/libraries/reportlab/reportlab.info b/libraries/reportlab/reportlab.info
index aa72d0b80d..99551d74c0 100644
--- a/libraries/reportlab/reportlab.info
+++ b/libraries/reportlab/reportlab.info
@@ -1,10 +1,10 @@
PRGNAM="reportlab"
-VERSION="2.3"
-HOMEPAGE="http://www.reportlab.org/"
-DOWNLOAD="http://www.reportlab.org/ftp/ReportLab_2_3.tar.gz"
+VERSION="2.4"
+HOMEPAGE="http://www.reportlab.com/software/opensource/rl-toolkit/"
+DOWNLOAD="http://www.reportlab.com/ftp/ReportLab_2_4.tar.gz"
DOWNLOAD_x86_64=""
-MD5SUM="057b846bd3b7b2c3498bf14f6a523632"
+MD5SUM="e6dc4b0fbfb6814f7777e5960774cb5d"
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
-APPROVED="dsomero,pprkut"
+APPROVED="dsomero"