mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-matplotlib: update to 3.10.0.
This commit is contained in:
parent
79d857421b
commit
2796281595
2 changed files with 3 additions and 17 deletions
|
@ -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]
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-matplotlib'
|
# Template file for 'python3-matplotlib'
|
||||||
pkgname=python3-matplotlib
|
pkgname=python3-matplotlib
|
||||||
version=3.9.3
|
version=3.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper="meson numpy"
|
build_helper="meson numpy"
|
||||||
make_build_args="-Csetup-args=-Dsystem-freetype=true
|
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
|
hostmakedepends="python3-meson-python pkg-config python3-setuptools_scm
|
||||||
python3-numpy python3-pybind11"
|
python3-numpy python3-pybind11"
|
||||||
makedepends="python3-devel freetype-devel libpng-devel libqhull-devel 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/"
|
homepage="https://matplotlib.org/"
|
||||||
changelog="https://github.com/matplotlib/matplotlib/releases"
|
changelog="https://github.com/matplotlib/matplotlib/releases"
|
||||||
distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
|
||||||
checksum=cd5dbbc8e25cad5f706845c4d100e2c8b34691b412b93717ce38d8ae803bcfa5
|
checksum=b886d02a581b96704c9d1ffe55709e49b4d2d52709ccebc4be42db856e511278
|
||||||
replaces="python3-matplotlib-data>=0"
|
replaces="python3-matplotlib-data>=0"
|
||||||
# Comparison of images is too frail for validation
|
# Comparison of images is too frail for validation
|
||||||
make_check="no"
|
make_check="no"
|
||||||
|
|
Loading…
Add table
Reference in a new issue