aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-08-25 08:59:29 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-08-25 08:59:29 +0200
commitd7ae1a994987c4da96165700e71bc8124991ca2d (patch)
tree0a7217603f81d54507b323ad11cf4001c1d28e64
parentdev-python/qtconsole: Initial ebuild (diff)
downloadsci-d7ae1a994987c4da96165700e71bc8124991ca2d.tar.gz
sci-d7ae1a994987c4da96165700e71bc8124991ca2d.tar.bz2
sci-d7ae1a994987c4da96165700e71bc8124991ca2d.zip
dev-python/qtconsole: Take over DEPEND from ipython
Package-Manager: portage-2.2.20.1
-rw-r--r--dev-python/qtconsole/ChangeLog3
-rw-r--r--dev-python/qtconsole/qtconsole-9999.ebuild7
2 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/qtconsole/ChangeLog b/dev-python/qtconsole/ChangeLog
index d7526a4cd..78d82e199 100644
--- a/dev-python/qtconsole/ChangeLog
+++ b/dev-python/qtconsole/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de> qtconsole-9999.ebuild:
+ dev-python/qtconsole: Take over DEPEND from ipython
+
*qtconsole-4.0.1 (25 Aug 2015)
*qtconsole-9999 (25 Aug 2015)
diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild b/dev-python/qtconsole/qtconsole-9999.ebuild
index f3a10cb54..e30db2358 100644
--- a/dev-python/qtconsole/qtconsole-9999.ebuild
+++ b/dev-python/qtconsole/qtconsole-9999.ebuild
@@ -31,6 +31,13 @@ DEPEND="${RDEPEND}
test? (
>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
)
+ || (
+ dev-python/PyQt4[${PYTHON_USEDEP},svg]
+ dev-python/PyQt5[${PYTHON_USEDEP},svg]
+ dev-python/pyside[${PYTHON_USEDEP},svg]
+ )
+ dev-python/pygments[${PYTHON_USEDEP}]
+ >=dev-python/pyzmq-13[${PYTHON_USEDEP}]
"
python_test() {