Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter/
Date: Sat, 28 Nov 2015 17:58:27
Message-Id: 1448733331.1ddf6bbb8b7e97cbf5cee0acc00c6e0de0f4248c.marbre@gentoo
1 commit: 1ddf6bbb8b7e97cbf5cee0acc00c6e0de0f4248c
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 17:55:31 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Nov 28 17:55:31 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1ddf6bbb
7
8 dev-python/jupyter: Moved to tree
9
10 dev-python/jupyter/ChangeLog | 9 -------
11 dev-python/jupyter/jupyter-1.0.0.ebuild | 45 ---------------------------------
12 dev-python/jupyter/metadata.xml | 12 ---------
13 3 files changed, 66 deletions(-)
14
15 diff --git a/dev-python/jupyter/ChangeLog b/dev-python/jupyter/ChangeLog
16 deleted file mode 100644
17 index a81b063..0000000
18 --- a/dev-python/jupyter/ChangeLog
19 +++ /dev/null
20 @@ -1,9 +0,0 @@
21 -# ChangeLog for dev-python/jupyter
22 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 -# $Id$
24 -
25 -*jupyter-1.0.0 (02 Sep 2015)
26 -
27 - 02 Sep 2015; Sean Vig <sean.v.775@×××××.com> +jupyter-1.0.0.ebuild,
28 - +metadata.xml:
29 - dev-python/jupyter: Initial commit
30
31 diff --git a/dev-python/jupyter/jupyter-1.0.0.ebuild b/dev-python/jupyter/jupyter-1.0.0.ebuild
32 deleted file mode 100644
33 index 7dfd006..0000000
34 --- a/dev-python/jupyter/jupyter-1.0.0.ebuild
35 +++ /dev/null
36 @@ -1,45 +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 -
43 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go"
48 -HOMEPAGE="http://jupyter.org"
49 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="BSD"
52 -SLOT="0"
53 -KEYWORDS="~amd64"
54 -IUSE="doc"
55 -
56 -RDEPEND="
57 - dev-python/notebook[${PYTHON_USEDEP}]
58 - dev-python/qtconsole[${PYTHON_USEDEP}]
59 - dev-python/jupyter_console[${PYTHON_USEDEP}]
60 - dev-python/nbconvert[${PYTHON_USEDEP}]
61 - dev-python/ipykernel[${PYTHON_USEDEP}]
62 - dev-python/ipywidgets[${PYTHON_USEDEP}]"
63 -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
64 -
65 -python_prepare_all() {
66 - # Prevent un-needed download during build
67 - if use doc; then
68 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
69 - fi
70 -
71 - distutils-r1_python_prepare_all
72 -}
73 -
74 -python_compile_all() {
75 - use doc && emake -C docs html
76 -}
77 -
78 -python_install_all() {
79 - use doc && HTML_DOCS=( "${S}"/docs/build/html/. )
80 - distutils-r1_python_install_all
81 -}
82
83 diff --git a/dev-python/jupyter/metadata.xml b/dev-python/jupyter/metadata.xml
84 deleted file mode 100644
85 index 00118fe..0000000
86 --- a/dev-python/jupyter/metadata.xml
87 +++ /dev/null
88 @@ -1,12 +0,0 @@
89 -<?xml version="1.0" encoding="UTF-8"?>
90 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
91 -<pkgmetadata>
92 - <herd>sci</herd>
93 - <longdescription>
94 -Install the Jupyter system, including the notebook, qtconsole, and the IPython kernel.
95 - </longdescription>
96 - <upstream>
97 - <remote-id type="pypi">jupyter</remote-id>
98 - <remote-id type="github">jupyter/jupyter</remote-id>
99 - </upstream>
100 -</pkgmetadata>