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

Felix Yan felixonmars at archlinux.org
Sat Dec 24 18:19:28 UTC 2016


    Date: Saturday, December 24, 2016 @ 18:19:27
  Author: felixonmars
Revision: 201753

Python 3.6 rebuild

Modified:
  python-pytest-flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 18:15:21 UTC (rev 201752)
+++ PKGBUILD	2016-12-24 18:19:27 UTC (rev 201753)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-flake8
 pkgname=('python-pytest-flake8' 'python2-pytest-flake8')
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='pytest plugin to check FLAKE8 requirements'
 arch=('any')
 license=('MIT')
@@ -33,7 +33,7 @@
 
   cd "$srcdir"/pytest-flake8
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" py.test
 
   cd "$srcdir"/pytest-flake8-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list