public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-09-01  7:57 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-09-01  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bf286bf5f8c16c38c6dadaf413d5a7082b6a47eb
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Aug 27 07:41:54 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 07:41:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf286bf5

dev-python/jupyter_console: Fix deps

Package-Manager: portage-2.2.20.1

 dev-python/jupyter_console/ChangeLog                   | 4 ++++
 dev-python/jupyter_console/jupyter_console-9999.ebuild | 1 +
 2 files changed, 5 insertions(+)

diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index 81953c6..68c1bde 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
+  jupyter_console-9999.ebuild:
+  dev-python/jupyter_console: Fix deps
+
   25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
   jupyter_console-9999.ebuild:
   dev-python/jupyter_console: Drop MY_PN, add python_test

diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index 31c23cb..43b4766 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
 	)
 	"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-09-01 13:11 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-09-01 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     91f17df22cc783dcdd3cb1090683a52098efa2ed
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep  1 13:02:48 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 13:02:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=91f17df2

dev-python/jupyter_console: Version bump; Drop old

Package-Manager: portage-2.2.20.1

 dev-python/jupyter_console/ChangeLog                                | 6 ++++++
 .../{jupyter_console-4.0.0.ebuild => jupyter_console-4.0.1.ebuild}  | 0
 2 files changed, 6 insertions(+)

diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index 68c1bde..8d52fe5 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jupyter_console-4.0.1 (01 Sep 2015)
+
+  01 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+  +jupyter_console-4.0.1.ebuild, -jupyter_console-4.0.0.ebuild:
+  dev-python/jupyter_console: Version bump; Drop old
+
   27 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
   jupyter_console-9999.ebuild:
   dev-python/jupyter_console: Fix deps

