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_client/
Date: Fri, 27 May 2022 19:53:29
Message-Id: 1653681046.5e0d5b2c7873931a47c008ec4f787b146f920245.mgorny@gentoo
1 commit: 5e0d5b2c7873931a47c008ec4f787b146f920245
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:50:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:50:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0d5b2c
7
8 dev-python/jupyter_client: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_client/Manifest | 2 -
13 .../jupyter_client/jupyter_client-7.1.2.ebuild | 45 --------------------
14 .../jupyter_client/jupyter_client-7.3.0.ebuild | 48 ----------------------
15 3 files changed, 95 deletions(-)
16
17 diff --git a/dev-python/jupyter_client/Manifest b/dev-python/jupyter_client/Manifest
18 index b2bffcfbe2c9..acbeb7f7bafd 100644
19 --- a/dev-python/jupyter_client/Manifest
20 +++ b/dev-python/jupyter_client/Manifest
21 @@ -1,3 +1 @@
22 -DIST jupyter_client-7.1.2.tar.gz 326163 BLAKE2B 0cc11210cc3a472585d21acb836e316540d768c8c9ccc4a024720b278f3e2425e645080d8dcd501c118b3759bd354bf4f384821e87f1be0b7525addad6c267e0 SHA512 7baadc7d508c25ea588d0d7a6da8eb5a28fe4dbce32c9dfa1f9b2b82c7c3d7ae8c034cc03414b3eafec620931bd760c0844421197c01a3d25597af18f6e60060
23 -DIST jupyter_client-7.3.0.tar.gz 328515 BLAKE2B a5e0ad2f44c2171d75848f057c3d582e66b308d0d0fb8d7c8c7266e51009f2281a1ff5b0f92b7a5491709a43dccd6aa69f45681cfb6b79008082f5a955212b61 SHA512 5edf711afe9799fadee901de404ffed5b152618ccab960777a5f17cdb5adc6b945b189502f1dc7b2728fc0abceb668e54f9543eb952738d02500f109df6fa913
24 DIST jupyter_client-7.3.1.tar.gz 328697 BLAKE2B 9bdca39d974c21e1674f58a7aaa51a6b96e4dc307f918aacc403146827df5ad7a867243dd2df95e717ab7ebd62367817e4f43cae562f47147b4271d72240600e SHA512 86a98288f1be5321b8495d78770501ca45fe3139a482ec41606253eef69eaf4d3f284d1c373d9df64efe28428f32cd1a3b19842a7331b3ac200d780e7a786407
25
26 diff --git a/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild b/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
27 deleted file mode 100644
28 index 57c632a5c3bb..000000000000
29 --- a/dev-python/jupyter_client/jupyter_client-7.1.2.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -PYTHON_REQ_USE="threads(+)"
39 -DISTUTILS_USE_PEP517=setuptools
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Jupyter protocol implementation and client libraries"
43 -HOMEPAGE="https://jupyter.org"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
49 -
50 -RDEPEND="
51 - dev-python/entrypoints[${PYTHON_USEDEP}]
52 - >=dev-python/jupyter_core-4.6.0[${PYTHON_USEDEP}]
53 - >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
54 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
55 - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
56 - >=www-servers/tornado-4.1[${PYTHON_USEDEP}]
57 - dev-python/traitlets[${PYTHON_USEDEP}]"
58 -BDEPEND="
59 - test? (
60 - dev-python/ipykernel[${PYTHON_USEDEP}]
61 - dev-python/ipython[${PYTHON_USEDEP}]
62 - dev-python/mock[${PYTHON_USEDEP}]
63 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
64 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
65 - )"
66 -
67 -PATCHES=(
68 - "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
69 -)
70 -
71 -EPYTEST_DESELECT=(
72 - jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_signal_kernel_subprocesses
73 - jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_async_signal_kernel_subprocesses
74 -)
75 -
76 -distutils_enable_tests pytest
77
78 diff --git a/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild b/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild
79 deleted file mode 100644
80 index 2c0770e6eb96..000000000000
81 --- a/dev-python/jupyter_client/jupyter_client-7.3.0.ebuild
82 +++ /dev/null
83 @@ -1,48 +0,0 @@
84 -# Copyright 1999-2022 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=8
88 -
89 -DISTUTILS_USE_PEP517=setuptools
90 -PYTHON_COMPAT=( python3_{8..10} )
91 -PYTHON_REQ_USE="threads(+)"
92 -
93 -inherit distutils-r1
94 -
95 -DESCRIPTION="Jupyter protocol implementation and client libraries"
96 -HOMEPAGE="https://jupyter.org"
97 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
98 -
99 -LICENSE="BSD"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
102 -
103 -RDEPEND="
104 - dev-python/entrypoints[${PYTHON_USEDEP}]
105 - >=dev-python/jupyter_core-4.9.2[${PYTHON_USEDEP}]
106 - >=dev-python/nest_asyncio-1.5.4[${PYTHON_USEDEP}]
107 - >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
108 - dev-python/pyzmq[${PYTHON_USEDEP}]
109 - >=www-servers/tornado-6.0[${PYTHON_USEDEP}]
110 - dev-python/traitlets[${PYTHON_USEDEP}]
111 -"
112 -BDEPEND="
113 - test? (
114 - >=dev-python/ipykernel-6.5[${PYTHON_USEDEP}]
115 - dev-python/ipython[${PYTHON_USEDEP}]
116 - >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
117 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
118 - )
119 -"
120 -
121 -PATCHES=(
122 - "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
123 -)
124 -
125 -distutils_enable_tests pytest
126 -
127 -src_prepare() {
128 - # relax pyzmq dep
129 - sed -i -e '/pyzmq/s:>=.*::' requirements.txt || die
130 - distutils-r1_src_prepare
131 -}