From 7b0268bc1aed5d2e5642479b806b89896b55b2bd Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 3 May 2018 10:37:49 +0200 Subject: [PATCH] python-numpy: update to 1.14.3 --- srcpkgs/python-numpy/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-numpy/template b/srcpkgs/python-numpy/template index e488a9e59f..343647868b 100644 --- a/srcpkgs/python-numpy/template +++ b/srcpkgs/python-numpy/template @@ -1,20 +1,19 @@ # Template file for 'python-numpy' pkgname=python-numpy -version=1.14.2 +version=1.14.3 revision=1 wrksrc="numpy-${version}" build_style=python-module +pycompile_module="numpy" hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython gcc-fortran" makedepends="python-devel python3-devel lapack-devel cblas-devel" -pycompile_module="numpy" short_desc="Fast and sophisticated array facility to Python2" maintainer="Alessio Sergi " -homepage="http://www.numpy.org/" +homepage="https://www.numpy.org/" license="BSD-3-Clause" distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz" -checksum=e8e7b08f43519a2c4b0c7f511543ac665b46d7edd755cf9f3b0b23d0adde7eb2 -# Needs cross Python headers and/or libs issues sorted out. +checksum=6fa7a1801cfd305a0b06cee14bfc9f9683a30f25c3941d43449b5c0412a28da7 nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio" alternatives="numpy:f2py:/usr/bin/f2py2"