diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-17 08:52:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-17 08:52:00 +0200 |
commit | 98c4117bdeb1e7f5d56c1cb96a09b824a75cbc96 (patch) | |
tree | bbe46deeb2c38fb36d25a8da5d9dbf7959f09c0d /dev-python/jupyter_console | |
parent | app-crypt/seahorse: Add patch to support GnuPG 2.3 (diff) | |
download | gentoo-98c4117bdeb1e7f5d56c1cb96a09b824a75cbc96.tar.gz gentoo-98c4117bdeb1e7f5d56c1cb96a09b824a75cbc96.tar.bz2 gentoo-98c4117bdeb1e7f5d56c1cb96a09b824a75cbc96.zip |
dev-python/jupyter_console: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_console')
-rw-r--r-- | dev-python/jupyter_console/Manifest | 1 | ||||
-rw-r--r-- | dev-python/jupyter_console/jupyter_console-6.4.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/jupyter_console/Manifest b/dev-python/jupyter_console/Manifest index 4eb8b25d81f8..a0d0b7e97004 100644 --- a/dev-python/jupyter_console/Manifest +++ b/dev-python/jupyter_console/Manifest @@ -1,2 +1 @@ -DIST jupyter_console-6.4.0.tar.gz 35765 BLAKE2B 48278110338184dbcae242a059c3ba7e0c642d24eaac828786ff9f3c588747f447727a8da1d366ed305eeb5d003d4fabd9b9eea063e8fd5178774108cbef77da SHA512 e2b301cfd3a56ee4cf33d5cfb297726d0f4478562167ed0f0a9320d389118fa661a85b6a5ef24db60673a76d84545bcdb9741bfdd9f8d13ccdbbc5c5e52d7227 DIST jupyter_console-6.4.3.tar.gz 35432 BLAKE2B 57af0ccba4730e445972a937e9e103695dc33387c5aa15239416c280f79259963119a3485526d00beb92b7b11c579f68542dcbac39e0d625b3a592a82e8bdcbb SHA512 6b8f9be62efdac9d8a17367e169f8f73c3d7ee2783692ea380853a886d228957cad03095a2aa165a1ace3440c340e2939c1044c85fa3f5e1e2d1f48919e562da diff --git a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild deleted file mode 100644 index 4114074312dd..000000000000 --- a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="A terminal-based console frontend for Jupyter kernels" -HOMEPAGE="https://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/jupyter_client[${PYTHON_USEDEP}] - <dev-python/prompt_toolkit-3.1.0[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}]" -# util-linux provides script(1) -BDEPEND=" - test? ( - dev-python/pexpect[${PYTHON_USEDEP}] - sys-apps/util-linux - )" - -distutils_enable_sphinx docs \ - dev-python/sphinxcontrib-github-alt dev-python/sphinx_rtd_theme -distutils_enable_tests pytest |