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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 16:32:10 UTC 2018


    Date: Saturday, June 30, 2018 @ 16:32:10
  Author: felixonmars
Revision: 348450

Python 3.7 rebuild

Modified:
  python-pastedeploy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 16:31:56 UTC (rev 348449)
+++ PKGBUILD	2018-06-30 16:32:10 UTC (rev 348450)
@@ -4,7 +4,7 @@
 pkgbase=python-pastedeploy
 pkgname=('python-pastedeploy' 'python2-pastedeploy')
 pkgver=1.5.2
-pkgrel=2
+pkgrel=3
 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.6/site-packages:$PYTHONPATH" nosetests3
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/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