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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 19:56:34 UTC 2018


    Date: Saturday, June 30, 2018 @ 19:56:34
  Author: felixonmars
Revision: 349159

Python 3.7 rebuild

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 19:52:09 UTC (rev 349158)
+++ PKGBUILD	2018-06-30 19:56:34 UTC (rev 349159)
@@ -8,7 +8,7 @@
 _name=scipy
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
 arch=('x86_64')
 url="http://www.scipy.org/"
@@ -48,7 +48,7 @@
   cd ${srcdir}/scipy-${pkgver}
   python3 setup.py config_fc --fcompiler=gnu95 install \
     --prefix=/usr --root=${srcdir}/test --optimize=1
-  export PYTHONPATH=${srcdir}/test/usr/lib/python3.6/site-packages
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.7/site-packages
   cd ${srcdir}
   python -c "from scipy import test; test('full')"
 



More information about the arch-commits mailing list