summaryrefslogtreecommitdiff
path: root/community/python-reportlab/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-20 02:18:37 -0700
committerroot <root@rshg054.dnsready.net>2013-09-20 02:18:37 -0700
commit42fbe2d214b850ded06b23ca33f3aa2880e60dbb (patch)
tree7ef6919070a16c5262d475cdbb75364a359a8b57 /community/python-reportlab/PKGBUILD
parentaa563cdeb6975b896ccf30d96943830c15becde0 (diff)
Fri Sep 20 02:14:49 PDT 2013
Diffstat (limited to 'community/python-reportlab/PKGBUILD')
-rw-r--r--community/python-reportlab/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
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 <angvp[at]archlinux.com.ve>
# Contributor: William Rea <sillywilly@gmail.com>
@@ -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
+}