Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Tue, 03 May 2022 11:43:40
Message-Id: 1651578212.1d220d47669e451d8369c75d1b7f657a6344b076.mgorny@gentoo
1 commit: 1d220d47669e451d8369c75d1b7f657a6344b076
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 11:42:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 11:43:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d220d47
7
8 dev-python/matplotlib: Remove obsolete test removal
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/matplotlib/matplotlib-3.5.2.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/dev-python/matplotlib/matplotlib-3.5.2.ebuild b/dev-python/matplotlib/matplotlib-3.5.2.ebuild
16 index 0a53097a06bf..4616acff9433 100644
17 --- a/dev-python/matplotlib/matplotlib-3.5.2.ebuild
18 +++ b/dev-python/matplotlib/matplotlib-3.5.2.ebuild
19 @@ -152,9 +152,6 @@ python_prepare_all() {
20 "${FILESDIR}"/matplotlib-3.5.2-test.patch
21 )
22
23 - # requires jupyter-nbconvert
24 - rm lib/matplotlib/tests/test_backend_nbagg.py || die
25 -
26 sed \
27 -e 's/matplotlib.pyparsing_py[23]/pyparsing/g' \
28 -i lib/matplotlib/{mathtext,fontconfig_pattern}.py \