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

Evangelos Foutras foutrelis at archlinux.org
Wed Jul 18 04:30:29 UTC 2018


    Date: Wednesday, July 18, 2018 @ 04:30:28
  Author: foutrelis
Revision: 361710

Python 3.7 rebuild

Modified:
  python-mamba/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 04:30:22 UTC (rev 361709)
+++ PKGBUILD	2018-07-18 04:30:28 UTC (rev 361710)
@@ -4,7 +4,7 @@
 pkgbase=python-mamba
 pkgname=('python-mamba' 'python2-mamba')
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The definitive testing tool for Python. Born under the banner of Behavior Driven Development."
 arch=('any')
 license=('MIT')
@@ -34,7 +34,7 @@
   cd "$srcdir"/mamba-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   (
-    export PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
+    export PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH"
     mamba --enable-coverage
   )
 



More information about the arch-commits mailing list