python3-matplotlib: update to 3.10.0.

This commit is contained in:
Andrew J. Hesford 2024-12-21 17:25:56 -05:00
parent 79d857421b
commit 2796281595
2 changed files with 3 additions and 17 deletions

View File

@ -1,14 +0,0 @@
As with SciPy, matplotlib abuses specifications of *build requirements* as a
means to control the environment under which wheels are built for distribution.
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
# and disabling build isolation.
# 3. The <2.3 upper bound is for matching the numpy deprecation policy,
# it should not be loosened.
- "numpy>=2.0.0rc1,<2.3",
+ "numpy",
]
[tool.setuptools_scm]

View File

@ -1,11 +1,11 @@
# Template file for 'python3-matplotlib'
pkgname=python3-matplotlib
version=3.9.3
version=3.10.0
revision=1
build_style=python3-pep517
build_helper="meson numpy"
make_build_args="-Csetup-args=-Dsystem-freetype=true
-Csetup-args=-Dsystem-qhull=true"
-Csetup-args=-Dsystem-qhull=true --skip-dependency-check"
hostmakedepends="python3-meson-python pkg-config python3-setuptools_scm
python3-numpy python3-pybind11"
makedepends="python3-devel freetype-devel libpng-devel libqhull-devel python3-pybind11"
@ -18,7 +18,7 @@ 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=cd5dbbc8e25cad5f706845c4d100e2c8b34691b412b93717ce38d8ae803bcfa5
checksum=b886d02a581b96704c9d1ffe55709e49b4d2d52709ccebc4be42db856e511278
replaces="python3-matplotlib-data>=0"
# Comparison of images is too frail for validation
make_check="no"