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/ipykernel/
Date: Sat, 28 Nov 2015 17:58:33
Message-Id: 1448733009.50d661de12680a2552ec9fc8a684bd3aeec7ddc5.marbre@gentoo
1 commit: 50d661de12680a2552ec9fc8a684bd3aeec7ddc5
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 17:50:09 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Nov 28 17:50:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=50d661de
7
8 dev-python/ipykernel: Moved to tree; Drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/ipykernel/ChangeLog | 4 +++
13 dev-python/ipykernel/ipykernel-4.0.3.ebuild | 40 -----------------------------
14 dev-python/ipykernel/ipykernel-4.1.1.ebuild | 35 -------------------------
15 dev-python/ipykernel/ipykernel-4.2.0.ebuild | 35 -------------------------
16 4 files changed, 4 insertions(+), 110 deletions(-)
17
18 diff --git a/dev-python/ipykernel/ChangeLog b/dev-python/ipykernel/ChangeLog
19 index 238b6b3..36b9377 100644
20 --- a/dev-python/ipykernel/ChangeLog
21 +++ b/dev-python/ipykernel/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 # $Id$
25
26 + 28 Nov 2015; Marius Brehler <marbre@××××××××××××××.de> -Manifest,
27 + -ipykernel-4.0.3.ebuild, -ipykernel-4.1.1.ebuild, -ipykernel-4.2.0.ebuild:
28 + dev-python/ipykernel: Moved to tree; Drop old
29 +
30 *ipykernel-4.2.0 (27 Nov 2015)
31
32 27 Nov 2015; Marius Brehler <marbre@××××××××××××××.de>
33
34 diff --git a/dev-python/ipykernel/ipykernel-4.0.3.ebuild b/dev-python/ipykernel/ipykernel-4.0.3.ebuild
35 deleted file mode 100644
36 index 35af94f..0000000
37 --- a/dev-python/ipykernel/ipykernel-4.0.3.ebuild
38 +++ /dev/null
39 @@ -1,40 +0,0 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -# $Id$
43 -
44 -EAPI=5
45 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
46 -PYTHON_REQ_USE="threads(+)"
47 -
48 -inherit distutils-r1
49 -
50 -DESCRIPTION="IPython Kernel for Jupyter"
51 -HOMEPAGE="https://github.com/ipython/ipykernel"
52 -
53 -if [ ${PV} == "9999" ] ; then
54 - inherit git-r3
55 - EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
56 -else
57 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
58 - KEYWORDS="~amd64 ~x86"
59 -fi
60 -
61 -LICENSE="BSD"
62 -SLOT="0"
63 -IUSE="test"
64 -
65 -RDEPEND="
66 - dev-python/traitlets[${PYTHON_USEDEP}]"
67 - #dev-python/jupyter_client[${PYTHON_USEDEP}]
68 - #>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
69 -DEPEND="${RDEPEND}
70 - test? (
71 - dev-python/coverage[${PYTHON_USEDEP}]
72 - >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
73 - dev-python/nose[${PYTHON_USEDEP}]
74 - )
75 - "
76 -
77 -python_test() {
78 - nosetests --with-coverage --cover-package ipykernel ipykernel || die
79 -}
80
81 diff --git a/dev-python/ipykernel/ipykernel-4.1.1.ebuild b/dev-python/ipykernel/ipykernel-4.1.1.ebuild
82 deleted file mode 100644
83 index e8cf096..0000000
84 --- a/dev-python/ipykernel/ipykernel-4.1.1.ebuild
85 +++ /dev/null
86 @@ -1,35 +0,0 @@
87 -# Copyright 1999-2015 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -# $Id$
90 -
91 -EAPI=5
92 -
93 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
94 -PYTHON_REQ_USE="threads(+)"
95 -
96 -inherit distutils-r1
97 -
98 -DESCRIPTION="IPython Kernel for Jupyter"
99 -HOMEPAGE="https://github.com/ipython/ipykernel"
100 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
101 -
102 -LICENSE="BSD"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~x86"
105 -IUSE="test"
106 -
107 -RDEPEND="
108 - dev-python/traitlets[${PYTHON_USEDEP}]"
109 - #dev-python/jupyter_client[${PYTHON_USEDEP}]
110 - #>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
111 -DEPEND="${RDEPEND}
112 - test? (
113 - dev-python/coverage[${PYTHON_USEDEP}]
114 - >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
115 - dev-python/nose[${PYTHON_USEDEP}]
116 - )
117 - "
118 -
119 -python_test() {
120 - nosetests --with-coverage --cover-package ipykernel ipykernel || die
121 -}
122
123 diff --git a/dev-python/ipykernel/ipykernel-4.2.0.ebuild b/dev-python/ipykernel/ipykernel-4.2.0.ebuild
124 deleted file mode 100644
125 index e8cf096..0000000
126 --- a/dev-python/ipykernel/ipykernel-4.2.0.ebuild
127 +++ /dev/null
128 @@ -1,35 +0,0 @@
129 -# Copyright 1999-2015 Gentoo Foundation
130 -# Distributed under the terms of the GNU General Public License v2
131 -# $Id$
132 -
133 -EAPI=5
134 -
135 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
136 -PYTHON_REQ_USE="threads(+)"
137 -
138 -inherit distutils-r1
139 -
140 -DESCRIPTION="IPython Kernel for Jupyter"
141 -HOMEPAGE="https://github.com/ipython/ipykernel"
142 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
143 -
144 -LICENSE="BSD"
145 -SLOT="0"
146 -KEYWORDS="~amd64 ~x86"
147 -IUSE="test"
148 -
149 -RDEPEND="
150 - dev-python/traitlets[${PYTHON_USEDEP}]"
151 - #dev-python/jupyter_client[${PYTHON_USEDEP}]
152 - #>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
153 -DEPEND="${RDEPEND}
154 - test? (
155 - dev-python/coverage[${PYTHON_USEDEP}]
156 - >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
157 - dev-python/nose[${PYTHON_USEDEP}]
158 - )
159 - "
160 -
161 -python_test() {
162 - nosetests --with-coverage --cover-package ipykernel ipykernel || die
163 -}