Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/
Date: Tue, 01 Sep 2015 07:57:50
Message-Id: 1440508974.f188fc8820c0dd0fab65638998455637e55f98c9.jlec@gentoo
1 commit: f188fc8820c0dd0fab65638998455637e55f98c9
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Aug 25 13:22:54 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 13:22:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f188fc88
7
8 dev-python/notebook: Enable doc useflag
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/notebook/ChangeLog | 3 +++
13 dev-python/notebook/notebook-9999.ebuild | 6 +++++-
14 2 files changed, 8 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog
17 index 2daf6ed..ba65bee 100644
18 --- a/dev-python/notebook/ChangeLog
19 +++ b/dev-python/notebook/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 25 Aug 2015; Marius Brehler <marbre@××××××××××××××.de> notebook-9999.ebuild:
25 + dev-python/notebook: Enable doc useflag
26 +
27 *notebook-4.0.1 (13 Aug 2015)
28 *notebook-9999 (13 Aug 2015)
29
30
31 diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild
32 index ba9ce57..242663a 100644
33 --- a/dev-python/notebook/notebook-9999.ebuild
34 +++ b/dev-python/notebook/notebook-9999.ebuild
35 @@ -20,11 +20,12 @@ fi
36
37 LICENSE="BSD"
38 SLOT="0"
39 -IUSE="test"
40 +IUSE="doc test"
41 CDEPEND="
42 dev-python/setuptools[${PYTHON_USEDEP}]"
43 RDEPEND="${CDEPEND}
44 dev-python/jinja[${PYTHON_USEDEP}]
45 + >=dev-python/terminado-0.3.3[${PYTHON_USEDEP}]
46 >=www-servers/tornado-4.0[${PYTHON_USEDEP}]
47 dev-python/ipython_genutils[${PYTHON_USEDEP}]
48 dev-python/traitlets[${PYTHON_USEDEP}]
49 @@ -39,6 +40,9 @@ DEPEND="${RDEPEND}
50 >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
51 dev-python/requests[${PYTHON_USEDEP}]
52 )
53 + doc? (
54 + >=dev-python/sphinx-1.1[${PYTHON_USEDEP}]
55 + )
56 "
57
58 python_test() {