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

Felix Yan fyan at archlinux.org
Sat Sep 19 15:12:33 UTC 2015


    Date: Saturday, September 19, 2015 @ 17:12:33
  Author: fyan
Revision: 140893

upgpkg: python-scipy 0.16.0-2

rebuild for python 3.5

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-19 15:11:54 UTC (rev 140892)
+++ PKGBUILD	2015-09-19 15:12:33 UTC (rev 140893)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
 arch=('i686' '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.4/site-packages
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.5/site-packages
   cd ${srcdir}
   python -c "from scipy import test; test('full')"
 



More information about the arch-commits mailing list