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: Sun, 06 Nov 2022 07:59:32
Message-Id: 1667721558.a7d2bdf6bf34ecae3cf5db715e0716936f482f03.mgorny@gentoo
1 commit: a7d2bdf6bf34ecae3cf5db715e0716936f482f03
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 07:36:24 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 07:59:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d2bdf6
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 | 3 --
13 .../jupyter_client/jupyter_client-7.3.5.ebuild | 46 ----------------------
14 .../jupyter_client/jupyter_client-7.4.2.ebuild | 46 ----------------------
15 .../jupyter_client/jupyter_client-7.4.3.ebuild | 46 ----------------------
16 4 files changed, 141 deletions(-)
17
18 diff --git a/dev-python/jupyter_client/Manifest b/dev-python/jupyter_client/Manifest
19 index 7a6948746599..c7f76e236cf8 100644
20 --- a/dev-python/jupyter_client/Manifest
21 +++ b/dev-python/jupyter_client/Manifest
22 @@ -1,4 +1 @@
23 -DIST jupyter_client-7.3.5.tar.gz 326758 BLAKE2B c2ac76eb6511b29c38d7e7441e1191bae1f931da27f2eb95d6cb842a0e36f36a6f7a1421253b62abf52243f9fdad36b34828e6d5cd13a0411fa4ce09b447c3bc SHA512 5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9
24 -DIST jupyter_client-7.4.2.tar.gz 327079 BLAKE2B 71e1f2d7a84a308b37105887ab7851e1f8a8e1f3019d937ec2c48493396dd757f3b7bcd75be180187f2a2855f20f5c0db924b058d316a34d503a2964c63b65c9 SHA512 4e22cb0dccdc96d16c560dba2f9b19616015143d5bd709b9dafed9fa2419ab3d8e6f9091f8a94ab78a0a1d16db2db86def23300b6a39485c0c978f145da4eb47
25 -DIST jupyter_client-7.4.3.tar.gz 327186 BLAKE2B 04b601d0b492879b2a5f06c53610a354c640376707188fb75394df42ee4ea426ff87a9df5537e242115ea86a9db64bb625b0911407bfe5b00d667843cd78118a SHA512 620ebd31518b6161a32503c1fbb1f18c11e50c15bafd6a46747cc5de682d025aad626fae226ddcf9f2843fa9eb3580825c08474f7309906738da7a02c8d75193
26 DIST jupyter_client-7.4.4.tar.gz 327373 BLAKE2B 02f70be181779352706f86515f705addbf68383f16d899a4d30c9d6cb0970e955435a8c934f611f93c9fe2eeb5c0fe3b124f31571ae396995564fb450bf03201 SHA512 6de3b271be03ff90d906fc176ce107799abbf8ac882d32d26d86ab91fd3f8a6fa09e5df4f3955e00bc939a31472d423a0d74396f8ba473440c4bc17cc1a28c2f
27
28 diff --git a/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild b/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
29 deleted file mode 100644
30 index 9cc24cba4825..000000000000
31 --- a/dev-python/jupyter_client/jupyter_client-7.3.5.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=hatchling
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -PYTHON_REQ_USE="threads(+)"
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Jupyter protocol implementation and client libraries"
46 -HOMEPAGE="
47 - https://jupyter.org/
48 - https://github.com/jupyter/jupyter_client/
49 - https://pypi.org/project/jupyter-client/
50 -"
51 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52 -
53 -LICENSE="BSD"
54 -SLOT="0"
55 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
56 -
57 -RDEPEND="
58 - dev-python/entrypoints[${PYTHON_USEDEP}]
59 - >=dev-python/jupyter_core-4.9.2[${PYTHON_USEDEP}]
60 - >=dev-python/nest_asyncio-1.5.4[${PYTHON_USEDEP}]
61 - >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
62 - >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
63 - >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
64 - dev-python/traitlets[${PYTHON_USEDEP}]
65 -"
66 -BDEPEND="
67 - test? (
68 - >=dev-python/ipykernel-6.5[${PYTHON_USEDEP}]
69 - dev-python/ipython[${PYTHON_USEDEP}]
70 - >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
71 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
72 - )
73 -"
74 -
75 -PATCHES=(
76 - "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
77 -)
78 -
79 -distutils_enable_tests pytest
80
81 diff --git a/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild b/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild
82 deleted file mode 100644
83 index 76b6f1c22129..000000000000
84 --- a/dev-python/jupyter_client/jupyter_client-7.4.2.ebuild
85 +++ /dev/null
86 @@ -1,46 +0,0 @@
87 -# Copyright 1999-2022 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=8
91 -
92 -DISTUTILS_USE_PEP517=hatchling
93 -PYTHON_COMPAT=( python3_{8..10} )
94 -PYTHON_REQ_USE="threads(+)"
95 -
96 -inherit distutils-r1
97 -
98 -DESCRIPTION="Jupyter protocol implementation and client libraries"
99 -HOMEPAGE="
100 - https://jupyter.org/
101 - https://github.com/jupyter/jupyter_client/
102 - https://pypi.org/project/jupyter-client/
103 -"
104 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
105 -
106 -LICENSE="BSD"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
109 -
110 -RDEPEND="
111 - dev-python/entrypoints[${PYTHON_USEDEP}]
112 - >=dev-python/jupyter_core-4.9.2[${PYTHON_USEDEP}]
113 - >=dev-python/nest_asyncio-1.5.4[${PYTHON_USEDEP}]
114 - >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
115 - >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
116 - >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
117 - dev-python/traitlets[${PYTHON_USEDEP}]
118 -"
119 -BDEPEND="
120 - test? (
121 - >=dev-python/ipykernel-6.5[${PYTHON_USEDEP}]
122 - dev-python/ipython[${PYTHON_USEDEP}]
123 - >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
124 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
125 - )
126 -"
127 -
128 -PATCHES=(
129 - "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
130 -)
131 -
132 -distutils_enable_tests pytest
133
134 diff --git a/dev-python/jupyter_client/jupyter_client-7.4.3.ebuild b/dev-python/jupyter_client/jupyter_client-7.4.3.ebuild
135 deleted file mode 100644
136 index 58a093cf850d..000000000000
137 --- a/dev-python/jupyter_client/jupyter_client-7.4.3.ebuild
138 +++ /dev/null
139 @@ -1,46 +0,0 @@
140 -# Copyright 1999-2022 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=8
144 -
145 -DISTUTILS_USE_PEP517=hatchling
146 -PYTHON_COMPAT=( python3_{8..10} )
147 -PYTHON_REQ_USE="threads(+)"
148 -
149 -inherit distutils-r1
150 -
151 -DESCRIPTION="Jupyter protocol implementation and client libraries"
152 -HOMEPAGE="
153 - https://jupyter.org/
154 - https://github.com/jupyter/jupyter_client/
155 - https://pypi.org/project/jupyter-client/
156 -"
157 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
158 -
159 -LICENSE="BSD"
160 -SLOT="0"
161 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
162 -
163 -RDEPEND="
164 - dev-python/entrypoints[${PYTHON_USEDEP}]
165 - >=dev-python/jupyter_core-4.9.2[${PYTHON_USEDEP}]
166 - >=dev-python/nest_asyncio-1.5.4[${PYTHON_USEDEP}]
167 - >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
168 - >=dev-python/pyzmq-23.0[${PYTHON_USEDEP}]
169 - >=dev-python/tornado-6.0[${PYTHON_USEDEP}]
170 - dev-python/traitlets[${PYTHON_USEDEP}]
171 -"
172 -BDEPEND="
173 - test? (
174 - >=dev-python/ipykernel-6.12[${PYTHON_USEDEP}]
175 - dev-python/ipython[${PYTHON_USEDEP}]
176 - >=dev-python/pytest-asyncio-0.18[${PYTHON_USEDEP}]
177 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
178 - )
179 -"
180 -
181 -PATCHES=(
182 - "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
183 -)
184 -
185 -distutils_enable_tests pytest