mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-matplotlib: update to 3.8.4.
This commit is contained in:
parent
c8618e50af
commit
c229084dc0
2 changed files with 16 additions and 2 deletions
14
srcpkgs/python3-matplotlib/patches/version-relaxation.patch
Normal file
14
srcpkgs/python3-matplotlib/patches/version-relaxation.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
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,6 +1,6 @@
|
|||
# Template file for 'python3-matplotlib'
|
||||
pkgname=python3-matplotlib
|
||||
version=3.8.3
|
||||
version=3.8.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="numpy"
|
||||
|
@ -16,7 +16,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=7b416239e9ae38be54b028abbf9048aff5054a9aba5416bef0bd17f9162ce161
|
||||
checksum=8aac397d5e9ec158960e31c381c5ffc52ddd52bd9a47717e2a694038167dffea
|
||||
replaces="python3-matplotlib-data>=0"
|
||||
# Comparison of images is too frail for validation
|
||||
make_check="no"
|
||||
|
|
Loading…
Add table
Reference in a new issue