[arch-commits] Commit in python-reportlab/trunk (PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Thu Sep 19 18:56:43 UTC 2013
Date: Thursday, September 19, 2013 @ 20:56:42
Author: jelle
Revision: 97428
upgpkg: python-reportlab 2.7-1
Modified:
python-reportlab/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-19 14:38:19 UTC (rev 97427)
+++ PKGBUILD 2013-09-19 18:56:42 UTC (rev 97428)
@@ -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 @@
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 @@
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
+}
More information about the arch-commits
mailing list