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/jupyter-nbgrader/
Date: Tue, 01 Sep 2015 13:11:51
Message-Id: 1441112253.90ed72bdd4b1efa44f22fe3e7177a7f8cb303494.jlec@gentoo
1 commit: 90ed72bdd4b1efa44f22fe3e7177a7f8cb303494
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Sep 1 12:57:33 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 12:57:33 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90ed72bd
7
8 Remove jupyter-nbgrader from overlay
9
10 dev-python/jupyter-nbgrader/ChangeLog | 9 ------
11 .../jupyter-nbgrader/jupyter-nbgrader-9999.ebuild | 32 ----------------------
12 dev-python/jupyter-nbgrader/metadata.xml | 8 ------
13 3 files changed, 49 deletions(-)
14
15 diff --git a/dev-python/jupyter-nbgrader/ChangeLog b/dev-python/jupyter-nbgrader/ChangeLog
16 deleted file mode 100644
17 index a5c698b..0000000
18 --- a/dev-python/jupyter-nbgrader/ChangeLog
19 +++ /dev/null
20 @@ -1,9 +0,0 @@
21 -# ChangeLog for dev-python/jupyter-nbgrader
22 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 -# $Id$
24 -
25 -*jupyter-nbgrader-9999 (03 Mar 2015)
26 -
27 - 03 Mar 2015; Marius Brehler <marbre@××××××××××××××.de>
28 - +jupyter-nbgrader-9999.ebuild, +metadata.xml:
29 - Initial ebuild
30
31 diff --git a/dev-python/jupyter-nbgrader/jupyter-nbgrader-9999.ebuild b/dev-python/jupyter-nbgrader/jupyter-nbgrader-9999.ebuild
32 deleted file mode 100644
33 index 3318989..0000000
34 --- a/dev-python/jupyter-nbgrader/jupyter-nbgrader-9999.ebuild
35 +++ /dev/null
36 @@ -1,32 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -# $Id$
40 -
41 -EAPI=5
42 -PYTHON_COMPAT=( python{3_3,3_4} )
43 -
44 -inherit distutils-r1
45 -
46 -MY_PN="nbgrader"
47 -
48 -DESCRIPTION="A system for assigning and grading notebooks"
49 -HOMEPAGE="http://jupyter.org"
50 -
51 -if [ ${PV} == "9999" ] ; then
52 - inherit git-r3
53 - EGIT_REPO_URI="https://github.com/jupyter/${MY_PN}.git git://github.com/jupyter/${MY_PN}.git"
54 -else
55 - SRC_URI=""
56 - KEYWORDS="~amd64"
57 -fi
58 -
59 -LICENSE="BSD"
60 -SLOT="0"
61 -
62 -RDEPEND="
63 - >=dev-python/ipython-3.0.0[notebook,${PYTHON_USEDEP}]
64 - dev-python/sqlalchemy[${PYTHON_USEDEP}]
65 - dev-python/flask[${PYTHON_USEDEP}]
66 - dev-python/autopep8[${PYTHON_USEDEP}]
67 - "
68 -DEPEND="${RDEPEND}"
69
70 diff --git a/dev-python/jupyter-nbgrader/metadata.xml b/dev-python/jupyter-nbgrader/metadata.xml
71 deleted file mode 100644
72 index 2c6fd84..0000000
73 --- a/dev-python/jupyter-nbgrader/metadata.xml
74 +++ /dev/null
75 @@ -1,8 +0,0 @@
76 -<?xml version="1.0" encoding="UTF-8"?>
77 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 -<pkgmetadata>
79 - <herd>sci</herd>
80 - <longdescription>
81 - A system for assigning and grading notebooks.
82 - </longdescription>
83 -</pkgmetadata>