community/py-scipy: upgrade to 1.0.1

This commit is contained in:
Natanael Copa 2018-04-02 10:49:25 +00:00
parent 75d334a130
commit a552d70c6d

View File

@ -1,8 +1,8 @@
# Contributor: Martell Malone <martellmalone@gmail.com>
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=py-scipy
pkgver=1.0.0
pkgrel=1
pkgver=1.0.1
pkgrel=0
pkgdesc="Python library for scientific computing"
url="http://www.scipy.org"
arch="all !s390x"
@ -10,7 +10,7 @@ license="BSD"
depends="py-numpy-f2py"
makedepends="python2-dev python3-dev py-setuptools gfortran py-numpy-dev openblas-dev cython-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="$pkgname-$pkgver.tar.gz::https://github.com/${pkgname#py-}/${pkgname#py-}/archive/v$pkgver.tar.gz"
source="https://github.com/scipy/scipy/releases/download/v$pkgver/scipy-$pkgver.tar.xz"
builddir="$srcdir"/${pkgname#py-}-$pkgver
build() {
@ -45,4 +45,4 @@ _py() {
}
sha512sums="7d55c5660ac606933d517171a229b288fd0ea8d9fdd8e30fac3d294545a26b2700c7b100b014a93231c4122dee0f1ddd741c00f5902643a6ccc287cdf581da7a py-scipy-1.0.0.tar.gz"
sha512sums="1a093aeafed2981f25ba06095375509e127e473a1325bf95d5353f6db5ed3eac9dab950d330f432d177807b8d5d775498f576bfb0539e6dafbdfd87b654111bd scipy-1.0.1.tar.xz"