diff options
author | Martell Malone <martellmalone@gmail.com> | 2018-02-12 16:19:22 -0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-02 17:29:31 +0000 |
commit | 75d334a13070bd1e91d0f38c1e1358a8b220acb7 (patch) | |
tree | e4d42a55b1e80e5d8438995426833e220a923ef3 | |
parent | 0bb7508216fc422635036f64ad7db750ce01fc16 (diff) | |
download | aports-75d334a13070bd1e91d0f38c1e1358a8b220acb7.tar.bz2 aports-75d334a13070bd1e91d0f38c1e1358a8b220acb7.tar.xz |
community/py-scipy: upgrade to 1.0.0
move from testing to community
-rw-r--r-- | community/py-scipy/APKBUILD (renamed from testing/py-scipy/APKBUILD) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-scipy/APKBUILD b/community/py-scipy/APKBUILD index 11aa324471..a52e8c2370 100644 --- a/testing/py-scipy/APKBUILD +++ b/community/py-scipy/APKBUILD @@ -1,7 +1,7 @@ -# Contributor: Isaac Dunham <ibid.ag@gmail.com> +# Contributor: Martell Malone <martellmalone@gmail.com> # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=py-scipy -pkgver=0.19.1 +pkgver=1.0.0 pkgrel=1 pkgdesc="Python library for scientific computing" url="http://www.scipy.org" @@ -45,4 +45,4 @@ _py() { } -sha512sums="a9717bc42d5812f6929ceb330717be612c85d436d0134a0a6f5a9f802accb78090ace36e8b90759023a56e665dc95c439a1e0b51e4965bb51139ee0c9da1b695 py-scipy-0.19.1.tar.gz" +sha512sums="7d55c5660ac606933d517171a229b288fd0ea8d9fdd8e30fac3d294545a26b2700c7b100b014a93231c4122dee0f1ddd741c00f5902643a6ccc287cdf581da7a py-scipy-1.0.0.tar.gz" |