diff --git a/dev-python/jupyter_console/jupyter_console-4.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.1.ebuild
similarity index 100%
rename from dev-python/jupyter_console/jupyter_console-4.0.0.ebuild
rename to dev-python/jupyter_console/jupyter_console-4.0.1.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-09-04  5:46 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-09-04  5:46 UTC (permalink / raw
  To: gentoo-commits

commit:     7e3a5d2d4ae047332e0dbc90f7e80913573ece8c
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Sep  2 17:08:15 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:16:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7e3a5d2d

dev-python/jupyter_console: Fix testing deps

 dev-python/jupyter_console/ChangeLog                   | 3 +++
 dev-python/jupyter_console/jupyter_console-9999.ebuild | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index 77d9c66..f56aa3b 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  02 Sep 2015; Sean Vig <sean.v.775@gmail.com> jupyter_console-9999.ebuild:
+  dev-python/jupyter_console: Fix testing deps
+
 *jupyter_console-4.0.1 (01 Sep 2015)
 
   01 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>

diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index 43b4766..a2a645f 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -29,6 +29,8 @@ RDEPEND="
 	"
 DEPEND="${RDEPEND}
 	test? (
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+		dev-python/pexpect[${PYTHON_USEDEP}]
 		>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
 		dev-python/coverage[${PYTHON_USEDEP}]
 	)


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-09-04  5:46 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-09-04  5:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3da9cc25a3dc17dd40655fc9114c2489b9beb03f
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Sep  2 18:25:00 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:16:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3da9cc25

dev-python/jupyter_console: Add doc use flag

 dev-python/jupyter_console/ChangeLog                |  3 +++
 .../jupyter_console/jupyter_console-9999.ebuild     | 21 ++++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index f56aa3b..711391f 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/ChangeLog
@@ -3,6 +3,9 @@
 # $Id$
 
   02 Sep 2015; Sean Vig <sean.v.775@gmail.com> jupyter_console-9999.ebuild:
+  dev-python/jupyter_console: Add doc use flag
+
+  02 Sep 2015; Sean Vig <sean.v.775@gmail.com> jupyter_console-9999.ebuild:
   dev-python/jupyter_console: Fix testing deps
 
 *jupyter_console-4.0.1 (01 Sep 2015)

diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index a2a645f..2c7293f 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="test"
+IUSE="doc test"
 
 RDEPEND="
 	dev-python/ipython[${PYTHON_USEDEP}]
@@ -28,6 +28,7 @@ RDEPEND="
 	dev-python/jupyter_client[${PYTHON_USEDEP}]
 	"
 DEPEND="${RDEPEND}
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 	test? (
 		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
 		dev-python/pexpect[${PYTHON_USEDEP}]
@@ -36,6 +37,24 @@ DEPEND="${RDEPEND}
 	)
 	"
 
+python_prepare_all() {
+	# Prevent un-needed download during build
+	if use doc; then
+		sed -e "/^    'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
+	fi
+
+	distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+	use doc && emake -C docs html
+}
+
 python_test() {
 	nosetests --with-coverage --cover-package=jupyter_console jupyter_console || die
 }
+
+python_install_all() {
+	use doc && HTML_DOCS=( docs/_build/html/. )
+	distutils-r1_python_install_all
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-09-09  7:11 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-09-09  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c4d145c0b7311427e7fdbf3293c789cf3098b905
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Sep  7 18:40:24 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 18:40:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c4d145c0

dev-python/jupyter_console: Version bump; Drop old

Package-Manager: portage-2.2.20.1

 dev-python/jupyter_console/ChangeLog                                | 6 ++++++
 .../{jupyter_console-4.0.1.ebuild => jupyter_console-4.0.2.ebuild}  | 0
 2 files changed, 6 insertions(+)

diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index 711391f..1e2fdc5 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*jupyter_console-4.0.2 (07 Sep 2015)
+
+  07 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+  +jupyter_console-4.0.2.ebuild, -jupyter_console-4.0.1.ebuild:
+  dev-python/jupyter_console: Version bump; Drop old
+
   02 Sep 2015; Sean Vig <sean.v.775@gmail.com> jupyter_console-9999.ebuild:
   dev-python/jupyter_console: Add doc use flag
 

diff --git a/dev-python/jupyter_console/jupyter_console-4.0.1.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.2.ebuild
similarity index 100%
rename from dev-python/jupyter_console/jupyter_console-4.0.1.ebuild
rename to dev-python/jupyter_console/jupyter_console-4.0.2.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-09-22  7:22 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-09-22  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7805a9e800e49453183209c3c0df7f13d034fdc4
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 22 07:13:40 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 07:13:40 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7805a9e8

dev-python/jupyter_console: Add ~x86 to KEYWORDS, fixes #561032

Package-Manager: portage-2.2.20.1

 dev-python/jupyter_console/ChangeLog                   | 4 ++++
 dev-python/jupyter_console/jupyter_console-9999.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index 1e2fdc5..f4fa1be 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/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>
+  jupyter_console-9999.ebuild:
+  dev-python/jupyter_console: Add ~x86 to KEYWORDS, fixes #561032
+
 *jupyter_console-4.0.2 (07 Sep 2015)
 
   07 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>

diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index 2c7293f..7b03c52 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then
 	EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-09-22 10:06 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-09-22 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9d3affa61ce60c1682a51d9e26204f034a9fd40b
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 22 09:09:26 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 09:09:26 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d3affa6

dev-python/jupyter_console: Replace symlinks

Package-Manager: portage-2.2.20.1

 dev-python/jupyter_console/jupyter_console-9999.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index 7b03c52..c663445 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -5,18 +5,11 @@
 EAPI=5
 PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
 
-inherit distutils-r1
+inherit distutils-r1 git-r3
 
 DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
 HOMEPAGE="http://jupyter.org"
-
-if [ ${PV} == "9999" ] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
-else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
+EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-10-12  6:51 Marius Brehler
  0 siblings, 0 replies; 12+ messages in thread
From: Marius Brehler @ 2015-10-12  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ba7394b273415fb048aada8910a6f074d1e829b1
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Sun Oct 11 22:53:01 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sun Oct 11 22:53:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba7394b2

dev-python/jupyter_console: Version bump to 4.0.3

 dev-python/jupyter_console/ChangeLog                                | 6 ++++++
 .../{jupyter_console-4.0.2.ebuild => jupyter_console-4.0.3.ebuild}  | 0
 2 files changed, 6 insertions(+)

diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index f4fa1be..9ae64c4 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*jupyter_console-4.0.3 (11 Oct 2015)
+
+  11 Oct 2015; Sean Vig <sean.v.775@gmail.com> +jupyter_console-4.0.3.ebuild,
+  -jupyter_console-4.0.2.ebuild:
+  dev-python/jupyter_console: Version bump to 4.0.3
+
   22 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
   jupyter_console-9999.ebuild:
   dev-python/jupyter_console: Add ~x86 to KEYWORDS, fixes #561032

diff --git a/dev-python/jupyter_console/jupyter_console-4.0.2.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
similarity index 100%
rename from dev-python/jupyter_console/jupyter_console-4.0.2.ebuild
rename to dev-python/jupyter_console/jupyter_console-4.0.3.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-10-21 13:44 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9580cb32f7505376fa5b2ca5998ac6cb193208e6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 12:51:41 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 12:51:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9580cb32

dev-python/jupyter_console: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/jupyter_console/jupyter_console-4.0.3.ebuild | 3 ++-
 dev-python/jupyter_console/jupyter_console-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
index a1fca11..0086a62 100644
--- a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1
 

diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index c663445..ed0be7c 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1 git-r3
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2015-11-28 17:58 Marius Brehler
  0 siblings, 0 replies; 12+ messages in thread
From: Marius Brehler @ 2015-11-28 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     87d0a0e19717c1cc7ec12418e9d012db9a97ede9
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Nov 28 17:53:32 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Nov 28 17:53:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=87d0a0e1

dev-python/jupyter_console: Moved to tree

Package-Manager: portage-2.2.20.1

 dev-python/jupyter_console/ChangeLog               |  4 ++
 .../jupyter_console/jupyter_console-4.0.3.ebuild   | 55 ----------------------
 2 files changed, 4 insertions(+), 55 deletions(-)

diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
index 9ae64c4..c3d4469 100644
--- a/dev-python/jupyter_console/ChangeLog
+++ b/dev-python/jupyter_console/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  28 Nov 2015; Marius Brehler <marbre@linux.sungazer.de> -Manifest,
+  -jupyter_console-4.0.3.ebuild:
+  dev-python/jupyter_console: Moved to tree
+
 *jupyter_console-4.0.3 (11 Oct 2015)
 
   11 Oct 2015; Sean Vig <sean.v.775@gmail.com> +jupyter_console-4.0.3.ebuild,

diff --git a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
deleted file mode 100644
index 0086a62..0000000
--- a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
-HOMEPAGE="http://jupyter.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-
-RDEPEND="
-	dev-python/ipython[${PYTHON_USEDEP}]
-	dev-python/ipykernel[${PYTHON_USEDEP}]
-	dev-python/jupyter_client[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? (
-		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
-		dev-python/pexpect[${PYTHON_USEDEP}]
-		>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-	)
-	"
-
-python_prepare_all() {
-	# Prevent un-needed download during build
-	if use doc; then
-		sed -e "/^    'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
-	fi
-
-	distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	nosetests --with-coverage --cover-package=jupyter_console jupyter_console || die
-}
-
-python_install_all() {
-	use doc && HTML_DOCS=( docs/_build/html/. )
-	distutils-r1_python_install_all
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2016-07-27 12:17 Marius Brehler
  0 siblings, 0 replies; 12+ messages in thread
From: Marius Brehler @ 2016-07-27 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     246dc00fba726ba1a4d720a4aa4ccd8cbf9f65e9
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jul 27 12:07:57 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Jul 27 12:07:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=246dc00f

dev-python/jupyter_console: Bump to EAPI=6; Adopt to ebuild in tree

Package-Manager: portage-2.2.28

 dev-python/jupyter_console/jupyter_console-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index ed0be7c..d68c9ff 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
@@ -20,6 +20,8 @@ RDEPEND="
 	dev-python/ipython[${PYTHON_USEDEP}]
 	dev-python/ipykernel[${PYTHON_USEDEP}]
 	dev-python/jupyter_client[${PYTHON_USEDEP}]
+	>=dev-python/prompt_toolkit-1.0.0[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]
 	"
 DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
@@ -27,7 +29,6 @@ DEPEND="${RDEPEND}
 		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
 		dev-python/pexpect[${PYTHON_USEDEP}]
 		>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
 	)
 	"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
@ 2017-01-03 10:31 Marius Brehler
  0 siblings, 0 replies; 12+ messages in thread
From: Marius Brehler @ 2017-01-03 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     873898b807709d9dae45c57d39c84205c548d3c1
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan  3 10:27:44 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Jan  3 10:27:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=873898b8

dev-python/jupyter_console: Drop python3_3

Package-Manager: portage-2.3.0

 dev-python/jupyter_console/jupyter_console-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index d68c9ff..0701fd3 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1 git-r3
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-01-03 10:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 10:31 [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/ Marius Brehler
  -- strict thread matches above, loose matches on Subject: below --
2016-07-27 12:17 Marius Brehler
2015-11-28 17:58 Marius Brehler
2015-10-21 13:44 Justin Lecher
2015-10-12  6:51 Marius Brehler
2015-09-22 10:06 Justin Lecher
2015-09-22  7:22 Justin Lecher
2015-09-09  7:11 Justin Lecher
2015-09-04  5:46 Justin Lecher
2015-09-04  5:46 Justin Lecher
2015-09-01 13:11 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