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