Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/
Date: Thu, 31 Mar 2022 19:18:17
Message-Id: 1648754217.01f88c24b0c804734e119143ec47fb0ee68e2494.mgorny@gentoo
1 commit: 01f88c24b0c804734e119143ec47fb0ee68e2494
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 19:16:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 19:16:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f88c24
7
8 dev-python/nbsphinx: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nbsphinx/nbsphinx-0.8.8.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild b/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
16 deleted file mode 100644
17 index f2712d962b15..000000000000
18 --- a/dev-python/nbsphinx/nbsphinx-0.8.8.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Jupyter Notebook Tools for Sphinx"
30 -HOMEPAGE="https://github.com/spatialaudio/nbsphinx/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm64 x86"
36 -
37 -RDEPEND="
38 - dev-python/docutils[${PYTHON_USEDEP}]
39 - dev-python/jinja[${PYTHON_USEDEP}]
40 - dev-python/nbconvert[${PYTHON_USEDEP}]
41 - dev-python/nbformat[${PYTHON_USEDEP}]
42 - >=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
43 - dev-python/traitlets[${PYTHON_USEDEP}]"