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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 09:00:37 UTC 2018


    Date: Saturday, June 30, 2018 @ 09:00:37
  Author: felixonmars
Revision: 347989

upgpkg: python-pytest-mock 1.10.0-2

Python 3.7 rebuild

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 08:59:58 UTC (rev 347988)
+++ PKGBUILD	2018-06-30 09:00:37 UTC (rev 347989)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
 license=('LGPL3')
@@ -33,7 +33,7 @@
 
   cd "$srcdir"/pytest-mock-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests" py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH:$PWD/tests" py.test
 
   cd "$srcdir"/pytest-mock-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list