scipy: Update to 0.16.0

This commit is contained in:
Alexey Pavlov
2015-08-05 00:12:05 +03:00
parent 13de1d6aa5
commit ff3570bdbb

View File

@@ -2,8 +2,8 @@
_realname=scipy
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.15.1
pkgrel=2
pkgver=0.16.0
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering. (mingw-w64)"
arch=('any')
url="http://www.scipy.org/"
@@ -16,11 +16,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc-fortran"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc}
fix-qhull.patch)
md5sums=('be56cd8e60591d6332aac792a5880110'
md5sums=('eb95dda0f36cc3096673993a350cde77'
'SKIP'
'62e14262492e7fbdc3fb65d106619ce3')
prepare() {
cd ${_realname}-${pkgver}
patch -Np1 -i ${srcdir}/fix-qhull.patch