python3-numpy: update to 1.19.4.
This commit is contained in:
parent
41d2a16a53
commit
962ab70e3c
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-numpy'
|
# Template file for 'python3-numpy'
|
||||||
pkgname=python3-numpy
|
pkgname=python3-numpy
|
||||||
version=1.19.2
|
version=1.19.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="numpy-${version}"
|
wrksrc="numpy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
||||||
makedepends="python3-devel lapack-devel cblas-devel"
|
makedepends="python3-devel lapack-devel cblas-devel"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest python3-hypothesis"
|
||||||
short_desc="Fast and sophisticated array facility to Python3"
|
short_desc="Fast and sophisticated array facility to Python3"
|
||||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.numpy.org/"
|
homepage="https://www.numpy.org/"
|
||||||
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
||||||
checksum=5ee0d6d17fe01dde9824811516d94ba8adb9349d81ef78d0696e6b03097498b8
|
checksum=6082884371a5998fa8b006b506f4827c0617d789d7b3ee78549bb044139a9a8e
|
||||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
alternatives="numpy:f2py:/usr/bin/f2py3"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue