mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-scipy: update to 1.14.1.
This commit is contained in:
parent
43ff15a5ea
commit
4f456736b9
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-scipy'
|
# Template file for 'python3-scipy'
|
||||||
pkgname=python3-scipy
|
pkgname=python3-scipy
|
||||||
version=1.14.0
|
version=1.14.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper="meson numpy"
|
build_helper="meson numpy"
|
||||||
# SciPy imposes strict and unnecessary restrictions on build dependencies
|
# 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>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://scipy.org/"
|
homepage="https://scipy.org/"
|
||||||
|
changelog="https://github.com/scipy/scipy/releases"
|
||||||
distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz"
|
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)
|
# must be tested from site dir of installed version (see dev.py:739)
|
||||||
make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'
|
make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue