summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2015-11-07 10:29:12 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-07 10:29:12 +0700
commit76556b3f39dc374df9ab63caf3c2c5f099fa4487 (patch)
treec3093b49fd8d85dc0bfed014bb86aae7a6230a9a /libraries
parent4fc2797e471453fdcb10976ba55e7ddf93bc0cd2 (diff)
downloadslackbuilds-76556b3f39dc374df9ab63caf3c2c5f099fa4487.tar.gz
slackbuilds-76556b3f39dc374df9ab63caf3c2c5f099fa4487.tar.xz
libraries/reportlab: Updated for version 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/reportlab/reportlab.SlackBuild11
-rw-r--r--libraries/reportlab/reportlab.info8
-rw-r--r--libraries/reportlab/slack-desc2
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: