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

Felix Yan felixonmars at archlinux.org
Sun Jul 8 12:54:57 UTC 2018


    Date: Sunday, July 8, 2018 @ 12:54:56
  Author: felixonmars
Revision: 354834

Python 3.7 rebuild

Modified:
  python-pytest-flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 12:54:41 UTC (rev 354833)
+++ PKGBUILD	2018-07-08 12:54:56 UTC (rev 354834)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-flake8
 pkgname=('python-pytest-flake8' 'python2-pytest-flake8')
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='pytest plugin to check FLAKE8 requirements'
 arch=('any')
 license=('MIT')
@@ -32,7 +32,7 @@
 
   cd "$srcdir"/pytest-flake8-$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-flake8-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list