python-scipy: update to 1.0.0
This commit is contained in:
parent
87254dcaea
commit
202e15cbf9
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-scipy'
|
# Template file for 'python-scipy'
|
||||||
pkgname=python-scipy
|
pkgname=python-scipy
|
||||||
version=0.19.1
|
version=1.0.0
|
||||||
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
|
||||||
|
@ -11,10 +11,10 @@ depends="python-numpy"
|
||||||
pycompile_module="scipy"
|
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="http://www.scipy.org/"
|
homepage="https://www.scipy.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="https://github.com/scipy/scipy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/scipy/scipy/archive/v${version}.tar.gz"
|
||||||
checksum=ac268fe92edd149c6f52fa138d2a03877c080981d7944e96bab8ef68764f71cc
|
checksum=c423a4511684554958dab55f2877df78e765b44f8eef46d5425891d6ac3b49bc
|
||||||
|
|
||||||
LDFLAGS="-shared"
|
LDFLAGS="-shared"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue