From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 554B713881B for ; Wed, 23 Sep 2015 10:20:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B79421C015; Wed, 23 Sep 2015 10:20:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D090D21C028 for ; Wed, 23 Sep 2015 10:19:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A59134098D for ; Wed, 23 Sep 2015 10:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 306E9207 for ; Wed, 23 Sep 2015 10:19:55 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442931466.004415190a1d4f3c7b911256b0241ff4dafb9b3d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/notebook/ChangeLog dev-python/notebook/notebook-4.0.5.ebuild dev-python/notebook/notebook-9999.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 004415190a1d4f3c7b911256b0241ff4dafb9b3d X-VCS-Branch: master Date: Wed, 23 Sep 2015 10:19:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 239ea6a3-df56-4e5c-9161-02b756ee9ca4 X-Archives-Hash: 35f6757bffdd14d3ee04ccf089493634 commit: 004415190a1d4f3c7b911256b0241ff4dafb9b3d Author: Sean Vig gmail com> AuthorDate: Thu Sep 3 18:39:22 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 14:17:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=00441519 dev-python/notebok: Add javascript tests dev-python/notebook/ChangeLog | 4 ++++ dev-python/notebook/notebook-4.0.5.ebuild | 6 ++++++ dev-python/notebook/notebook-9999.ebuild | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog index 2d7e2ea..2158642 100644 --- a/dev-python/notebook/ChangeLog +++ b/dev-python/notebook/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 03 Sep 2015; Sean Vig notebook-4.0.5.ebuild, + notebook-9999.ebuild: + dev-python/notebook: Add javascript tests + *notebook-4.0.5 (22 Sep 2015) 22 Sep 2015; Marius Brehler +notebook-4.0.5.ebuild: diff --git a/dev-python/notebook/notebook-4.0.5.ebuild b/dev-python/notebook/notebook-4.0.5.ebuild index 1989a1a..80fa9fc 100644 --- a/dev-python/notebook/notebook-4.0.5.ebuild +++ b/dev-python/notebook/notebook-4.0.5.ebuild @@ -35,6 +35,7 @@ DEPEND="${RDEPEND} >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] + www-client/casperjs ) doc? ( app-text/pandoc @@ -66,6 +67,11 @@ python_compile_all() { python_test() { nosetests --with-coverage --cover-package=notebook notebook || die + + "${PYTHON}" -m notebook.jstest base || die + "${PYTHON}" -m notebook.jstest notebook || die + "${PYTHON}" -m notebook.jstest services || die + "${PYTHON}" -m notebook.jstest tree || die } python_install() { diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index 0d2e0f9..d5ab6df 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-9999.ebuild @@ -34,6 +34,7 @@ DEPEND="${RDEPEND} >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] + www-client/casperjs ) doc? ( app-text/pandoc @@ -65,6 +66,11 @@ python_compile_all() { python_test() { nosetests --with-coverage --cover-package=notebook notebook || die + + "${PYTHON}" -m notebook.jstest base || die + "${PYTHON}" -m notebook.jstest notebook || die + "${PYTHON}" -m notebook.jstest services || die + "${PYTHON}" -m notebook.jstest tree || die } python_install() {