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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 16:48:46 UTC 2018


    Date: Saturday, June 30, 2018 @ 16:48:45
  Author: felixonmars
Revision: 348569

Python 3.7 rebuild

Modified:
  python-pytest-localserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 16:48:38 UTC (rev 348568)
+++ PKGBUILD	2018-06-30 16:48:45 UTC (rev 348569)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-localserver
 pkgname=('python-pytest-localserver' 'python2-pytest-localserver')
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='py.test plugin to test server connections locally'
 arch=('any')
 license=('MIT')
@@ -33,7 +33,7 @@
 
   cd "$srcdir"/pytest-localserver-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" py.test
 
   cd "$srcdir"/pytest-localserver-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list