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

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 30 18:08:24 UTC 2018


    Date: Saturday, June 30, 2018 @ 18:08:23
  Author: foutrelis
Revision: 348871

Python 3.7 rebuild

Modified:
  python-pytest-relaxed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 18:08:22 UTC (rev 348870)
+++ PKGBUILD	2018-06-30 18:08:23 UTC (rev 348871)
@@ -5,7 +5,7 @@
 pkgname=('python-pytest-relaxed' 'python2-pytest-relaxed')
 pkgver=1.1.2
 _commit=9cd769ce3b2145b5d9adf3631f839982436bb24e
-pkgrel=1
+pkgrel=2
 pkgdesc='Relaxed test discovery for pytest'
 arch=('any')
 license=('BSD')
@@ -33,7 +33,7 @@
 
   cd "$srcdir"/pytest-relaxed-$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-relaxed-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list