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_server/
Date: Thu, 03 Nov 2022 19:41:15
Message-Id: 1667504428.43b941fba1be2ff337e500a64b38583f4c037adc.arthurzam@gentoo
1 commit: 43b941fba1be2ff337e500a64b38583f4c037adc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 19:40:28 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 19:40:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b941fb
7
8 dev-python/jupyter_server: drop 1.18.1, 1.19.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/jupyter_server/Manifest | 2 -
13 .../jupyter_server/jupyter_server-1.18.1.ebuild | 76 ----------------------
14 .../jupyter_server/jupyter_server-1.19.0.ebuild | 76 ----------------------
15 3 files changed, 154 deletions(-)
16
17 diff --git a/dev-python/jupyter_server/Manifest b/dev-python/jupyter_server/Manifest
18 index ba20c88c5939..f917c0e4d5bd 100644
19 --- a/dev-python/jupyter_server/Manifest
20 +++ b/dev-python/jupyter_server/Manifest
21 @@ -1,3 +1 @@
22 -DIST jupyter_server-1.18.1.tar.gz 451117 BLAKE2B ac9088f8f5c5afa6455f41b4006c0d49286006574101b42dd8e28501c97dcf10d7ee534d54b8cf26a8f34c7d2ba446485ce273ce04e22c39a22e5346d55ea4f5 SHA512 7acf101f337af903318de263dcf78cf3b45b799bb6095bc79568fde7f3f56ca508d39a1d40ffe2a4ab0bdc0173f0ee2f4a7426f41e0855c1b7f9dfd86f7e6d73
23 -DIST jupyter_server-1.19.0.tar.gz 453227 BLAKE2B c411ea965bd1948cfff488be278e9d6d4374482f0017e8e6f0b557628f1b571735008db3217035344ee1d38bed45e9c74c16fb365899408e0565d31740ee1a78 SHA512 ba1316418662bf465f5252de97efa58ecea237b51dfd83b17643176f95382d47759b88a2a79945e6bbf688dcdb3f99d091a035ab0a8a04706c6e6ba0c8a7fcc8
24 DIST jupyter_server-1.19.1.tar.gz 453411 BLAKE2B 800231e7e7ddfcf2a2c2f2725971983d754c76940623ce000e6b86ad503bc6ca68a27e55ca3766193e58184a7148471464dfa9c27076e53ac84b176b8ff65897 SHA512 f4228c73950e49fe26add11c61f3de425b963726908a2df7dae21bb38b986c2ebb6abfc3319ef9e3acbc2fef9579a1a70ac594920985977adf580a082d272368
25
26 diff --git a/dev-python/jupyter_server/jupyter_server-1.18.1.ebuild b/dev-python/jupyter_server/jupyter_server-1.18.1.ebuild
27 deleted file mode 100644
28 index 0e0ef8e39a69..000000000000
29 --- a/dev-python/jupyter_server/jupyter_server-1.18.1.ebuild
30 +++ /dev/null
31 @@ -1,76 +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 -DISTUTILS_USE_PEP517=jupyter
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Core services, APIs, and REST endpoints to Jupyter web applications"
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/anyio-3.1.0[${PYTHON_USEDEP}]
52 - <dev-python/anyio-4[${PYTHON_USEDEP}]
53 - dev-python/argon2-cffi[${PYTHON_USEDEP}]
54 - dev-python/jinja[${PYTHON_USEDEP}]
55 - >=dev-python/jupyter_client-6.1.1[${PYTHON_USEDEP}]
56 - >=dev-python/jupyter_core-4.7.0[${PYTHON_USEDEP}]
57 - >=dev-python/nbconvert-6.4.4[${PYTHON_USEDEP}]
58 - >=dev-python/nbformat-5.2.0[${PYTHON_USEDEP}]
59 - dev-python/packaging[${PYTHON_USEDEP}]
60 - dev-python/prometheus_client[${PYTHON_USEDEP}]
61 - >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
62 - dev-python/send2trash[${PYTHON_USEDEP}]
63 - >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
64 - >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
65 - >=dev-python/traitlets-5.1[${PYTHON_USEDEP}]
66 - dev-python/websocket-client[${PYTHON_USEDEP}]
67 -"
68 -BDEPEND="
69 - test? (
70 - dev-python/ipykernel[${PYTHON_USEDEP}]
71 - dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
72 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
73 - dev-python/pytest-tornasync[${PYTHON_USEDEP}]
74 - dev-python/requests[${PYTHON_USEDEP}]
75 - )
76 -"
77 -
78 -distutils_enable_sphinx docs/source \
79 - dev-python/pydata-sphinx-theme \
80 - dev-python/myst_parser \
81 - dev-python/ipython \
82 - dev-python/sphinxemoji \
83 - dev-python/sphinxcontrib-github-alt \
84 - dev-python/sphinxcontrib-openapi
85 -distutils_enable_tests pytest
86 -
87 -EPYTEST_DESELECT=(
88 - # This fails if your terminal is zsh (and maybe other non-bash as well?)
89 - tests/test_terminal.py::test_culling
90 - tests/test_terminal.py::test_terminal_create_with_cwd
91 - tests/test_terminal.py::test_terminal_create_with_relative_cwd
92 -)
93 -
94 -src_prepare() {
95 - # disable npm use
96 - sed -i -e '/\[tool\.jupyter-packaging\.builder\]/,+1d' pyproject.toml || die
97 - distutils-r1_src_prepare
98 -}
99 -
100 -python_test() {
101 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
102 - epytest \
103 - -p pytest_tornasync.plugin \
104 - -p jupyter_server.pytest_plugin \
105 - -p pytest_console_scripts \
106 - -p pytest_timeout
107 -}
108
109 diff --git a/dev-python/jupyter_server/jupyter_server-1.19.0.ebuild b/dev-python/jupyter_server/jupyter_server-1.19.0.ebuild
110 deleted file mode 100644
111 index 296736ccc44c..000000000000
112 --- a/dev-python/jupyter_server/jupyter_server-1.19.0.ebuild
113 +++ /dev/null
114 @@ -1,76 +0,0 @@
115 -# Copyright 1999-2022 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=8
119 -
120 -DISTUTILS_USE_PEP517=jupyter
121 -PYTHON_COMPAT=( python3_{8..10} )
122 -
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="Core services, APIs, and REST endpoints to Jupyter web applications"
126 -HOMEPAGE="https://jupyter.org"
127 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
128 -
129 -LICENSE="BSD"
130 -SLOT="0"
131 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
132 -
133 -RDEPEND="
134 - >=dev-python/anyio-3.1.0[${PYTHON_USEDEP}]
135 - <dev-python/anyio-4[${PYTHON_USEDEP}]
136 - dev-python/argon2-cffi[${PYTHON_USEDEP}]
137 - dev-python/jinja[${PYTHON_USEDEP}]
138 - >=dev-python/jupyter_client-6.1.1[${PYTHON_USEDEP}]
139 - >=dev-python/jupyter_core-4.7.0[${PYTHON_USEDEP}]
140 - >=dev-python/nbconvert-6.4.4[${PYTHON_USEDEP}]
141 - >=dev-python/nbformat-5.2.0[${PYTHON_USEDEP}]
142 - dev-python/packaging[${PYTHON_USEDEP}]
143 - dev-python/prometheus_client[${PYTHON_USEDEP}]
144 - >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
145 - dev-python/send2trash[${PYTHON_USEDEP}]
146 - >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
147 - >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
148 - >=dev-python/traitlets-5.1[${PYTHON_USEDEP}]
149 - dev-python/websocket-client[${PYTHON_USEDEP}]
150 -"
151 -BDEPEND="
152 - test? (
153 - dev-python/ipykernel[${PYTHON_USEDEP}]
154 - dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
155 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
156 - dev-python/pytest-tornasync[${PYTHON_USEDEP}]
157 - dev-python/requests[${PYTHON_USEDEP}]
158 - )
159 -"
160 -
161 -distutils_enable_sphinx docs/source \
162 - dev-python/pydata-sphinx-theme \
163 - dev-python/myst_parser \
164 - dev-python/ipython \
165 - dev-python/sphinxemoji \
166 - dev-python/sphinxcontrib-github-alt \
167 - dev-python/sphinxcontrib-openapi
168 -distutils_enable_tests pytest
169 -
170 -EPYTEST_DESELECT=(
171 - # This fails if your terminal is zsh (and maybe other non-bash as well?)
172 - tests/test_terminal.py::test_culling
173 - tests/test_terminal.py::test_terminal_create_with_cwd
174 - tests/test_terminal.py::test_terminal_create_with_relative_cwd
175 -)
176 -
177 -src_prepare() {
178 - # disable npm use
179 - sed -i -e '/\[tool\.jupyter-packaging\.builder\]/,+1d' pyproject.toml || die
180 - distutils-r1_src_prepare
181 -}
182 -
183 -python_test() {
184 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
185 - epytest \
186 - -p pytest_tornasync.plugin \
187 - -p jupyter_server.pytest_plugin \
188 - -p pytest_console_scripts \
189 - -p pytest_timeout
190 -}