python-scipy: update to 1.0.1

This commit is contained in:
Alessio Sergi 2018-03-26 20:14:52 +02:00
parent d5249df6a6
commit c148fc5c63

View File

@ -1,7 +1,7 @@
# Template file for 'python-scipy' # Template file for 'python-scipy'
pkgname=python-scipy pkgname=python-scipy
version=1.0.0 version=1.0.1
revision=2 revision=1
wrksrc="scipy-${version}" wrksrc="scipy-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools hostmakedepends="python-setuptools python3-setuptools
@ -12,9 +12,9 @@ pycompile_module="scipy"
short_desc="Scientific library for Python2" short_desc="Scientific library for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://www.scipy.org/" homepage="https://www.scipy.org/"
license="3-clause-BSD" license="BSD-3-Clause"
distfiles="https://github.com/scipy/scipy/archive/v${version}.tar.gz" distfiles="https://github.com/scipy/scipy/archive/v${version}.tar.gz"
checksum=c423a4511684554958dab55f2877df78e765b44f8eef46d5425891d6ac3b49bc checksum=a0eaaa6b6958db9d89f8ef0ce23391fedebac3fb416e05bdd966e6895dd6cd3d
LDFLAGS="-shared" LDFLAGS="-shared"