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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 24 17:53:31 UTC 2016


    Date: Saturday, December 24, 2016 @ 17:53:30
  Author: bpiotrowski
Revision: 201697

Python 3.6 rebuild

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 17:53:07 UTC (rev 201696)
+++ PKGBUILD	2016-12-24 17:53:30 UTC (rev 201697)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
 license=('LGPL3')
@@ -30,7 +30,7 @@
 
   cd "$srcdir"/pytest-mock
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests" py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests" py.test
 
   cd "$srcdir"/pytest-mock-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list