libraries/reportlab: Updated for version 2.4.

This commit is contained in:
LukenShiro 2010-04-14 20:46:52 -04:00 committed by David Somero
parent 64bba8f1d4
commit 91d7a4274f
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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"