Date: Wednesday, August 3, 2016 @ 06:29:06 Author: felixonmars Revision: 184940
upgpkg: python-coverage 4.2-1 Modified: python-coverage/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-03 06:02:54 UTC (rev 184939) +++ PKGBUILD 2016-08-03 06:29:06 UTC (rev 184940) @@ -4,7 +4,7 @@ # Contributor: Fazlul Shahriar <[email protected]> pkgname=(python-coverage python2-coverage) -pkgver=4.1 +pkgver=4.2 pkgrel=1 pkgdesc="A tool for measuring code coverage of Python programs" arch=('i686' 'x86_64') @@ -11,9 +11,10 @@ url="http://nedbatchelder.com/code/coverage/" license=('Apache') makedepends=('python-setuptools' 'python2-setuptools' 'mercurial') -checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose' - 'python-pycontracts' 'python2-pycontracts' 'python-greenlet' - 'python2-greenlet' 'python-virtualenv' 'python2-virtualenv') +checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose' 'python-pycontracts' + 'python2-pycontracts' 'python-greenlet' 'python2-greenlet' 'python-virtualenv' + 'python2-virtualenv' 'python-pyenchant' 'python2-pyenchant' 'python-pylint' + 'python2-pylint' 'python-unittest-mixins' 'python2-unittest-mixins') source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver") md5sums=('SKIP') @@ -48,7 +49,7 @@ python igor.py test_with_tracer py python setup.py --quiet build_ext --inplace python igor.py test_with_tracer c - ) + ) || warning "Python 2 tests failed" } package_python-coverage() {
