From 42fbe2d214b850ded06b23ca33f3aa2880e60dbb Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Sep 2013 02:18:37 -0700 Subject: Fri Sep 20 02:14:49 PDT 2013 --- community/python-reportlab/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'community/python-reportlab/PKGBUILD') diff --git a/community/python-reportlab/PKGBUILD b/community/python-reportlab/PKGBUILD index 6e44f03d6..7b4873f45 100644 --- a/community/python-reportlab/PKGBUILD +++ b/community/python-reportlab/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 78251 2012-10-17 10:27:06Z allan $ +# $Id: PKGBUILD 97429 2013-09-19 20:25:51Z jelle $ # Maintainer: # Contributor: Angel 'angvp' Velasquez # Contributor: William Rea @@ -6,7 +6,7 @@ pkgbase=python-reportlab pkgname=python2-reportlab _origname=reportlab -pkgver=2.6 +pkgver=2.7 pkgrel=1 pkgdesc="A proven industry-strength PDF generating solution" arch=('i686' 'x86_64') @@ -15,8 +15,8 @@ depends=('python2' 'freetype2') conflicts=('python-reportlab<=2.5-2') replaces=('python-reportlab<=2.5-2') license=('CUSTOM') -source=(http://www.reportlab.org/ftp/${_origname}-$pkgver.tar.gz) -md5sums=('e5d27a24a2c8456b168913242aa1940f') +source=(http://www.reportlab.com/ftp/reportlab-$pkgver.tar.gz) +md5sums=('78300e6fe8a0d020fc16734a3de80cc4') build() { cd $srcdir/${_origname}-$pkgver @@ -33,3 +33,8 @@ package_python2-reportlab() { python2 setup.py install --root=$pkgdir --optimize=1 install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt } + +check() { + cd ${srcdir}/${_origname}-${pkgver} +# python2 setup.py tests +} -- cgit v1.2.3-54-g00ecf