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 964F7138CB7 for ; Tue, 3 Mar 2015 12:27:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EB11E0918; Tue, 3 Mar 2015 12:26:59 +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 3A5E7E0914 for ; Tue, 3 Mar 2015 12:26:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 764F8340927 for ; Tue, 3 Mar 2015 12:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18C312F3A for ; Tue, 3 Mar 2015 12:26:49 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1425381877.3959f527eee9ca13a66a9bfbabca814c8b3d3640.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter-nbviewer/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter-nbviewer/ChangeLog dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild dev-python/jupyter-nbviewer/metadata.xml X-VCS-Directories: dev-python/jupyter-nbviewer/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 3959f527eee9ca13a66a9bfbabca814c8b3d3640 X-VCS-Branch: master Date: Tue, 3 Mar 2015 12:26:49 +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: 0bfbba93-153d-4c5f-a763-1fc80ceff39b X-Archives-Hash: 9f9e5df6fcd38ec16f0e1a11c30187f1 commit: 3959f527eee9ca13a66a9bfbabca814c8b3d3640 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Mar 3 10:30:39 2015 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Tue Mar 3 11:24:37 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3959f527 dev-python/jupyter-nbviewer: Initial ebuild Package-Manager: portage-2.2.14 dev-python/jupyter-nbviewer/ChangeLog | 9 ++++++ .../jupyter-nbviewer/jupyter-nbviewer-9999.ebuild | 35 ++++++++++++++++++++++ dev-python/jupyter-nbviewer/metadata.xml | 14 +++++++++ 3 files changed, 58 insertions(+) diff --git a/dev-python/jupyter-nbviewer/ChangeLog b/dev-python/jupyter-nbviewer/ChangeLog new file mode 100644 index 0000000..059df27 --- /dev/null +++ b/dev-python/jupyter-nbviewer/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/jupyter-nbviewer +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*jupyter-nbviewer-9999 (03 Mar 2015) + + 03 Mar 2015; Marius Brehler + +jupyter-nbviewer-9999.ebuild, +metadata.xml: + Initial ebuild diff --git a/dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild b/dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild new file mode 100644 index 0000000..6042ffb --- /dev/null +++ b/dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python{3_3,3_4} ) + +inherit distutils-r1 + +MY_PN="nbviewer" + +DESCRIPTION="A system for assigning and grading notebooks" +HOMEPAGE="http://jupyter.org" + +if [ ${PV} == "9999" ] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/jupyter/${MY_PN}.git git://github.com/jupyter/${MY_PN}.git" +else + SRC_URI="" + KEYWORDS="~amd64" +fi + +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + >=dev-python/ipython-3.0.0[notebook,${PYTHON_USEDEP}] + >=www-servers/tornado-3.1.1[${PYTHON_USEDEP}] + dev-python/pycurl[${PYTHON_USEDEP}] + dev-python/pylibmc[${PYTHON_USEDEP}] + dev-python/newrelic[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] + dev-python/elasticsearch-py[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND}" diff --git a/dev-python/jupyter-nbviewer/metadata.xml b/dev-python/jupyter-nbviewer/metadata.xml new file mode 100644 index 0000000..d1999d3 --- /dev/null +++ b/dev-python/jupyter-nbviewer/metadata.xml @@ -0,0 +1,14 @@ + + + + sci + + marbre@linux.sungazer.de + Marius Brehler + + + Jupyter nbviewer is the web application behind The Jupyter Notebook + Viewer, which is graciously hosted by Rackspace. Run this locally + to get most of the features of nbviewer on your own network. + +