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: Sun, 20 Jun 2021 16:31:54
Message-Id: 1624206706.1a44307668d711c65d3d226145ef378185d02065.mgorny@gentoo
1 commit: 1a44307668d711c65d3d226145ef378185d02065
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 20 16:15:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 20 16:31:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a443076
7
8 dev-python/matplotlib: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/matplotlib/matplotlib-3.4.2.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/matplotlib/matplotlib-3.4.2.ebuild b/dev-python/matplotlib/matplotlib-3.4.2.ebuild
16 index 54f4fde613b..2bc085e89cf 100644
17 --- a/dev-python/matplotlib/matplotlib-3.4.2.ebuild
18 +++ b/dev-python/matplotlib/matplotlib-3.4.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 PYTHON_REQ_USE='tk?,threads(+)'
26
27 inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix
28 @@ -50,7 +50,7 @@ RDEPEND="
29 dev-python/xlwt[${PYTHON_USEDEP}]
30 )
31 gtk3? (
32 - dev-python/pygobject:3[cairo?,${PYTHON_USEDEP}]
33 + >=dev-python/pygobject-3.40.1-r1:3[cairo?,${PYTHON_USEDEP}]
34 x11-libs/gtk+:3[introspection]
35 )
36 latex? (
37 @@ -69,7 +69,9 @@ RDEPEND="
38 >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}]
39 )
40 wxwidgets? (
41 - dev-python/wxpython:*[${PYTHON_USEDEP}]
42 + $(python_gen_cond_dep '
43 + dev-python/wxpython:*[${PYTHON_USEDEP}]
44 + ' python3_{8,9})
45 )
46 "
47
48 @@ -93,7 +95,7 @@ BDEPEND="
49 test? (
50 dev-python/flaky[${PYTHON_USEDEP}]
51 dev-python/mock[${PYTHON_USEDEP}]
52 - dev-python/pygobject:3[cairo?,${PYTHON_USEDEP}]
53 + >=dev-python/pygobject-3.40.1-r1:3[cairo?,${PYTHON_USEDEP}]
54 >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}]
55 x11-libs/gtk+:3[introspection]
56 )