aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-26 05:12:18 -0400
committerHorea Christian <chr@chymera.eu>2020-09-26 05:12:18 -0400
commit67400f65af51c91a65b7f3d0f2774e4f44e77946 (patch)
treeeedb28722ba9b4de6cd7c7775d8207ad0fc5ac00
parentdev-python/newrelic: removed dead package (diff)
downloadsci-67400f65af51c91a65b7f3d0f2774e4f44e77946.tar.gz
sci-67400f65af51c91a65b7f3d0f2774e4f44e77946.tar.bz2
sci-67400f65af51c91a65b7f3d0f2774e4f44e77946.zip
dev-python/nbviewer: removed package with no stable releases
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--dev-python/nbviewer/metadata.xml13
-rw-r--r--dev-python/nbviewer/nbviewer-9999.ebuild32
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/nbviewer/metadata.xml b/dev-python/nbviewer/metadata.xml
deleted file mode 100644
index b7acb9324..000000000
--- a/dev-python/nbviewer/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
-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.
-</longdescription>
-</pkgmetadata>
diff --git a/dev-python/nbviewer/nbviewer-9999.ebuild b/dev-python/nbviewer/nbviewer-9999.ebuild
deleted file mode 100644
index aba99c514..000000000
--- a/dev-python/nbviewer/nbviewer-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Nbconvert as a webservice (rendering ipynb to static HTML)"
-HOMEPAGE="http://jupyter.org"
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
-else
- SRC_URI=""
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD-4"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/ipython-4.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}"