Date: Wednesday, April 10, 2013 @ 10:37:44
  Author: jelle
Revision: 88027

upgpkg: python-scipy 0.12.0-1

Modified:
  python-scipy/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-10 08:26:34 UTC (rev 88026)
+++ PKGBUILD    2013-04-10 08:37:44 UTC (rev 88027)
@@ -6,15 +6,16 @@
 # Contributor: Andrzej Giniewicz <ggi...@gmail.com>
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.11.0
-pkgrel=4
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('i686' 'x86_64')
 url="http://www.scipy.org/";
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
 checkdepends=('python-nose' 'python2-nose')
-source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz"; 
"http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz";)
+source=("http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz"; )
+# 
"http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz";)
 
 build() {
   unset LDFLAGS
@@ -29,7 +30,7 @@
 
   # build for python3
   cd scipy-${pkgver}
-  patch -Np1   -i 
$srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch
+#patch -Np1   -i $srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch
   python3 setup.py config_fc --fcompiler=gnu95 build
 
   # build for python2
@@ -80,5 +81,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('842c81d35fd63579c41a8ca21a2419b9'
-         '20d41a597ebfb260d777597e431a7a20')
+md5sums=('8fb4da324649f655e8557ea92b998786')

Reply via email to