From 8fdc2a4a36e00bbf3ffaf8eaeaeadbf2be5484e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 8 Feb 2021 08:55:37 -0500 Subject: [PATCH] python3-numpy: update to 1.20.1; claim maintainership --- srcpkgs/python3-numpy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index 752fb593e48..6736ae3040d 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -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 " +maintainer="Andrew J. Hesford " 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"