python3-matplotlib: update to 3.6.0.

This commit is contained in:
Andrew J. Hesford 2022-09-16 16:26:09 -04:00
parent f4159f1691
commit 4aacd2a636
2 changed files with 3 additions and 30 deletions

View file

@ -1,26 +0,0 @@
The maximum version of setuptools_scm is pinned below 6 for no apparent reason
and Void ships 7.x; remove the upper version restriction and also drop the
requirement for setuptools_scm_git_archive that was originally patched out in
the template.
--- a/setup.py
+++ b/setup.py
@@ -316,8 +316,7 @@
setup_requires=[
"certifi>=2020.06.20",
"numpy>=1.17",
- "setuptools_scm>=4,<7",
- "setuptools_scm_git_archive",
+ "setuptools_scm>=4",
],
install_requires=[
"cycler>=0.10",
@@ -330,7 +329,7 @@
"python-dateutil>=2.7",
] + (
# Installing from a git checkout that is not producing a wheel.
- ["setuptools_scm>=4,<7"] if (
+ ["setuptools_scm>=4"] if (
Path(__file__).with_name(".git").exists() and
os.environ.get("CIBUILDWHEEL", "0") != "1"
) else []

View file

@ -1,7 +1,6 @@
# Template file for 'python3-matplotlib'
pkgname=python3-matplotlib
reverts="3.5.2_1"
version=3.5.3
version=3.6.0
revision=1
wrksrc="matplotlib-${version}"
build_style=python3-module
@ -14,8 +13,8 @@ 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/"
distfiles="https://github.com/matplotlib/matplotlib/archive/v${version}.tar.gz"
checksum=9d6ee7190fde3cb0c6285d462a0258c9735a72c7b532321a3983e05076aa41dc
distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
checksum=c5108ebe67da60a9204497d8d403316228deb52b550388190c53a57394d41531
replaces="python3-matplotlib-data>=0"
# Comparison of images is too frail for validation
make_check="no"