From dc2902e85a5e2136034b6abc31e4d167df8eb449 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 28 Dec 2018 02:12:12 +0100 Subject: [PATCH] python-scipy: update to 1.2.0 --- srcpkgs/python-scipy/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-scipy/template b/srcpkgs/python-scipy/template index 36aaf1307e4..d2691f9ea5c 100644 --- a/srcpkgs/python-scipy/template +++ b/srcpkgs/python-scipy/template @@ -1,25 +1,25 @@ # Template file for 'python-scipy' pkgname=python-scipy -version=1.1.0 -revision=2 +version=1.2.0 +revision=1 wrksrc="scipy-${version}" build_style=python-module +pycompile_module="scipy" hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython gcc-fortran" makedepends="python-devel python3-devel python-numpy python3-numpy lapack-devel" depends="python-numpy" -pycompile_module="scipy" short_desc="Scientific library for Python2" maintainer="Alessio Sergi " -homepage="https://www.scipy.org/" +homepage="https://scipy.org/scipylib/" license="BSD-3-Clause" distfiles="https://github.com/scipy/scipy/archive/v${version}.tar.gz" -checksum=0291a2254d9a020af9b49ca648e8b41e1366be9a8a40849be9102626b2022422 +checksum=4bb04ed281c55471b598f69eaa730825ddf613b9d9517834181c707dc4509fce LDFLAGS="-shared" post_install() { - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } python3-scipy_package() { @@ -28,6 +28,6 @@ python3-scipy_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } }