Diff matplotlib-3.7.2 with a matplotlib-3.7.2-r1
/usr/portage/dev-python/matplotlib/matplotlib-3.7.2-r1.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 ~arm64-macos ~x64-macos" |
|
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 |
|
40 | 38 |
RDEPEND=" |
41 | 39 |
dev-python/certifi[${PYTHON_USEDEP}] |
42 | 40 |
>=dev-python/contourpy-1.0.1[${PYTHON_USEDEP}] |
... | ... | |
47 | 45 |
>=dev-python/packaging-20.0[${PYTHON_USEDEP}] |
48 | 46 |
>=dev-python/pillow-7.1.1[jpeg,webp,${PYTHON_USEDEP}] |
49 | 47 |
>=dev-python/pyparsing-2.3.1[${PYTHON_USEDEP}] |
50 |
<dev-python/pyparsing-3.1.0[${PYTHON_USEDEP}] |
|
51 | 48 |
>=dev-python/python-dateutil-2.7[${PYTHON_USEDEP}] |
52 | 49 |
>=dev-python/pytz-2019.3[${PYTHON_USEDEP}] |
53 | 50 |
media-fonts/dejavu |
... | ... | |
152 | 149 |
"${FILESDIR}"/matplotlib-3.3.3-disable-lto.patch |
153 | 150 |
"${FILESDIR}"/matplotlib-3.7.1-test.patch |
154 | 151 |
"${FILESDIR}"/matplotlib-3.7.2-macOS_no-Cocoa.patch |
152 |
"${FILESDIR}"/matplotlib-3.7.2-pyparsing-3.1.patch |
|
155 | 153 |
) |
156 | 154 | |
157 | 155 |
sed \ |