public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
@ 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:     df3cb179f4881ae9d1c645f1f917db7edbd13bfc
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Aug 25 13:22:17 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 13:22:17 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=df3cb179

dev-python/jupyter_client: Add missing dep: ipykernel (required for testing)

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
index d769a7a..a7fe28e 100644
--- a/dev-python/jupyter_client/ChangeLog
+++ b/dev-python/jupyter_client/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>
+  jupyter_client-9999.ebuild:
+  dev-python/jupyter_client: Add missing dep: ipykernel (required for testing)
+
 *jupyter_client-4.0.0 (12 Aug 2015)
 *jupyter_client-9999 (12 Aug 2015)
 

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index b4ce1e8..0eb5a44 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
 	test? (
 		dev-python/nose[${PYTHON_USEDEP}]
 		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/ipykernel[${PYTHON_USEDEP}]
 	)
 	"
 


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

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
@ 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:     9a0ea7f1464d0a4ea2ab40417359234ed3abc8a1
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Aug 27 07:41:42 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 07:41:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9a0ea7f1

dev-python/jupyter_client: Fix deps

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
index a7fe28e..3a98da2 100644
--- a/dev-python/jupyter_client/ChangeLog
+++ b/dev-python/jupyter_client/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_client-9999.ebuild:
+  dev-python/jupyter_client: Fix deps
+
   25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
   jupyter_client-9999.ebuild:
   dev-python/jupyter_client: Add missing dep: ipykernel (required for testing)

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index ec79599..ba6a640 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
 		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/ipykernel[${PYTHON_USEDEP}]
 	)


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

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

commit:     b8d68b75d35eb3d42da3bfefebb390fad539f328
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Sep  2 17:07:52 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=b8d68b75

dev-python/jupyter_client: Fix testing deps

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

diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
index 1451b86..50c58d4 100644
--- a/dev-python/jupyter_client/ChangeLog
+++ b/dev-python/jupyter_client/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_client-9999.ebuild:
+  dev-python/jupyter_client: Fix testing deps
+
   27 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
   jupyter_client-9999.ebuild:
   dev-python/jupyter_client: Fix deps

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index ba6a640..25db851 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
 	test? (
 		dev-python/nose[${PYTHON_USEDEP}]
 		dev-python/coverage[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
 		dev-python/ipykernel[${PYTHON_USEDEP}]
 	)
 	"


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

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
@ 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:     1b38d9d5c31e61bebabe8c672ea8063c0ee3c8ed
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 22 06:27:56 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=1b38d9d5

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

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
index 50c58d4..6777646 100644
--- a/dev-python/jupyter_client/ChangeLog
+++ b/dev-python/jupyter_client/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_client-9999.ebuild:
+  dev-python/jupyter_client: Add ~x86 to KEYWORDS, fixes #561032
+
   02 Sep 2015; Sean Vig <sean.v.775@gmail.com> jupyter_client-9999.ebuild:
   dev-python/jupyter_client: Fix testing deps
 

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index 25db851..5b296f0 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-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] 11+ messages in thread

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

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

dev-python/jupyter_client: Replace symlinks

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index 5b296f0..6c91547 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-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="Jupyter protocol implementation and client libraries"
 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] 11+ messages in thread

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

commit:     e9f4de03c0738a170fd3e882f10f1bd92a83b499
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Sun Oct 11 22:50:30 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=e9f4de03

dev-python/jupyter_client: Version bump to 4.1.1

 dev-python/jupyter_client/ChangeLog                |  5 ++++
 .../jupyter_client/jupyter_client-4.1.1.ebuild     | 35 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

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

