Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/
Date: Sat, 26 Mar 2022 18:14:58
Message-Id: 1648318459.a139b62cee647725ee9ecd1b40dc8e273a1eecc1.arthurzam@gentoo
1 commit: a139b62cee647725ee9ecd1b40dc8e273a1eecc1
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 18:14:19 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 18:14:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a139b62c
7
8 dev-python/jupyter_client: drop 7.1.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jupyter_client/Manifest | 1 -
13 .../jupyter_client/jupyter_client-7.1.0.ebuild | 44 ----------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/dev-python/jupyter_client/Manifest b/dev-python/jupyter_client/Manifest
17 index b8817cac93e7..dbb435536101 100644
18 --- a/dev-python/jupyter_client/Manifest
19 +++ b/dev-python/jupyter_client/Manifest
20 @@ -1,2 +1 @@
21 -DIST jupyter_client-7.1.0.tar.gz 323501 BLAKE2B fa431f70b327a98be3958b2c39a2aa07ab0ec3752f069bc5e6d0645ac0660074974c871b159002dcbf3054c97860dc6b0e289c34826d929f0493479cd9f37ed2 SHA512 eb9456088c19d3780d943fb9457ded5e006afb7e7ebd726d8a253f91107d8e1839cac16e25466c902ff33ed2777e97e18b08e24092ddbb062aa9cf6336dc8921
22 DIST jupyter_client-7.1.2.tar.gz 326163 BLAKE2B 0cc11210cc3a472585d21acb836e316540d768c8c9ccc4a024720b278f3e2425e645080d8dcd501c118b3759bd354bf4f384821e87f1be0b7525addad6c267e0 SHA512 7baadc7d508c25ea588d0d7a6da8eb5a28fe4dbce32c9dfa1f9b2b82c7c3d7ae8c034cc03414b3eafec620931bd760c0844421197c01a3d25597af18f6e60060
23
24 diff --git a/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild b/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
25 deleted file mode 100644
26 index 33d4c5b50950..000000000000
27 --- a/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
28 +++ /dev/null
29 @@ -1,44 +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 -PYTHON_REQ_USE="threads(+)"
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Jupyter protocol implementation and client libraries"
40 -HOMEPAGE="https://jupyter.org"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
46 -
47 -RDEPEND="
48 - dev-python/entrypoints[${PYTHON_USEDEP}]
49 - >=dev-python/jupyter_core-4.6.0[${PYTHON_USEDEP}]
50 - >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
51 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
52 - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
53 - >=www-servers/tornado-4.1[${PYTHON_USEDEP}]
54 - dev-python/traitlets[${PYTHON_USEDEP}]"
55 -BDEPEND="
56 - test? (
57 - dev-python/ipykernel[${PYTHON_USEDEP}]
58 - dev-python/ipython[${PYTHON_USEDEP}]
59 - dev-python/mock[${PYTHON_USEDEP}]
60 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
61 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
62 - )"
63 -
64 -PATCHES=(
65 - "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
66 -)
67 -
68 -EPYTEST_DESELECT=(
69 - jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_signal_kernel_subprocesses
70 - jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_async_signal_kernel_subprocesses
71 -)
72 -
73 -distutils_enable_tests pytest