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/jupyter_console/
Date: Wed, 28 Apr 2021 17:47:58
Message-Id: 1619631996.9e7bc471c49363b6ccdcd507a723e46e6d4e2b63.mgorny@gentoo
1 commit: 9e7bc471c49363b6ccdcd507a723e46e6d4e2b63
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 17:46:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 17:46:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7bc471
7
8 dev-python/jupyter_console: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_console/Manifest | 1 -
13 .../jupyter_console/jupyter_console-6.3.0.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-python/jupyter_console/Manifest b/dev-python/jupyter_console/Manifest
17 index 1dcf9942d4f..69d60584142 100644
18 --- a/dev-python/jupyter_console/Manifest
19 +++ b/dev-python/jupyter_console/Manifest
20 @@ -1,2 +1 @@
21 -DIST jupyter_console-6.3.0.tar.gz 35313 BLAKE2B 980eac57de949654bf99d99eb74d8600d73d0699ab394e0ad4c5e937fdc278477442e0e95887c95f631ba1bc2b2469c36cc6e4bca8d5f11f97c4943c2f312c4f SHA512 777d9cf8b842eccea108a1857c421fec1bcdf8c226a6947d7ff4ee5d5da4bdbb50096e9e63638053d8eb200e55c093c753010ffb1460dae5579de16aad4e64a6
22 DIST jupyter_console-6.4.0.tar.gz 35765 BLAKE2B 48278110338184dbcae242a059c3ba7e0c642d24eaac828786ff9f3c588747f447727a8da1d366ed305eeb5d003d4fabd9b9eea063e8fd5178774108cbef77da SHA512 e2b301cfd3a56ee4cf33d5cfb297726d0f4478562167ed0f0a9320d389118fa661a85b6a5ef24db60673a76d84545bcdb9741bfdd9f8d13ccdbbc5c5e52d7227
23
24 diff --git a/dev-python/jupyter_console/jupyter_console-6.3.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.3.0.ebuild
25 deleted file mode 100644
26 index 5df21b45ca8..00000000000
27 --- a/dev-python/jupyter_console/jupyter_console-6.3.0.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DISTUTILS_USE_SETUPTOOLS=rdepend
36 -PYTHON_COMPAT=( python3_{7..9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
41 -HOMEPAGE="https://jupyter.org"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -
48 -RDEPEND="
49 - dev-python/ipython[${PYTHON_USEDEP}]
50 - dev-python/ipykernel[${PYTHON_USEDEP}]
51 - dev-python/jupyter_client[${PYTHON_USEDEP}]
52 - <dev-python/prompt_toolkit-3.1.0[${PYTHON_USEDEP}]
53 - dev-python/pygments[${PYTHON_USEDEP}]"
54 -# util-linux provides script(1)
55 -BDEPEND="
56 - test? (
57 - dev-python/pexpect[${PYTHON_USEDEP}]
58 - sys-apps/util-linux
59 - )"
60 -
61 -distutils_enable_sphinx docs \
62 - dev-python/sphinxcontrib-github-alt dev-python/sphinx_rtd_theme
63 -distutils_enable_tests pytest