diff --git a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
new file mode 100644
index 0000000..7a24b82
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter protocol implementation and client libraries"
+HOMEPAGE="http://jupyter.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+	dev-python/traitlets[${PYTHON_USEDEP}]
+	dev-python/jupyter_core[${PYTHON_USEDEP}]
+	>=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+	"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+		dev-python/ipykernel[${PYTHON_USEDEP}]
+	)
+	"
+
+python_test() {
+	nosetests --with-coverage jupyter_client || die
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
@ 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:     5e41ca37ec7ebdde57da7eacec3326952b3e93b0
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 07:04:09 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 07:04:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e41ca37

dev-python/jupyter_client: Add python3.5 support

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
index 7a24b82..9dbccc5 100644
--- a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-4.1.1.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_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index 6c91547..8cbc07a 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-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] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
@ 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:     ffd40314ae2a538133ae48835ace9b6240472a28
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 17:09:25 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:09:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ffd40314

dev-python/jupyter_client: Depend on threading support in python

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

 dev-python/jupyter_client/jupyter_client-4.0.0.ebuild | 1 +
 dev-python/jupyter_client/jupyter_client-4.1.1.ebuild | 1 +
 dev-python/jupyter_client/jupyter_client-9999.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild b/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild
index 7a24b82..1ff9549 100644
--- a/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
index 9dbccc5..89862c0 100644
--- a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index 8cbc07a..3383ffb 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 git-r3
 


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

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

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

dev-python/jupyter_client: Moved to tree; Drop old

Package-Manager: portage-2.2.20.1

 dev-python/jupyter_client/ChangeLog                |  4 +++
 .../jupyter_client/jupyter_client-4.0.0.ebuild     | 36 ---------------------
 .../jupyter_client/jupyter_client-4.1.1.ebuild     | 37 ----------------------
 3 files changed, 4 insertions(+), 73 deletions(-)

diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
index 514e85b..af7abec 100644
--- a/dev-python/jupyter_client/ChangeLog
+++ b/dev-python/jupyter_client/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_client-4.0.0.ebuild, -jupyter_client-4.1.1.ebuild:
+  dev-python/jupyter_client: Moved to tree; Drop old
+
 *jupyter_client-4.1.1 (11 Oct 2015)
 
   11 Oct 2015; Sean Vig <sean.v.775@gmail.com> +jupyter_client-4.1.1.ebuild:

diff --git a/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild b/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild
deleted file mode 100644
index 1ff9549..0000000
--- a/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild
+++ /dev/null
@@ -1,36 +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 python{3_3,3_4} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter protocol implementation and client libraries"
-HOMEPAGE="http://jupyter.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-	dev-python/traitlets[${PYTHON_USEDEP}]
-	dev-python/jupyter_core[${PYTHON_USEDEP}]
-	>=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
-		dev-python/ipykernel[${PYTHON_USEDEP}]
-	)
-	"
-
-python_test() {
-	nosetests --with-coverage jupyter_client || die
-}

diff --git a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
deleted file mode 100644
index 89862c0..0000000
--- a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
+++ /dev/null
@@ -1,37 +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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Jupyter protocol implementation and client libraries"
-HOMEPAGE="http://jupyter.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-	dev-python/traitlets[${PYTHON_USEDEP}]
-	dev-python/jupyter_core[${PYTHON_USEDEP}]
-	>=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
-		dev-python/ipykernel[${PYTHON_USEDEP}]
-	)
-	"
-
-python_test() {
-	nosetests --with-coverage jupyter_client || die
-}


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

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

commit:     30aa18db2283ba1435efeb0c250c17355a00e693
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jul 27 12:05:11 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Jul 27 12:05:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=30aa18db

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

Package-Manager: portage-2.2.28

 dev-python/jupyter_client/jupyter_client-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index 3383ffb..0e0ecac 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-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} )
 PYTHON_REQ_USE="threads(+)"
@@ -32,5 +32,5 @@ DEPEND="${RDEPEND}
 	"
 
 python_test() {
-	nosetests --with-coverage jupyter_client || die
+	nosetests --with-coverage --cover-package jupyter_client jupyter_client || die
 }


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

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

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

dev-python/jupyter_client: Drop python3_3

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index 0e0ecac..4eb83a4 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-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} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 git-r3


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

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

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