Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
Date: Sat, 28 Nov 2015 17:58:29
Message-Id: 1448733183.46decbf237d4a8a3a650f2242540b763b913820c.marbre@gentoo
1 commit: 46decbf237d4a8a3a650f2242540b763b913820c
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 17:53:03 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Nov 28 17:53:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=46decbf2
7
8 dev-python/jupyter_client: Moved to tree; Drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/jupyter_client/ChangeLog | 4 +++
13 .../jupyter_client/jupyter_client-4.0.0.ebuild | 36 ---------------------
14 .../jupyter_client/jupyter_client-4.1.1.ebuild | 37 ----------------------
15 3 files changed, 4 insertions(+), 73 deletions(-)
16
17 diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
18 index 514e85b..af7abec 100644
19 --- a/dev-python/jupyter_client/ChangeLog
20 +++ b/dev-python/jupyter_client/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Id$
24
25 + 28 Nov 2015; Marius Brehler <marbre@××××××××××××××.de> -Manifest,
26 + -jupyter_client-4.0.0.ebuild, -jupyter_client-4.1.1.ebuild:
27 + dev-python/jupyter_client: Moved to tree; Drop old
28 +
29 *jupyter_client-4.1.1 (11 Oct 2015)
30
31 11 Oct 2015; Sean Vig <sean.v.775@×××××.com> +jupyter_client-4.1.1.ebuild:
32
33 diff --git a/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild b/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild
34 deleted file mode 100644
35 index 1ff9549..0000000
36 --- a/dev-python/jupyter_client/jupyter_client-4.0.0.ebuild
37 +++ /dev/null
38 @@ -1,36 +0,0 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Id$
42 -
43 -EAPI=5
44 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
45 -PYTHON_REQ_USE="threads(+)"
46 -
47 -inherit distutils-r1
48 -
49 -DESCRIPTION="Jupyter protocol implementation and client libraries"
50 -HOMEPAGE="http://jupyter.org"
51 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52 -KEYWORDS="~amd64 ~x86"
53 -
54 -LICENSE="BSD"
55 -SLOT="0"
56 -IUSE="test"
57 -
58 -RDEPEND="
59 - dev-python/traitlets[${PYTHON_USEDEP}]
60 - dev-python/jupyter_core[${PYTHON_USEDEP}]
61 - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
62 - "
63 -DEPEND="${RDEPEND}
64 - test? (
65 - dev-python/nose[${PYTHON_USEDEP}]
66 - dev-python/coverage[${PYTHON_USEDEP}]
67 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
68 - dev-python/ipykernel[${PYTHON_USEDEP}]
69 - )
70 - "
71 -
72 -python_test() {
73 - nosetests --with-coverage jupyter_client || die
74 -}
75
76 diff --git a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
77 deleted file mode 100644
78 index 89862c0..0000000
79 --- a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
80 +++ /dev/null
81 @@ -1,37 +0,0 @@
82 -# Copyright 1999-2015 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -# $Id$
85 -
86 -EAPI=5
87 -
88 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
89 -PYTHON_REQ_USE="threads(+)"
90 -
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="Jupyter protocol implementation and client libraries"
94 -HOMEPAGE="http://jupyter.org"
95 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96 -KEYWORDS="~amd64 ~x86"
97 -
98 -LICENSE="BSD"
99 -SLOT="0"
100 -IUSE="test"
101 -
102 -RDEPEND="
103 - dev-python/traitlets[${PYTHON_USEDEP}]
104 - dev-python/jupyter_core[${PYTHON_USEDEP}]
105 - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
106 - "
107 -DEPEND="${RDEPEND}
108 - test? (
109 - dev-python/nose[${PYTHON_USEDEP}]
110 - dev-python/coverage[${PYTHON_USEDEP}]
111 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
112 - dev-python/ipykernel[${PYTHON_USEDEP}]
113 - )
114 - "
115 -
116 -python_test() {
117 - nosetests --with-coverage jupyter_client || die
118 -}