python-numpy: update to 1.14.3

This commit is contained in:
Alessio Sergi 2018-05-03 10:37:49 +02:00
parent 8e09f9760e
commit 7b0268bc1a

View file

@ -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 <al3hex@gmail.com>"
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"