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 DBA17138CBC for ; Tue, 3 Mar 2015 12:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40A3FE08AB; Tue, 3 Mar 2015 12:32:15 +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 A6FBBE0841 for ; Tue, 3 Mar 2015 12:32:14 +0000 (UTC) Received: from manakin.gentoo.org (static-108-28-123-98.washdc.fios.verizon.net [108.28.123.98]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 997EA340976 for ; Tue, 3 Mar 2015 12:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by manakin.gentoo.org (Postfix) with ESMTP id 43C3160752 for ; Tue, 3 Mar 2015 12:26:53 +0000 (UTC) From: "git@oystercatcher mirror+tproxy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "git@oystercatcher mirror+tproxy" Message-ID: <1425381877.e12737b8a8a3e3223f7f6abc107216d2fa1f4538.git@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter-nbgrader/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter-nbgrader/ChangeLog dev-python/jupyter-nbgrader/jupyter-nbgrader-9999.ebuild dev-python/jupyter-nbgrader/metadata.xml X-VCS-Directories: dev-python/jupyter-nbgrader/ X-VCS-Committer: git X-VCS-Committer-Name: git@oystercatcher mirror+tproxy X-VCS-Revision: e12737b8a8a3e3223f7f6abc107216d2fa1f4538 X-VCS-Branch: master Date: Tue, 3 Mar 2015 12:26:53 +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: 377712c2-917d-469b-9eb5-316da3e26899 X-Archives-Hash: 15caba252be8cb08386962d273c0f39b commit: e12737b8a8a3e3223f7f6abc107216d2fa1f4538 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Mar 3 09:44:24 2015 +0000 Commit: git@oystercatcher mirror+tproxy oystercatcher gentoo org> CommitDate: Tue Mar 3 11:24:37 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e12737b8 dev-python/jupyter-nbgrader: Initial ebuild Package-Manager: portage-2.2.14 dev-python/jupyter-nbgrader/ChangeLog | 9 +++++++ .../jupyter-nbgrader/jupyter-nbgrader-9999.ebuild | 29 ++++++++++++++++++++++ dev-python/jupyter-nbgrader/metadata.xml | 12 +++++++++ 3 files changed, 50 insertions(+) diff --git a/dev-python/jupyter-nbgrader/ChangeLog b/dev-python/jupyter-nbgrader/ChangeLog new file mode 100644 index 0000000..1687573 --- /dev/null +++ b/dev-python/jupyter-nbgrader/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/jupyter-nbgrader +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*jupyter-nbgrader-9999 (03 Mar 2015) + + 03 Mar 2015; Marius Brehler + +jupyter-nbgrader-9999.ebuild, +metadata.xml: + Initial ebuild diff --git a/dev-python/jupyter-nbgrader/jupyter-nbgrader-9999.ebuild b/dev-python/jupyter-nbgrader/jupyter-nbgrader-9999.ebuild new file mode 100644 index 0000000..1783cf6 --- /dev/null +++ b/dev-python/jupyter-nbgrader/jupyter-nbgrader-9999.ebuild @@ -0,0 +1,29 @@ +# 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="nbgrader" + +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[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND}" diff --git a/dev-python/jupyter-nbgrader/metadata.xml b/dev-python/jupyter-nbgrader/metadata.xml new file mode 100644 index 0000000..884e3a7 --- /dev/null +++ b/dev-python/jupyter-nbgrader/metadata.xml @@ -0,0 +1,12 @@ + + + + sci + + marbre@linux.sungazer.de + Marius Brehler + + + A system for assigning and grading notebooks. + +