mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/ipython: qt5 → gui
Rename the "qt5" flag to "gui", as it allows any Qt version via dev-python/qtpy, and there is really no point in tracking individual qt* flags. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -19,7 +19,7 @@ HOMEPAGE="
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
IUSE="examples notebook nbconvert qt5 +smp test"
|
||||
IUSE="examples gui notebook nbconvert +smp test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
@@ -64,7 +64,7 @@ RDEPEND+="
|
||||
"
|
||||
PDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
|
||||
gui? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
|
||||
' 'python*')
|
||||
$(python_gen_cond_dep '
|
||||
notebook? (
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-08-21)
|
||||
# Requires dev-python/qtconsole.
|
||||
dev-python/ipython gui
|
||||
|
||||
# Ian Jordan <immoloism@gmail.com> (2025-07-28)
|
||||
# Needs app-text/ronn-ng, which is not keyworded here
|
||||
app-accessibility/espeakup man
|
||||
|
||||
@@ -283,7 +283,7 @@ sys-libs/libcap tools
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2021-07-25)
|
||||
# PyQt5 and wxpython are not keyworded.
|
||||
dev-python/ipython qt5 qt6
|
||||
dev-python/ipython gui qt5
|
||||
dev-python/matplotlib qt6 wxwidgets
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2021-07-23)
|
||||
|
||||
@@ -268,7 +268,7 @@ app-emulation/qemu capstone
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2018-03-02)
|
||||
# Requires unkeyworded deps
|
||||
>=dev-python/ipython-5.4.1 qt5
|
||||
>=dev-python/ipython-5.4.1 gui qt5
|
||||
|
||||
# Amy Liffey <amynka@gentoo.org> (2018-01-21)
|
||||
# dev-libs/cereal not keyworded for ppc
|
||||
|
||||
@@ -194,8 +194,6 @@ dev-python/anyio test
|
||||
# but fails tests (Bug #782913).
|
||||
# - www-client/firefox (bdepend)
|
||||
dev-ruby/capybara test
|
||||
# - dev-qt/qtwebengine (bdepend)
|
||||
dev-python/ipython qt5
|
||||
|
||||
# Jonathan Davies <jpds@protonmail.com> (2021-09-03)
|
||||
# Requires CPU with SSSE3 support
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-08-21)
|
||||
# Requires dev-python/qtconsole.
|
||||
dev-python/ipython gui
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2025-05-31)
|
||||
# Requires large parts of dev-ruby/rails to be keyworded.
|
||||
dev-ruby/minitest-hooks test
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-08-21)
|
||||
# Requires dev-python/qtconsole.
|
||||
dev-python/ipython gui
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-16)
|
||||
# virtual/mysql[static] has no keyworded implementations here.
|
||||
>=virtual/mysql-8.0 static
|
||||
|
||||
Reference in New Issue
Block a user