diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-31 11:19:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-31 11:19:39 +0200 |
commit | 793f8de80c4296dbec05f0d7885c026e5716fd5b (patch) | |
tree | 4bab8acb8710d5f3faebb66a8cf5c029539eb285 /dev-python/nbsphinx | |
parent | dev-python/ensurepip-setuptools: Remove old (diff) | |
download | gentoo-793f8de80c4296dbec05f0d7885c026e5716fd5b.tar.gz gentoo-793f8de80c4296dbec05f0d7885c026e5716fd5b.tar.bz2 gentoo-793f8de80c4296dbec05f0d7885c026e5716fd5b.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/Manifest | 1 | ||||
-rw-r--r-- | dev-python/nbsphinx/nbsphinx-0.9.4.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest index dc5807b08219..aa0c5fbc0981 100644 --- a/dev-python/nbsphinx/Manifest +++ b/dev-python/nbsphinx/Manifest @@ -1,2 +1 @@ -DIST nbsphinx-0.9.4.tar.gz 179315 BLAKE2B 727e2d6e70bec199159940afdfc92409124d940e4a1bcfd0288e779c5ac9be41802e5f347d486df0ec54a641cc82b6e5cfecbdcf4dc3dbacf74d0a8c884b3018 SHA512 b643d749eef8ec8ac63594f75d38d13c7b623203f7a46d7190b5da2cc3a7882623a8cf54f240678488db1cf5e37091473002510079f7294a0bc5780982661c86 DIST nbsphinx-0.9.5.tar.gz 179599 BLAKE2B ca7ec2a4b9665fe189c5c8020c345abbf60cff72b7434365359bf6ae1f569570bfb0928072a6d01227f685cc837d9fc75b31b1a2361788c6fa45a075c9d1f23c SHA512 2b1a1575af9ad462888992f3bc6792c014536e7abba5c4b20a1e36da385eae87b23a79e74d9e02cb122dfccfb93e15a817b794565371b5d69d857ca19d163a9c diff --git a/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild b/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild deleted file mode 100644 index 31c5a6eb5d22..000000000000 --- a/dev-python/nbsphinx/nbsphinx-0.9.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Jupyter Notebook Tools for Sphinx" -HOMEPAGE=" - https://github.com/spatialaudio/nbsphinx/ - https://pypi.org/project/nbsphinx/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - >=dev-python/docutils-0.18.1[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - >=dev-python/nbconvert-5.5[${PYTHON_USEDEP}] - dev-python/nbformat[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.8[${PYTHON_USEDEP}] - >=dev-python/traitlets-5[${PYTHON_USEDEP}] -" |