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_core/
Date: Sat, 29 Jan 2022 07:53:40
Message-Id: 1643442811.10732e415384ca0902de70d7e9f41ba6e145de33.mgorny@gentoo
1 commit: 10732e415384ca0902de70d7e9f41ba6e145de33
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 07:36:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 07:53:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10732e41
7
8 dev-python/jupyter_core: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_core/Manifest | 1 -
13 dev-python/jupyter_core/jupyter_core-4.8.1.ebuild | 35 -----------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
17 index 1a4ad534107b..bf71a02a74b8 100644
18 --- a/dev-python/jupyter_core/Manifest
19 +++ b/dev-python/jupyter_core/Manifest
20 @@ -1,2 +1 @@
21 -DIST jupyter_core-4.8.1.tar.gz 73579 BLAKE2B d5dcc89d948fa52f4a1b7c210585e9e5657004a431a4d177d7393d8283a9be86117e2c2452e4381399d1f479ae7b9ec4c5f891d09dd99c81768a64b69d8b182a SHA512 774612652537f46f486c0ae4157053463debcdc079d5e732865c729ef7fbab5f0d1b8da5d4e7cc1eda3a80250b43877d8f75889fa86330f951c61e3f8a7a29e2
22 DIST jupyter_core-4.9.1.tar.gz 74787 BLAKE2B 3c902063c4d2819c8254eca87a64d922c3d1e408fc22e96d03765a8bb0fe644a9aafaccf3db106841becf307ffe47c9fcb723cad611833b5fcbe79e812ea2445 SHA512 3a176271e073448e3a15a69d51558486775abebec051e141594fe0d2859d9a0fc5cadbf6857764de6d1ec746f03d9d22419c91f97015d4ff6694626f455df773
23
24 diff --git a/dev-python/jupyter_core/jupyter_core-4.8.1.ebuild b/dev-python/jupyter_core/jupyter_core-4.8.1.ebuild
25 deleted file mode 100644
26 index 7af011529b6b..000000000000
27 --- a/dev-python/jupyter_core/jupyter_core-4.8.1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Core common functionality of Jupyter projects"
39 -HOMEPAGE="https://jupyter.org"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
45 -
46 -RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]"
47 -BDEPEND="
48 - test? (
49 - >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
50 - dev-python/nose[${PYTHON_USEDEP}]
51 - )"
52 -
53 -distutils_enable_sphinx docs \
54 - dev-python/sphinxcontrib-github-alt
55 -distutils_enable_tests pytest
56 -
57 -EPYTEST_DESELECT=(
58 - # fails if jupyter is not in system sitedir
59 - # (PYTHONPATH is insufficient)
60 - jupyter_core/tests/test_command.py::test_not_on_path
61 - jupyter_core/tests/test_command.py::test_path_priority
62 - # TODO
63 - jupyter_core/tests/test_paths.py::test_jupyter_path_prefer_env
64 -)