Subject: CVS commit: pkgsrc/graphics/py-matplotlib
From: Jason Bacon
Date: 2023-07-20 16:46:43
Message id: 20230720144643.78203FBDB@cvs.NetBSD.org

Log Message:
graphics/py-matplotlib: Unbreak via pyparsing dep hack

Matplotlib currently forbids our version of pyparsing (3.1.0).
The issue only affects error messages.
This update hacks out the pyparsing < 3.1.0 requirement so that
matplotlib dependents can at least function, though some error
messages won't pass through properly.

https://github.com/matplotlib/matplotlib/issues/26152

Files:
RevisionActionfile
1.84modifypkgsrc/graphics/py-matplotlib/Makefile
1.55modifypkgsrc/graphics/py-matplotlib/distinfo
1.1addpkgsrc/graphics/py-matplotlib/patches/patch-environment.yml
1.1addpkgsrc/graphics/py-matplotlib/patches/patch-lib_matplotlib.egg-info_requires.txt
1.5addpkgsrc/graphics/py-matplotlib/patches/patch-setup.py