From 202e15cbf9f7c72bdf58a411a8912ce5b4081cc5 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 30 Oct 2017 23:23:23 +0100 Subject: [PATCH] python-scipy: update to 1.0.0 --- srcpkgs/python-scipy/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-scipy/template b/srcpkgs/python-scipy/template index aec30230212..04265e20550 100644 --- a/srcpkgs/python-scipy/template +++ b/srcpkgs/python-scipy/template @@ -1,7 +1,7 @@ # Template file for 'python-scipy' pkgname=python-scipy -version=0.19.1 -revision=2 +version=1.0.0 +revision=1 wrksrc="scipy-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools @@ -11,10 +11,10 @@ depends="python-numpy" pycompile_module="scipy" short_desc="Scientific library for Python2" maintainer="Alessio Sergi " -homepage="http://www.scipy.org/" +homepage="https://www.scipy.org/" license="3-clause-BSD" distfiles="https://github.com/scipy/scipy/archive/v${version}.tar.gz" -checksum=ac268fe92edd149c6f52fa138d2a03877c080981d7944e96bab8ef68764f71cc +checksum=c423a4511684554958dab55f2877df78e765b44f8eef46d5425891d6ac3b49bc LDFLAGS="-shared"