python3-matplotlib: update to 3.8.0.

This commit is contained in:
Gonzalo Tornaría 2023-09-16 13:15:51 -03:00 committed by Andrew J. Hesford
parent a83946f0ca
commit d43aef0bd2
1 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'python3-matplotlib'
pkgname=python3-matplotlib
version=3.7.2
version=3.8.0
revision=1
build_style=python3-module
build_style=python3-pep517
build_helper="numpy"
hostmakedepends="pkg-config python3-setuptools_scm python3-certifi
python3-numpy python3-pybind11"
python3-numpy python3-pybind11 python3-wheel"
makedepends="python3-devel freetype-devel libpng-devel libqhull-devel python3-pybind11"
depends="python3-cycler fonttools python3-kiwisolver python3-numpy
python3-packaging python3-Pillow python3-parsing python3-dateutil
@ -14,8 +14,9 @@ short_desc="Python3 2D/3D plotting library"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="custom:matplotlib, BSD-3-Clause, MIT"
homepage="https://matplotlib.org/"
changelog="https://github.com/matplotlib/matplotlib/releases"
distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
checksum=a8cdb91dddb04436bd2f098b8fdf4b81352e68cf4d2c6756fcc414791076569b
checksum=df8505e1c19d5c2c26aff3497a7cbd3ccfc2e97043d1e4db3e76afa399164b69
replaces="python3-matplotlib-data>=0"
# Comparison of images is too frail for validation
make_check="no"
@ -26,6 +27,7 @@ pre_build() {
system_freetype = true
system_qhull = true
EOF
vsed -e "s|'-flto'|'-flto=auto'|" -i setup.py
}
post_install() {