Diff matplotlib-3.7.1 with a matplotlib-3.7.2

/usr/portage/dev-python/matplotlib/matplotlib-3.7.2.ebuild 2023-10-09 14:52:30.308368371 +0300
30 30
# Fonts: BitstreamVera, OFL-1.1
31 31
LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
32 32
SLOT="0"
33
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
33
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~arm64-macos ~x64-macos"
34 34
IUSE="cairo doc excel examples gtk3 latex qt5 tk webagg wxwidgets"
35 35

  
36 36
# internal copy of pycxx highly patched
37 37
#	dev-python/pycxx
38
#
39
# <pyparsing-3.1.0 for https://github.com/matplotlib/matplotlib/issues/26152
38 40
RDEPEND="
39 41
	dev-python/certifi[${PYTHON_USEDEP}]
40 42
	>=dev-python/contourpy-1.0.1[${PYTHON_USEDEP}]
......
45 47
	>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
46 48
	>=dev-python/pillow-7.1.1[jpeg,webp,${PYTHON_USEDEP}]
47 49
	>=dev-python/pyparsing-2.3.1[${PYTHON_USEDEP}]
50
	<dev-python/pyparsing-3.1.0[${PYTHON_USEDEP}]
48 51
	>=dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
49 52
	>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
50 53
	media-fonts/dejavu
......
148 151
	local PATCHES=(
149 152
		"${FILESDIR}"/matplotlib-3.3.3-disable-lto.patch
150 153
		"${FILESDIR}"/matplotlib-3.7.1-test.patch
154
		"${FILESDIR}"/matplotlib-3.7.2-macOS_no-Cocoa.patch
151 155
	)
152 156

  
153 157
	sed \
......
251 255
		# unhappy about xdist
252 256
		tests/test_widgets.py::test_span_selector_animated_artists_callback
253 257
	)
258

  
254 259
	[[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
255 260
		# https://github.com/matplotlib/matplotlib/issues/23384
256 261
		"tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}]"
Thank you!