Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_server/
Date: Fri, 30 Dec 2022 11:38:02
Message-Id: 1672400074.0d506c799ca3f1e39e9d49f5bf3b78c997b3f889.andrewammerlaan@gentoo
1 commit: 0d506c799ca3f1e39e9d49f5bf3b78c997b3f889
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 11:34:34 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 11:34:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d506c79
7
8 dev-python/jupyter_server: drop 2.0.1, 2.0.5
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/jupyter_server/Manifest | 2 -
13 .../jupyter_server/jupyter_server-2.0.1.ebuild | 79 ----------------------
14 .../jupyter_server/jupyter_server-2.0.5.ebuild | 79 ----------------------
15 3 files changed, 160 deletions(-)
16
17 diff --git a/dev-python/jupyter_server/Manifest b/dev-python/jupyter_server/Manifest
18 index 9467344a7a75..1e73bc655065 100644
19 --- a/dev-python/jupyter_server/Manifest
20 +++ b/dev-python/jupyter_server/Manifest
21 @@ -1,4 +1,2 @@
22 DIST jupyter_server-1.19.1.tar.gz 453411 BLAKE2B 800231e7e7ddfcf2a2c2f2725971983d754c76940623ce000e6b86ad503bc6ca68a27e55ca3766193e58184a7148471464dfa9c27076e53ac84b176b8ff65897 SHA512 f4228c73950e49fe26add11c61f3de425b963726908a2df7dae21bb38b986c2ebb6abfc3319ef9e3acbc2fef9579a1a70ac594920985977adf580a082d272368
23 -DIST jupyter_server-2.0.1.tar.gz 680584 BLAKE2B 06ec85e0088f3ab7d08935b2b085c96d4ce9b787895a573024f64af48b78a7c99bbe8fa8330f8536b55d32fd7321a5cb56958a55a6044aec687107d13dce9db0 SHA512 c8d676da5af479ca0492c94615b01f9d2efb0d8e3aefa78437c44997409afeef1eaf7e269ce48047597d83cc82a26602108db17eacddca73179e9042ee145afa
24 -DIST jupyter_server-2.0.5.tar.gz 682705 BLAKE2B ea83b74c105fe7337dfafd725a7f6989b440a7124be73f854900d578439b5a3f0f5056e39056ce28ee07611b742afb4c4b1d1352f123125d4d7080269f217a94 SHA512 6e2af05c1cc6875fd32158bbd70a55f7a05e18af7b264d7d3e966d3d8c1c515927e86a0763e5734bca90b57119183d1ad4e10c44a47d929c6d62b15f78cc18f0
25 DIST jupyter_server-2.0.6.tar.gz 686312 BLAKE2B dfa309146e74c646ab28f31a4a7293d2b658771077240179aebd13176151c982035649acf3b78c86ddb06e914e3342e5894fb55f8b8711cb493a6a7c4b259cfa SHA512 186b41b13cc727d0674a49abcb9b3a9aa5b898f0e9e42124e46e862ec62528b4127b159a30352f33e6b91321f1dd3f086f82dca72d5616755bcf3220d154faa6
26
27 diff --git a/dev-python/jupyter_server/jupyter_server-2.0.1.ebuild b/dev-python/jupyter_server/jupyter_server-2.0.1.ebuild
28 deleted file mode 100644
29 index fcbdb61311d6..000000000000
30 --- a/dev-python/jupyter_server/jupyter_server-2.0.1.ebuild
31 +++ /dev/null
32 @@ -1,79 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=hatchling
39 -PYTHON_COMPAT=( python3_{8..11} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Core services, APIs, and REST endpoints to Jupyter web applications"
44 -HOMEPAGE="https://jupyter.org"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
50 -
51 -RDEPEND="
52 - >=dev-python/anyio-3.1.0[${PYTHON_USEDEP}]
53 - <dev-python/anyio-4[${PYTHON_USEDEP}]
54 - dev-python/argon2-cffi[${PYTHON_USEDEP}]
55 - dev-python/jinja[${PYTHON_USEDEP}]
56 - >=dev-python/jupyter_client-6.1.1[${PYTHON_USEDEP}]
57 - >=dev-python/jupyter_core-4.12.0[${PYTHON_USEDEP}]
58 - >=dev-python/jupyter_events-0.4.0[${PYTHON_USEDEP}]
59 - >=dev-python/nbconvert-6.4.4[${PYTHON_USEDEP}]
60 - >=dev-python/nbformat-5.3.0[${PYTHON_USEDEP}]
61 - dev-python/packaging[${PYTHON_USEDEP}]
62 - dev-python/prometheus_client[${PYTHON_USEDEP}]
63 - >=dev-python/pyzmq-24[${PYTHON_USEDEP}]
64 - dev-python/send2trash[${PYTHON_USEDEP}]
65 - >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
66 - >=dev-python/tornado-6.2[${PYTHON_USEDEP}]
67 - >=dev-python/traitlets-5.6.0[${PYTHON_USEDEP}]
68 - dev-python/websocket-client[${PYTHON_USEDEP}]
69 -
70 -"
71 -BDEPEND="
72 - test? (
73 - dev-python/ipykernel[${PYTHON_USEDEP}]
74 - dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
75 - dev-python/pytest_jupyter[${PYTHON_USEDEP}]
76 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
77 - dev-python/pytest-tornasync[${PYTHON_USEDEP}]
78 - dev-python/requests[${PYTHON_USEDEP}]
79 - )
80 -"
81 -
82 -distutils_enable_sphinx docs/source \
83 - dev-python/pydata-sphinx-theme \
84 - dev-python/myst_parser \
85 - dev-python/ipython \
86 - dev-python/sphinxemoji \
87 - dev-python/sphinxcontrib-github-alt \
88 - dev-python/sphinxcontrib-openapi
89 -distutils_enable_tests pytest
90 -
91 -EPYTEST_DESELECT=(
92 - # This fails if your terminal is zsh (and maybe other non-bash as well?)
93 - tests/test_terminal.py
94 - # Fails because above is ignored
95 - tests/auth/test_authorizer.py
96 - # Fails with additional extensions installed
97 - tests/extension/test_app.py::test_stop_extension
98 -)
99 -
100 -PATCHES=(
101 - "${FILESDIR}/${P}-skip-npm.patch"
102 -)
103 -
104 -python_test() {
105 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
106 - epytest \
107 - -p pytest_tornasync.plugin \
108 - -p jupyter_server.pytest_plugin \
109 - -p pytest_console_scripts \
110 - -p pytest_timeout
111 -}
112
113 diff --git a/dev-python/jupyter_server/jupyter_server-2.0.5.ebuild b/dev-python/jupyter_server/jupyter_server-2.0.5.ebuild
114 deleted file mode 100644
115 index 9cd1965666df..000000000000
116 --- a/dev-python/jupyter_server/jupyter_server-2.0.5.ebuild
117 +++ /dev/null
118 @@ -1,79 +0,0 @@
119 -# Copyright 1999-2022 Gentoo Authors
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=8
123 -
124 -DISTUTILS_USE_PEP517=hatchling
125 -PYTHON_COMPAT=( python3_{8..11} )
126 -
127 -inherit distutils-r1
128 -
129 -DESCRIPTION="Core services, APIs, and REST endpoints to Jupyter web applications"
130 -HOMEPAGE="https://jupyter.org"
131 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
132 -
133 -LICENSE="BSD"
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
136 -
137 -RDEPEND="
138 - >=dev-python/anyio-3.1.0[${PYTHON_USEDEP}]
139 - <dev-python/anyio-4[${PYTHON_USEDEP}]
140 - dev-python/argon2-cffi[${PYTHON_USEDEP}]
141 - dev-python/jinja[${PYTHON_USEDEP}]
142 - >=dev-python/jupyter_client-6.1.1[${PYTHON_USEDEP}]
143 - >=dev-python/jupyter_core-4.12.0[${PYTHON_USEDEP}]
144 - >=dev-python/jupyter_events-0.4.0[${PYTHON_USEDEP}]
145 - >=dev-python/nbconvert-6.4.4[${PYTHON_USEDEP}]
146 - >=dev-python/nbformat-5.3.0[${PYTHON_USEDEP}]
147 - dev-python/packaging[${PYTHON_USEDEP}]
148 - dev-python/prometheus_client[${PYTHON_USEDEP}]
149 - >=dev-python/pyzmq-24[${PYTHON_USEDEP}]
150 - dev-python/send2trash[${PYTHON_USEDEP}]
151 - >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
152 - >=dev-python/tornado-6.2[${PYTHON_USEDEP}]
153 - >=dev-python/traitlets-5.6.0[${PYTHON_USEDEP}]
154 - dev-python/websocket-client[${PYTHON_USEDEP}]
155 -
156 -"
157 -BDEPEND="
158 - test? (
159 - dev-python/ipykernel[${PYTHON_USEDEP}]
160 - dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
161 - dev-python/pytest_jupyter[${PYTHON_USEDEP}]
162 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
163 - dev-python/pytest-tornasync[${PYTHON_USEDEP}]
164 - dev-python/requests[${PYTHON_USEDEP}]
165 - )
166 -"
167 -
168 -distutils_enable_sphinx docs/source \
169 - dev-python/pydata-sphinx-theme \
170 - dev-python/myst_parser \
171 - dev-python/ipython \
172 - dev-python/sphinxemoji \
173 - dev-python/sphinxcontrib-github-alt \
174 - dev-python/sphinxcontrib-openapi
175 -distutils_enable_tests pytest
176 -
177 -EPYTEST_DESELECT=(
178 - # This fails if your terminal is zsh (and maybe other non-bash as well?)
179 - tests/test_terminal.py
180 - # Fails because above is ignored
181 - tests/auth/test_authorizer.py
182 - # Fails with additional extensions installed
183 - tests/extension/test_app.py::test_stop_extension
184 -)
185 -
186 -PATCHES=(
187 - "${FILESDIR}/${PN}-2.0.1-skip-npm.patch"
188 -)
189 -
190 -python_test() {
191 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
192 - epytest \
193 - -p pytest_tornasync.plugin \
194 - -p jupyter_server.pytest_plugin \
195 - -p pytest_console_scripts \
196 - -p pytest_timeout
197 -}