python3-numpy: update to 1.21.0.

This commit is contained in:
Andrew J. Hesford 2021-06-22 08:05:28 -04:00
parent 2a7c10de83
commit 300faf0d12

View file

@ -1,6 +1,6 @@
# Template file for 'python3-numpy'
pkgname=python3-numpy
version=1.20.3
version=1.21.0
revision=1
wrksrc="numpy-${version}"
build_style=python3-module
@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://www.numpy.org/"
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
checksum=6fd345c309cf0e51269dd061c80f6db8bcb68b217e6e3792d11e3473535d7304
checksum=ce1cbea0254dee2f7eb4e5e8ea863280b502a8146e7ab8b2bb5ef5b6a5560a27
alternatives="numpy:f2py:/usr/bin/f2py3"
# Tests do not function propery in a build directory
make_check="no"