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: Wed, 23 Sep 2015 10:20:08
Message-Id: 1442931466.004415190a1d4f3c7b911256b0241ff4dafb9b3d.jlec@gentoo
1 commit: 004415190a1d4f3c7b911256b0241ff4dafb9b3d
2 Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 3 18:39:22 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 14:17:46 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=00441519
7
8 dev-python/notebok: Add javascript tests
9
10 dev-python/notebook/ChangeLog | 4 ++++
11 dev-python/notebook/notebook-4.0.5.ebuild | 6 ++++++
12 dev-python/notebook/notebook-9999.ebuild | 6 ++++++
13 3 files changed, 16 insertions(+)
14
15 diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog
16 index 2d7e2ea..2158642 100644
17 --- a/dev-python/notebook/ChangeLog
18 +++ b/dev-python/notebook/ChangeLog
19 @@ -2,6 +2,10 @@
20 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
21 # $Id$
22
23 + 03 Sep 2015; Sean Vig <sean.v.775@×××××.com> notebook-4.0.5.ebuild,
24 + notebook-9999.ebuild:
25 + dev-python/notebook: Add javascript tests
26 +
27 *notebook-4.0.5 (22 Sep 2015)
28
29 22 Sep 2015; Marius Brehler <marbre@××××××××××××××.de> +notebook-4.0.5.ebuild:
30
31 diff --git a/dev-python/notebook/notebook-4.0.5.ebuild b/dev-python/notebook/notebook-4.0.5.ebuild
32 index 1989a1a..80fa9fc 100644
33 --- a/dev-python/notebook/notebook-4.0.5.ebuild
34 +++ b/dev-python/notebook/notebook-4.0.5.ebuild
35 @@ -35,6 +35,7 @@ DEPEND="${RDEPEND}
36 >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
37 dev-python/requests[${PYTHON_USEDEP}]
38 dev-python/coverage[${PYTHON_USEDEP}]
39 + www-client/casperjs
40 )
41 doc? (
42 app-text/pandoc
43 @@ -66,6 +67,11 @@ python_compile_all() {
44
45 python_test() {
46 nosetests --with-coverage --cover-package=notebook notebook || die
47 +
48 + "${PYTHON}" -m notebook.jstest base || die
49 + "${PYTHON}" -m notebook.jstest notebook || die
50 + "${PYTHON}" -m notebook.jstest services || die
51 + "${PYTHON}" -m notebook.jstest tree || die
52 }
53
54 python_install() {
55
56 diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild
57 index 0d2e0f9..d5ab6df 100644
58 --- a/dev-python/notebook/notebook-9999.ebuild
59 +++ b/dev-python/notebook/notebook-9999.ebuild
60 @@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
61 >=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
62 dev-python/requests[${PYTHON_USEDEP}]
63 dev-python/coverage[${PYTHON_USEDEP}]
64 + www-client/casperjs
65 )
66 doc? (
67 app-text/pandoc
68 @@ -65,6 +66,11 @@ python_compile_all() {
69
70 python_test() {
71 nosetests --with-coverage --cover-package=notebook notebook || die
72 +
73 + "${PYTHON}" -m notebook.jstest base || die
74 + "${PYTHON}" -m notebook.jstest notebook || die
75 + "${PYTHON}" -m notebook.jstest services || die
76 + "${PYTHON}" -m notebook.jstest tree || die
77 }
78
79 python_install() {