python3-scipy: update to 1.14.1.

This commit is contained in:
Gonzalo Tornaría 2024-08-21 00:00:46 -03:00 committed by Andrew J. Hesford
parent 43ff15a5ea
commit 4f456736b9
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-scipy'
pkgname=python3-scipy
version=1.14.0
revision=2
version=1.14.1
revision=1
build_style=python3-pep517
build_helper="meson numpy"
# SciPy imposes strict and unnecessary restrictions on build dependencies
@ -19,8 +19,9 @@ short_desc="Scientific library for Python3"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://scipy.org/"
changelog="https://github.com/scipy/scipy/releases"
distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz"
checksum=b5923f48cb840380f9854339176ef21763118a7300a88203ccd0bdd26e58527b
checksum=5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417
# must be tested from site dir of installed version (see dev.py:739)
make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'