[arch-commits] Commit in python-pytest-benchmark/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Dec 24 18:51:10 UTC 2016


    Date: Saturday, December 24, 2016 @ 18:51:09
  Author: felixonmars
Revision: 201773

Python 3.6 rebuild

Modified:
  python-pytest-benchmark/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 18:49:53 UTC (rev 201772)
+++ PKGBUILD	2016-12-24 18:51:09 UTC (rev 201773)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-benchmark
 pkgname=('python-pytest-benchmark' 'python2-pytest-benchmark')
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A py.test fixture for benchmarking code'
 arch=('any')
 license=('BSD')
@@ -34,7 +34,7 @@
 
   cd "$srcdir"/pytest-benchmark
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  LC_CTYPE=en_US.UTF-8 PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test tests/ || warning "Tests failed"
+  LC_CTYPE=en_US.UTF-8 PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" py.test tests/ || warning "Tests failed"
 
   cd "$srcdir"/pytest-benchmark-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list