[arch-commits] Commit in python-pytest-cov/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Mon Sep 21 05:52:37 UTC 2015
Date: Monday, September 21, 2015 @ 07:52:37
Author: fyan
Revision: 141345
upgpkg: python-pytest-cov 2.1.0-2
rebuild for python 3.5
Modified:
python-pytest-cov/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-21 05:39:51 UTC (rev 141344)
+++ PKGBUILD 2015-09-21 05:52:37 UTC (rev 141345)
@@ -7,7 +7,7 @@
pkgname=('python-pytest-cov' 'python2-pytest-cov')
_pypiname=pytest-cov
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='py.test plugin for coverage reporting with support for both centralised and distributed testing, including subprocesses and multiprocessing'
arch=('any')
license=('MIT')
@@ -37,7 +37,7 @@
cd "$srcdir/$_pypiname"
python setup.py install --root="$PWD/tmp_install" --optimize=1
- PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH:$PWD/tests" py.test || warning "Tests failed"
+ PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests" py.test || warning "Tests failed"
cd "$srcdir/$_pypiname-py2"
python2 setup.py install --root="$PWD/tmp_install" --optimize=1
More information about the arch-commits
mailing list