From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57A1C139083 for ; Thu, 23 Nov 2017 23:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71BDDE0D35; Thu, 23 Nov 2017 23:11:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 387CCE0D35 for ; Thu, 23 Nov 2017 23:11:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E71E33C4EE for ; Thu, 23 Nov 2017 23:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A77A547 for ; Thu, 23 Nov 2017 23:11:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511478491.9fbf21d7518946e76f4b937ee1b60136104d461b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-5.3.0.ebuild dev-python/ipython/ipython-5.4.1.ebuild dev-python/ipython/ipython-6.1.0.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9fbf21d7518946e76f4b937ee1b60136104d461b X-VCS-Branch: master Date: Thu, 23 Nov 2017 23:11:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe6d785a-e269-4781-a1ee-ed2e8c017d8c X-Archives-Hash: d271d97127777dfd41cb8a42c6fc933a commit: 9fbf21d7518946e76f4b937ee1b60136104d461b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 23 23:06:57 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 23 23:08:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbf21d7 dev-python/ipython: Drop USE=qt4, keep qt5 Follow-up to: Bug: https://bugs.gentoo.org/630786 Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-python/ipython/ipython-5.3.0.ebuild | 6 +++--- dev-python/ipython/ipython-5.4.1.ebuild | 3 +-- dev-python/ipython/ipython-6.1.0.ebuild | 3 +-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-python/ipython/ipython-5.3.0.ebuild b/dev-python/ipython/ipython-5.3.0.ebuild index 6da17185aa7..d20428e2e2c 100644 --- a/dev-python/ipython/ipython-5.3.0.ebuild +++ b/dev-python/ipython/ipython-5.3.0.ebuild @@ -15,10 +15,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets" +IUSE="doc examples matplotlib mongodb notebook nbconvert qt5 +smp test wxwidgets" REQUIRED_USE=" - test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets ) + test? ( doc matplotlib mongodb notebook nbconvert qt5 wxwidgets ) doc? ( mongodb )" CDEPEND=" @@ -72,7 +72,7 @@ PDEPEND=" dev-python/notebook[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}] ) - qt4? ( dev-python/qtconsole ) + qt5? ( dev-python/qtconsole ) smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )" PATCHES=( "${FILESDIR}"/2.1.0-substitute-files.patch ) diff --git a/dev-python/ipython/ipython-5.4.1.ebuild b/dev-python/ipython/ipython-5.4.1.ebuild index 0abf3b2a028..e7a438809ad 100644 --- a/dev-python/ipython/ipython-5.4.1.ebuild +++ b/dev-python/ipython/ipython-5.4.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 +smp test wxwidgets" +IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test wxwidgets" CDEPEND=" dev-python/decorator[${PYTHON_USEDEP}] @@ -57,7 +57,6 @@ PDEPEND=" dev-python/notebook[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}] ) - qt4? ( dev-python/qtconsole[${PYTHON_USEDEP}] ) qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] ) smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )" diff --git a/dev-python/ipython/ipython-6.1.0.ebuild b/dev-python/ipython/ipython-6.1.0.ebuild index 492ab29a655..ba929e53f69 100644 --- a/dev-python/ipython/ipython-6.1.0.ebuild +++ b/dev-python/ipython/ipython-6.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 smp test" +IUSE="doc examples matplotlib notebook nbconvert qt5 smp test" CDEPEND=" dev-python/decorator[${PYTHON_USEDEP}] @@ -56,7 +56,6 @@ PDEPEND=" dev-python/notebook[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}] ) - qt4? ( dev-python/qtconsole[${PYTHON_USEDEP}] ) qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] ) smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] ) "