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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 02:49:51 UTC 2016


    Date: Sunday, December 25, 2016 @ 02:49:50
  Author: felixonmars
Revision: 201801

upgpkg: python-http-parser 0.8.3-2

python 3.6 rebuild

Modified:
  python-http-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 02:45:59 UTC (rev 201800)
+++ PKGBUILD	2016-12-25 02:49:50 UTC (rev 201801)
@@ -4,7 +4,7 @@
 pkgbase=python-http-parser
 pkgname=('python-http-parser' 'python2-http-parser')
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP request/response parser for Python"
 arch=('i686' 'x86_64')
 license=('MIT')
@@ -28,7 +28,7 @@
 
 check() {
   cd "$srcdir/http-parser"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" \
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" \
   py.test testing/
 
   cd "$srcdir/http-parser-py2"



More information about the arch-commits mailing list