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, 01 Nov 2022 03:36:16
Message-Id: 1667273765.92a4d6fe827fc1812e784e0db9aed15a9bb7a7d7.mgorny@gentoo
1 commit: 92a4d6fe827fc1812e784e0db9aed15a9bb7a7d7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 03:32:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 03:36:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a4d6fe
7
8 dev-python/matplotlib: Remove stale six dependency
9
10 Remove obsolete dev-python/six dependency. No revbump since this
11 package involves some compiling, and six is unlikely to be gone before
12 the next version bump.
13
14 Closes: https://bugs.gentoo.org/878837
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 dev-python/matplotlib/matplotlib-3.6.1.ebuild | 6 ------
18 1 file changed, 6 deletions(-)
19
20 diff --git a/dev-python/matplotlib/matplotlib-3.6.1.ebuild b/dev-python/matplotlib/matplotlib-3.6.1.ebuild
21 index 7bceb2eac24d..7ca39437ee2f 100644
22 --- a/dev-python/matplotlib/matplotlib-3.6.1.ebuild
23 +++ b/dev-python/matplotlib/matplotlib-3.6.1.ebuild
24 @@ -47,7 +47,6 @@ RDEPEND="
25 >=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}]
26 >=dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
27 >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
28 - >=dev-python/six-1.14.0[${PYTHON_USEDEP}]
29 media-fonts/dejavu
30 media-fonts/stix-fonts
31 media-libs/freetype:2
32 @@ -141,11 +140,6 @@ python_prepare_all() {
33 # rm -r agg24 CXX || die
34 # rm -r agg24 || die
35
36 -# cat > lib/${PN}/externals/six.py <<-EOF
37 -# from __future__ import absolute_import
38 -# from six import *
39 -# EOF
40 -
41 # Affects installed _version.py, bug #854600
42 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}