summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-03-31 21:16:57 +0200
committerMichał Górny <mgorny@gentoo.org>2022-03-31 21:16:57 +0200
commit01f88c24b0c804734e119143ec47fb0ee68e2494 (patch)
treedfebd83ec5ba28e22d38aa03d26d441d3a291943 /dev-python/nbsphinx
parentdev-python/openpyxl: Remove old (diff)
downloadgentoo-01f88c24b0c804734e119143ec47fb0ee68e2494.tar.gz
gentoo-01f88c24b0c804734e119143ec47fb0ee68e2494.tar.bz2
gentoo-01f88c24b0c804734e119143ec47fb0ee68e2494.zip
dev-python/nbsphinx: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbsphinx')
-rw-r--r--dev-python/nbsphinx/nbsphinx-0.8.8.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild b/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
deleted file mode 100644
index f2712d962b15..000000000000
--- a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Jupyter Notebook Tools for Sphinx"
-HOMEPAGE="https://github.com/spatialaudio/nbsphinx/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/nbconvert[${PYTHON_USEDEP}]
- dev-python/nbformat[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
- dev-python/traitlets[${PYTHON_USEDEP}]"