Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nbviewer/
Date: Sat, 26 Sep 2020 09:13:19
Message-Id: 1601111538.67400f65af51c91a65b7f3d0f2774e4f44e77946.chymera@gentoo
1 commit: 67400f65af51c91a65b7f3d0f2774e4f44e77946
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 09:12:18 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 09:12:18 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=67400f65
7
8 dev-python/nbviewer: removed package with no stable releases
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 dev-python/nbviewer/metadata.xml | 13 -------------
14 dev-python/nbviewer/nbviewer-9999.ebuild | 32 --------------------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/dev-python/nbviewer/metadata.xml b/dev-python/nbviewer/metadata.xml
18 deleted file mode 100644
19 index b7acb9324..000000000
20 --- a/dev-python/nbviewer/metadata.xml
21 +++ /dev/null
22 @@ -1,13 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="project">
27 - <email>sci@g.o</email>
28 - <name>Gentoo Science Project</name>
29 - </maintainer>
30 - <longdescription>
31 -Jupyter nbviewer is the web application behind The Jupyter Notebook
32 -Viewer, which is graciously hosted by Rackspace. Run this locally
33 -to get most of the features of nbviewer on your own network.
34 -</longdescription>
35 -</pkgmetadata>
36
37 diff --git a/dev-python/nbviewer/nbviewer-9999.ebuild b/dev-python/nbviewer/nbviewer-9999.ebuild
38 deleted file mode 100644
39 index aba99c514..000000000
40 --- a/dev-python/nbviewer/nbviewer-9999.ebuild
41 +++ /dev/null
42 @@ -1,32 +0,0 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=5
47 -PYTHON_COMPAT=( python3_6 )
48 -
49 -inherit distutils-r1
50 -
51 -DESCRIPTION="Nbconvert as a webservice (rendering ipynb to static HTML)"
52 -HOMEPAGE="http://jupyter.org"
53 -
54 -if [ ${PV} == "9999" ] ; then
55 - inherit git-r3
56 - EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
57 -else
58 - SRC_URI=""
59 - KEYWORDS="~amd64"
60 -fi
61 -
62 -LICENSE="BSD-4"
63 -SLOT="0"
64 -
65 -RDEPEND="
66 - >=dev-python/ipython-4.0.0[notebook,${PYTHON_USEDEP}]
67 - >=www-servers/tornado-3.1.1[${PYTHON_USEDEP}]
68 - dev-python/pycurl[${PYTHON_USEDEP}]
69 - dev-python/pylibmc[${PYTHON_USEDEP}]
70 - dev-python/newrelic[${PYTHON_USEDEP}]
71 - dev-python/markdown[${PYTHON_USEDEP}]
72 - dev-python/elasticsearch-py[${PYTHON_USEDEP}]
73 - "
74 -DEPEND="${RDEPEND}"