[arch-commits] Commit in python-pytest-xdist/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sun Sep 20 03:40:29 UTC 2015
Date: Sunday, September 20, 2015 @ 05:40:28
Author: fyan
Revision: 141161
upgpkg: python-pytest-xdist 1.13.1-2
rebuild for python 3.5
Modified:
python-pytest-xdist/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-20 03:36:36 UTC (rev 141160)
+++ PKGBUILD 2015-09-20 03:40:28 UTC (rev 141161)
@@ -5,11 +5,11 @@
pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
_pypiname=pytest-xdist
pkgver=1.13.1
-pkgrel=1
-pkgdesc='py.test plugin to capture log messages'
+pkgrel=2
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing modes'
arch=('any')
license=('MIT')
-url='https://bitbucket.org/memedough/pytest-xdist/overview'
+url='https://bitbucket.org/pytest-dev/pytest-xdist'
makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'mercurial')
source=("hg+https://bitbucket.org/pytest-dev/pytest-xdist#tag=v$pkgver")
md5sums=('SKIP')
@@ -31,7 +31,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" py.test || warning "Tests failed"
+ PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 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