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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 06:03:51 UTC 2018


    Date: Saturday, June 30, 2018 @ 06:03:51
  Author: felixonmars
Revision: 327802

upgpkg: python-wrapt 1.10.11-2

Python 3.7 rebuild

Modified:
  python-wrapt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 06:03:41 UTC (rev 327801)
+++ PKGBUILD	2018-06-30 06:03:51 UTC (rev 327802)
@@ -5,7 +5,7 @@
 pkgbase=python-wrapt
 pkgname=(python-wrapt python2-wrapt)
 pkgver=1.10.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python module for decorators, wrappers and monkey patching"
 arch=("x86_64")
 url="https://pypi.python.org/pypi/wrapt"
@@ -29,7 +29,7 @@
 
 check() {
   cd "$srcdir"/wrapt-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.7:$PYTHONPATH" py.test
 
   cd "$srcdir"/wrapt-$pkgver-py2
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2



More information about the arch-commits mailing list