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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Tue Mar 18 13:17:40 UTC 2014


    Date: Tuesday, March 18, 2014 @ 14:17:40
  Author: stativ
Revision: 107675

upgpkg: python-scipy 0.13.3-2

python 3.4 rebuild, enable tests. For the record, there's one error.

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-18 13:14:01 UTC (rev 107674)
+++ PKGBUILD	2014-03-18 13:17:40 UTC (rev 107675)
@@ -7,7 +7,7 @@
 
 pkgname=('python-scipy' 'python2-scipy')
 pkgver=0.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/"
@@ -49,7 +49,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.3/site-packages
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.4/site-packages
   cd ${srcdir}
   python -c "from scipy import test; test('full')"
 




More information about the arch-commits mailing list