commit: 67400f65af51c91a65b7f3d0f2774e4f44e77946 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sat Sep 26 09:12:18 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sat Sep 26 09:12:18 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=67400f65
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 <AT> chymera.eu> dev-python/nbviewer/metadata.xml | 13 ------------- dev-python/nbviewer/nbviewer-9999.ebuild | 32 -------------------------------- 2 files changed, 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>[email protected]</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}"
