From 76556b3f39dc374df9ab63caf3c2c5f099fa4487 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Sat, 7 Nov 2015 10:29:12 +0700 Subject: libraries/reportlab: Updated for version 3.2.0. Signed-off-by: Willy Sudiarto Raharjo --- libraries/reportlab/reportlab.SlackBuild | 11 ++++++++--- libraries/reportlab/reportlab.info | 8 +++++--- libraries/reportlab/slack-desc | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/libraries/reportlab/reportlab.SlackBuild b/libraries/reportlab/reportlab.SlackBuild index 18e200b5ea..8382e740b4 100644 --- a/libraries/reportlab/reportlab.SlackBuild +++ b/libraries/reportlab/reportlab.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for reportlab -# Copyright 2007-2014 LukenShiro, Italy +# Copyright 2007-2015 LukenShiro, Italy # 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:-3.1.8} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +55,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 INSTALL.txt docs/*.pdf" +DOCFILES="CHANGES.md LICENSE.txt README.txt INSTALL.txt docs/*.pdf" OTHERPYFILES="demos tools tests" set -e @@ -73,6 +73,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Unzip T1 font curves +cd src/reportlab/fonts/ +unzip $CWD/pfbfer-20070710.zip +cd - + # Generate pdf documentation ( cd docs # workaround due to dependency loop if reportlab isn't previously installed diff --git a/libraries/reportlab/reportlab.info b/libraries/reportlab/reportlab.info index 0b83d68319..007cb5bc59 100644 --- a/libraries/reportlab/reportlab.info +++ b/libraries/reportlab/reportlab.info @@ -1,8 +1,10 @@ PRGNAM="reportlab" -VERSION="3.1.8" +VERSION="3.2.0" HOMEPAGE="https://bitbucket.org/rptlab/reportlab/overview" -DOWNLOAD="https://pypi.python.org/packages/source/r/reportlab/reportlab-3.1.8.tar.gz" -MD5SUM="820a9fda647078503597b85cdba7ed7f" +DOWNLOAD="https://pypi.python.org/packages/source/r/reportlab/reportlab-3.2.0.tar.gz \ + http://www.reportlab.com/ftp/pfbfer-20070710.zip" +MD5SUM="79d059e797c557aed4b40c68dd6c7eae \ + 35d20e26490cb2a8646fab6276ac6a4c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/libraries/reportlab/slack-desc b/libraries/reportlab/slack-desc index 0c0009a443..129269eed8 100644 --- a/libraries/reportlab/slack-desc +++ b/libraries/reportlab/slack-desc @@ -14,6 +14,6 @@ reportlab: or creative design professionals who need to quickly and easily reportlab: create or automate complex (even data-driven) documents. reportlab: It is released by ReportLab Inc., under BSD license. reportlab: -reportlab: Homepage: http://www.reportlab.org +reportlab: reportlab: reportlab: -- cgit v1.2.3