[arch-commits] Commit in python-scipy/trunk (PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Thu Oct 17 09:42:23 UTC 2013
Date: Thursday, October 17, 2013 @ 11:42:23
Author: jelle
Revision: 98701
upgpkg: python-scipy 0.12.1-1
Modified:
python-scipy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-17 09:11:16 UTC (rev 98700)
+++ PKGBUILD 2013-10-17 09:42:23 UTC (rev 98701)
@@ -6,7 +6,7 @@
# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
@@ -16,6 +16,7 @@
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")
+md5sums=('906278290152fedfe79029371ca584a5')
build() {
unset LDFLAGS
@@ -47,7 +48,7 @@
check() {
cd scipy-${pkgver}
# figure out how to run tests in the source tree easily
-# python -c "from scipy import test; test('full')"
+#python -c "from scipy import test; test('full')"
cd ../scipy-${pkgver}-py2
# figure out how to run tests in the source tree easily
@@ -81,4 +82,3 @@
}
# vim:set ts=2 sw=2 et:
-md5sums=('8fb4da324649f655e8557ea92b998786')
More information about the arch-commits
mailing list