* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-09-01 7:57 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-09-01 7:57 UTC (permalink / raw
To: gentoo-commits
commit: f49f077f084ce98d1c253e45893c5559ca84b54c
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Aug 25 13:17:05 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 13:17:05 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f49f077f
dev-python/ipython: Drop octave useflag
Package-Manager: portage-2.2.20.1
dev-python/ipython/ChangeLog | 4 ++++
dev-python/ipython/ipython-4.0.0.ebuild | 5 ++---
dev-python/ipython/metadata.xml | 1 -
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 0a06287..c6096ff 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de> ipython-4.0.0.ebuild,
+ metadata.xml:
+ dev-python/ipython: Drop octave useflag
+
25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de> ipython-4.0.0.ebuild:
dev-python/ipython: Provide qt4 console via dev-python/qtconsole
diff --git a/dev-python/ipython/ipython-4.0.0.ebuild b/dev-python/ipython/ipython-4.0.0.ebuild
index d00c580..084dda1 100644
--- a/dev-python/ipython/ipython-4.0.0.ebuild
+++ b/dev-python/ipython/ipython-4.0.0.ebuild
@@ -16,10 +16,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test wxwidgets"
+IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets"
REQUIRED_USE="
- test? ( doc matplotlib mongodb notebook nbconvert octave qt4 wxwidgets )
+ test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets )
doc? ( mongodb )"
CDEPEND="
@@ -32,7 +32,6 @@ CDEPEND="
dev-python/traitlets[${PYTHON_USEDEP}]
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
mongodb? ( <dev-python/pymongo-3[${PYTHON_USEDEP}] )
- octave? ( dev-python/oct2py[${PYTHON_USEDEP}] )
smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )
wxwidgets? ( dev-python/ipywidgets[${PYTHON_USEDEP}] )"
diff --git a/dev-python/ipython/metadata.xml b/dev-python/ipython/metadata.xml
index e8cfb38..75c2dff 100644
--- a/dev-python/ipython/metadata.xml
+++ b/dev-python/ipython/metadata.xml
@@ -43,7 +43,6 @@
<flag name="mongodb">Enable support for MongoDB via <pkg>dev-python/pymongo</pkg></flag>
<flag name="notebook">Install requirements for the web notebook based on <pkg>www-servers/tornado</pkg></flag>
<flag name="nbconvert">Enable support for converting notebooks to various formats using <pkg>app-text/pandoc</pkg></flag>
- <flag name="octave">Enable octave bridge via <pkg>dev-python/oct2py</pkg></flag>
</use>
<upstream>
<remote-id type="pypi">ipython</remote-id>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-09-01 11:47 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-09-01 11:47 UTC (permalink / raw
To: gentoo-commits
commit: 379464943d2a72a6558b749ec0c6647a879f7fde
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 1 11:40:05 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 11:40:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=37946494
dev-python/ipython: Fix #474
Package-Manager: portage-2.2.20.1
dev-python/ipython/ChangeLog | 6 ++++++
.../ipython/{ipython-4.0.0.ebuild => ipython-4.0.0-r1.ebuild} | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index c6096ff..57789ba 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*ipython-4.0.0-r1 (01 Sep 2015)
+
+ 01 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ +ipython-4.0.0-r1.ebuild, -ipython-4.0.0.ebuild:
+ dev-python/ipython: Fix #474
+
25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de> ipython-4.0.0.ebuild,
metadata.xml:
dev-python/ipython: Drop octave useflag
diff --git a/dev-python/ipython/ipython-4.0.0.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild
similarity index 97%
rename from dev-python/ipython/ipython-4.0.0.ebuild
rename to dev-python/ipython/ipython-4.0.0-r1.ebuild
index 084dda1..b8d08ad 100644
--- a/dev-python/ipython/ipython-4.0.0.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -36,7 +36,10 @@ CDEPEND="
wxwidgets? ( dev-python/ipywidgets[${PYTHON_USEDEP}] )"
RDEPEND="${CDEPEND}
- notebook? ( dev-python/notebook[${PYTHON_USEDEP}] )
+ notebook? (
+ dev-python/notebook[${PYTHON_USEDEP}]
+ dev-python/ipywidgets[${PYTHON_USEDEP}]
+ )
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
qt4? ( dev-python/qtconsole )"
DEPEND="${CDEPEND}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-09-02 7:59 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-09-02 7:59 UTC (permalink / raw
To: gentoo-commits
commit: f042a7a32ff671663c93ff0433f5f0b6bfffc4d5
Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Sep 2 02:21:04 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 07:32:18 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f042a7a3
dev-python/ipython: remove mathjax references
dev-python/ipython/ChangeLog | 3 +++
dev-python/ipython/ipython-4.0.0-r1.ebuild | 2 --
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index dbdd93f..66d2f0a 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 01 Sep 2015; Sean Vig <sean.v.775@gmail.com>
+ dev-python/ipython: remove mathjax references
+
*ipython-4.0.0-r1 (01 Sep 2015)
01 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild
index b8d08ad..8b90505 100644
--- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -102,8 +102,6 @@ python_test() {
python_install() {
distutils-r1_python_install
- use notebook && \
- ln -sf "${EPREFIX}/usr/share/mathjax" "${D}$(python_get_sitedir)/IPython/html/static/mathjax"
# Create ipythonX.Y symlinks.
# TODO:
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-09-02 9:27 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-09-02 9:27 UTC (permalink / raw
To: gentoo-commits
commit: 96ed940db8028ce80a3a80629921807337ad74e1
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Sep 2 08:01:31 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 08:01:59 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=96ed940d
dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets
Package-Manager: portage-2.2.20.1
dev-python/ipython/ChangeLog | 4 ++++
dev-python/ipython/ipython-4.0.0-r1.ebuild | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 66d2f0a..fa0379b 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 02 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ ipython-4.0.0-r1.ebuild:
+ dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets
+
01 Sep 2015; Sean Vig <sean.v.775@gmail.com>
dev-python/ipython: remove mathjax references
diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild
index 8b90505..535df00 100644
--- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -20,7 +20,8 @@ IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets
REQUIRED_USE="
test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets )
- doc? ( mongodb )"
+ doc? ( mongodb )
+ notebook? ( wxwidgets )"
CDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
@@ -38,7 +39,6 @@ CDEPEND="
RDEPEND="${CDEPEND}
notebook? (
dev-python/notebook[${PYTHON_USEDEP}]
- dev-python/ipywidgets[${PYTHON_USEDEP}]
)
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
qt4? ( dev-python/qtconsole )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-09-02 9:27 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-09-02 9:27 UTC (permalink / raw
To: gentoo-commits
commit: 371f621d34edc45074d9c1d36c444649c3e07381
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Sep 2 08:12:37 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 08:12:37 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=371f621d
dev-python/ipython: Move setuptools from CDEPEND to DEPEND
Package-Manager: portage-2.2.20.1
dev-python/ipython/ChangeLog | 4 ++++
dev-python/ipython/ipython-4.0.0-r1.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index fa0379b..706e50c 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -4,6 +4,10 @@
02 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
ipython-4.0.0-r1.ebuild:
+ dev-python/ipython: Move setuptools from CDEPEND to DEPEND
+
+ 02 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ ipython-4.0.0-r1.ebuild:
dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets
01 Sep 2015; Sean Vig <sean.v.775@gmail.com>
diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild
index 535df00..1845023 100644
--- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -28,7 +28,6 @@ CDEPEND="
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pickleshare[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
dev-python/traitlets[${PYTHON_USEDEP}]
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
@@ -43,6 +42,7 @@ RDEPEND="${CDEPEND}
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
qt4? ( dev-python/qtconsole )"
DEPEND="${CDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? (
app-text/dvipng
dev-python/jinja[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-09-03 11:04 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-09-03 11:04 UTC (permalink / raw
To: gentoo-commits
commit: de4f6ec1ba184508232e963a0547422eac22c12d
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Sep 2 14:05:09 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 14:05:36 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de4f6ec1
dev-python/ipython: Fix #480; add testpath to dependencies
Package-Manager: portage-2.2.20.1
dev-python/ipython/ChangeLog | 4 ++++
dev-python/ipython/ipython-4.0.0-r1.ebuild | 1 +
2 files changed, 5 insertions(+)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 706e50c..d17bf75 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -4,6 +4,10 @@
02 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
ipython-4.0.0-r1.ebuild:
+ dev-python/ipython: Fix #480; add testpath to dependencies
+
+ 02 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ ipython-4.0.0-r1.ebuild:
dev-python/ipython: Move setuptools from CDEPEND to DEPEND
02 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild
index 1845023..3eaa82c 100644
--- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -51,6 +51,7 @@ DEPEND="${CDEPEND}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
>=www-servers/tornado-4.0[${PYTHON_USEDEP}]
+ dev-python/testpath[${PYTHON_USEDEP}]
)
doc? (
dev-python/cython[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-09-18 6:11 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-09-18 6:11 UTC (permalink / raw
To: gentoo-commits
commit: 9f687d7c61af02f41df25384a8ce4faf35945c7a
Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
AuthorDate: Thu Sep 17 23:57:37 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 23:57:37 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9f687d7c
dev-python/ipython: Solve circular dependency between ipython and ipyparallel when smp is enabled.
Package-Manager: portage-2.2.20.1
dev-python/ipython/ChangeLog | 5 +++++
dev-python/ipython/ipython-4.0.0-r2.ebuild | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 285fd7a..8503420 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 17 Sep 2015; François Bissey <francois.bissey@canterbury.ac.nz>
+ ipython-4.0.0-r2.ebuild:
+ dev-python/ipython: Solve circular dependency between ipython and ipyparallel
+ when smp is enabled.
+
16 Sep 2015; suhr <null@null>
ipython-4.0.0-r2.ebuild:
dev-python/ipython: separate wxwidgets dependency from ipywidgets
diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild
index 2b8ea74..388fd0c 100644
--- a/dev-python/ipython/ipython-4.0.0-r2.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild
@@ -31,7 +31,6 @@ CDEPEND="
dev-python/traitlets[${PYTHON_USEDEP}]
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
mongodb? ( <dev-python/pymongo-3[${PYTHON_USEDEP}] )
- smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )
wxwidgets? ( $(python_gen_cond_dep 'dev-python/wxpython:*[${PYTHON_USEDEP}]' python2_7) )"
RDEPEND="${CDEPEND}
@@ -65,6 +64,9 @@ DEPEND="${CDEPEND}
>=www-servers/tornado-4.0[${PYTHON_USEDEP}]
)"
+PDEPEND="
+ smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )"
+
PATCHES=(
"${FILESDIR}"/2.1.0-substitute-files.patch
)
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-09-22 7:22 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-09-22 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 1f4d5916bdca1ca462fe73d3ee49af3ba18739ea
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 22 06:27:14 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 06:31:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f4d5916
dev-python/ipython: Add ~x86 to KEYWORDS, fixes #561032
Package-Manager: portage-2.2.20.1
dev-python/ipython/ChangeLog | 4 ++++
dev-python/ipython/ipython-4.0.0-r2.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 8503420..37c5859 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 22 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ ipython-4.0.0-r2.ebuild:
+ dev-python/ipython: Add ~x86 to KEYWORDS, fixes #561032
+
17 Sep 2015; François Bissey <francois.bissey@canterbury.ac.nz>
ipython-4.0.0-r2.ebuild:
dev-python/ipython: Solve circular dependency between ipython and ipyparallel
diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild
index 388fd0c..aea4c39 100644
--- a/dev-python/ipython/ipython-4.0.0-r2.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 +smp test wxwidgets"
REQUIRED_USE="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: c942f9e8d4e7ed5c6ea30872d83b0a11dd693d6a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 12:29:56 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 12:29:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c942f9e8
dev-python/ipython: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/ipython/ipython-4.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild
index aea4c39..af4bfba 100644
--- a/dev-python/ipython/ipython-4.0.0-r2.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
PYTHON_REQ_USE='readline,sqlite'
inherit distutils-r1 eutils virtualx
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-11-11 17:12 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-11-11 17:12 UTC (permalink / raw
To: gentoo-commits
commit: b7d1b137de6d225a64e5bf69ee14af4547077d0f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 17:07:44 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:07:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b7d1b137
dev-python/ipython: Depend on threading support in python
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/ipython/ipython-4.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild
index af4bfba..6fa409b 100644
--- a/dev-python/ipython/ipython-4.0.0-r2.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild
@@ -5,7 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-PYTHON_REQ_USE='readline,sqlite'
+PYTHON_REQ_USE='readline,sqlite,threads(+)'
inherit distutils-r1 eutils virtualx
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipython/
@ 2015-11-17 15:55 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-11-17 15:55 UTC (permalink / raw
To: gentoo-commits
commit: 073db85d7b59189c6bcb82f3c1ff3d8401226f82
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 15:55:15 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 15:55:15 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=073db85d
dev-python/ipython: Add {line,memory}_profiler to optfeature
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/ipython/ipython-4.0.0-r2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild
index 6fa409b..076965c 100644
--- a/dev-python/ipython/ipython-4.0.0-r2.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild
@@ -124,6 +124,8 @@ python_install_all() {
pkg_postinst() {
optfeature "sympyprinting" dev-python/sympy
optfeature "cythonmagic" dev-python/cython
+ optfeature "%lprun magic command" dev-python/line_profiler
+ optfeature "%mprun magic command" dev-python/memory_profiler
if use nbconvert; then
if ! has_version app-text/pandoc ; then
einfo "Node.js will be used to convert notebooks to other formats"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2015-11-17 15:55 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-17 15:55 [gentoo-commits] proj/sci:master commit in: dev-python/ipython/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-11-11 17:12 Justin Lecher
2015-10-21 13:44 Justin Lecher
2015-09-22 7:22 Justin Lecher
2015-09-18 6:11 Justin Lecher
2015-09-03 11:04 Justin Lecher
2015-09-02 9:27 Justin Lecher
2015-09-02 9:27 Justin Lecher
2015-09-02 7:59 Justin Lecher
2015-09-01 11:47 Justin Lecher
2015-09-01 7:57 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox