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

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


    Date: Saturday, June 30, 2018 @ 06:03:22
  Author: felixonmars
Revision: 327800

upgpkg: python-numpy 1.14.5-2

Python 3.7 rebuild

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 05:49:12 UTC (rev 327799)
+++ PKGBUILD	2018-06-30 06:03:22 UTC (rev 327800)
@@ -7,7 +7,7 @@
 pkgbase=python-numpy
 pkgname=('python-numpy' 'python2-numpy')
 pkgver=1.14.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
 license=('custom')
@@ -42,7 +42,7 @@
   cd "$srcdir"/numpy-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   cd "$PWD/tmp_install"
-  PATH="$PWD/usr/bin:$PATH" PYTHONPATH="$PWD/usr/lib/python3.6/site-packages:$PYTHONPATH" python -c 'import numpy; numpy.test()'
+  PATH="$PWD/usr/bin:$PATH" PYTHONPATH="$PWD/usr/lib/python3.7/site-packages:$PYTHONPATH" python -c 'import numpy; numpy.test()'
 
   cd "$srcdir"/numpy-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list