Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/
Date: Thu, 23 Nov 2017 23:11:25
Message-Id: 1511478491.9fbf21d7518946e76f4b937ee1b60136104d461b.asturm@gentoo
1 commit: 9fbf21d7518946e76f4b937ee1b60136104d461b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 23:06:57 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 23:08:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbf21d7
7
8 dev-python/ipython: Drop USE=qt4, keep qt5
9
10 Follow-up to:
11 Bug: https://bugs.gentoo.org/630786
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 dev-python/ipython/ipython-5.3.0.ebuild | 6 +++---
15 dev-python/ipython/ipython-5.4.1.ebuild | 3 +--
16 dev-python/ipython/ipython-6.1.0.ebuild | 3 +--
17 3 files changed, 5 insertions(+), 7 deletions(-)
18
19 diff --git a/dev-python/ipython/ipython-5.3.0.ebuild b/dev-python/ipython/ipython-5.3.0.ebuild
20 index 6da17185aa7..d20428e2e2c 100644
21 --- a/dev-python/ipython/ipython-5.3.0.ebuild
22 +++ b/dev-python/ipython/ipython-5.3.0.ebuild
23 @@ -15,10 +15,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24 LICENSE="BSD"
25 SLOT="0"
26 KEYWORDS="~amd64 ~arm64 ~x86"
27 -IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets"
28 +IUSE="doc examples matplotlib mongodb notebook nbconvert qt5 +smp test wxwidgets"
29
30 REQUIRED_USE="
31 - test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets )
32 + test? ( doc matplotlib mongodb notebook nbconvert qt5 wxwidgets )
33 doc? ( mongodb )"
34
35 CDEPEND="
36 @@ -72,7 +72,7 @@ PDEPEND="
37 dev-python/notebook[${PYTHON_USEDEP}]
38 dev-python/ipywidgets[${PYTHON_USEDEP}]
39 )
40 - qt4? ( dev-python/qtconsole )
41 + qt5? ( dev-python/qtconsole )
42 smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"
43
44 PATCHES=( "${FILESDIR}"/2.1.0-substitute-files.patch )
45
46 diff --git a/dev-python/ipython/ipython-5.4.1.ebuild b/dev-python/ipython/ipython-5.4.1.ebuild
47 index 0abf3b2a028..e7a438809ad 100644
48 --- a/dev-python/ipython/ipython-5.4.1.ebuild
49 +++ b/dev-python/ipython/ipython-5.4.1.ebuild
50 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 LICENSE="BSD"
52 SLOT="0"
53 KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
54 -IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 +smp test wxwidgets"
55 +IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test wxwidgets"
56
57 CDEPEND="
58 dev-python/decorator[${PYTHON_USEDEP}]
59 @@ -57,7 +57,6 @@ PDEPEND="
60 dev-python/notebook[${PYTHON_USEDEP}]
61 dev-python/ipywidgets[${PYTHON_USEDEP}]
62 )
63 - qt4? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
64 qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
65 smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"
66
67
68 diff --git a/dev-python/ipython/ipython-6.1.0.ebuild b/dev-python/ipython/ipython-6.1.0.ebuild
69 index 492ab29a655..ba929e53f69 100644
70 --- a/dev-python/ipython/ipython-6.1.0.ebuild
71 +++ b/dev-python/ipython/ipython-6.1.0.ebuild
72 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
73 LICENSE="BSD"
74 SLOT="0"
75 KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
76 -IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 smp test"
77 +IUSE="doc examples matplotlib notebook nbconvert qt5 smp test"
78
79 CDEPEND="
80 dev-python/decorator[${PYTHON_USEDEP}]
81 @@ -56,7 +56,6 @@ PDEPEND="
82 dev-python/notebook[${PYTHON_USEDEP}]
83 dev-python/ipywidgets[${PYTHON_USEDEP}]
84 )
85 - qt4? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
86 qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
87 smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )
88 "