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

Felix Yan felixonmars at archlinux.org
Sat Dec 24 17:36:56 UTC 2016


    Date: Saturday, December 24, 2016 @ 17:36:55
  Author: felixonmars
Revision: 201654

Python 3.6 rebuild

Modified:
  python-pastedeploy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 17:36:43 UTC (rev 201653)
+++ PKGBUILD	2016-12-24 17:36:55 UTC (rev 201654)
@@ -4,7 +4,7 @@
 pkgbase=python-pastedeploy
 pkgname=('python-pastedeploy' 'python2-pastedeploy')
 pkgver=1.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Load, configure, and compose WSGI applications and servers"
 arch=('any')
 license=('MIT')
@@ -31,7 +31,7 @@
 
   cd "$srcdir/pastedeploy"
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" nosetests3
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" nosetests3
 
   cd "$srcdir/pastedeploy-py2"
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list