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: Wed, 27 Jul 2016 12:17:53
Message-Id: 1469621566.f87b0d94381227eb9c6ce16e5c28a6787e6a1a32.marbre@gentoo
1 commit: f87b0d94381227eb9c6ce16e5c28a6787e6a1a32
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Jul 27 12:12:46 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Wed Jul 27 12:12:46 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f87b0d94
7
8 dev-python/ipywidgets: Drop 5.1.3 (version 5.1.{4,5} in tree)
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/ipywidgets/ipywidgets-5.1.3.ebuild | 36 ---------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/dev-python/ipywidgets/ipywidgets-5.1.3.ebuild b/dev-python/ipywidgets/ipywidgets-5.1.3.ebuild
16 deleted file mode 100644
17 index d2afad8..0000000
18 --- a/dev-python/ipywidgets/ipywidgets-5.1.3.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
28 -PYTHON_REQ_USE="threads(+)"
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="IPython HTML widgets for Jupyter"
33 -HOMEPAGE="http://ipython.org/"
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE="test"
40 -
41 -RDEPEND="
42 - >=dev-python/traitlets-4.2.0[${PYTHON_USEDEP}]
43 - >=dev-python/ipykernel-4.2.2[${PYTHON_USEDEP}]
44 - >=dev-python/widgetsnbextension-1.2.2[${PYTHON_USEDEP}]
45 - "
46 -DEPEND="${RDEPEND}
47 - test? (
48 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
49 - dev-python/nose[${PYTHON_USEDEP}]
50 - dev-python/coverage[${PYTHON_USEDEP}]
51 - )
52 - "
53 -
54 -python_test() {
55 - nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
56 -}