python3-numpy: update to 1.20.1; claim maintainership
This commit is contained in:
parent
1ee4125513
commit
8fdc2a4a36
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-numpy'
|
||||
pkgname=python3-numpy
|
||||
version=1.20.0
|
||||
version=1.20.1
|
||||
revision=1
|
||||
wrksrc="numpy-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -9,11 +9,11 @@ makedepends="python3-devel
|
|||
$(vopt_if openblas 'openblas-devel' 'lapack-devel cblas-devel')"
|
||||
depends="python3-setuptools"
|
||||
short_desc="Fast and sophisticated array facility to Python3"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
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=f30566b4a0d168a6869bef55b5843a2c8ed743f136fc80b305d6b8604828aea0
|
||||
checksum=faadd54211fe33ec569795d29ce7662ec6b342b8778822a7658386de541101b4
|
||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
||||
|
||||
build_options="openblas"
|
||||
|
|
Loading…
Reference in New Issue