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_server/
Date: Thu, 16 Mar 2023 18:13:18
Message-Id: 1678990280.63f963a5d8d11cf4523e8a0b347b8ddda40ebb42.mgorny@gentoo
1 commit: 63f963a5d8d11cf4523e8a0b347b8ddda40ebb42
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 18:09:52 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:11:20 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f963a5
7
8 dev-python/jupyter_server: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_server/Manifest | 1 -
13 .../jupyter_server/jupyter_server-1.19.1.ebuild | 76 ----------------------
14 2 files changed, 77 deletions(-)
15
16 diff --git a/dev-python/jupyter_server/Manifest b/dev-python/jupyter_server/Manifest
17 index 88f41dca1d01..cc3d08ee89ad 100644
18 --- a/dev-python/jupyter_server/Manifest
19 +++ b/dev-python/jupyter_server/Manifest
20 @@ -1,2 +1 @@
21 -DIST jupyter_server-1.19.1.tar.gz 453411 BLAKE2B 800231e7e7ddfcf2a2c2f2725971983d754c76940623ce000e6b86ad503bc6ca68a27e55ca3766193e58184a7148471464dfa9c27076e53ac84b176b8ff65897 SHA512 f4228c73950e49fe26add11c61f3de425b963726908a2df7dae21bb38b986c2ebb6abfc3319ef9e3acbc2fef9579a1a70ac594920985977adf580a082d272368
22 DIST jupyter_server-2.4.0.tar.gz 693740 BLAKE2B c50a06f1ebe1479c126c2a10ac7f58f012f97f8d565f1705b5d8080ff854a387a6bbcba65785652988a1adc3575009ea0b68e48b7cda8bbd89b5208e1a6d0612 SHA512 c5ceb6caa37c6d8bb5b3026f450bdfc92c37cb5a350541fa35764eeb33007918b2aa55b41108703477efe68f7d5e4f4ba3fea51cd203f3f3c0b74ba3bed6e1c5
23
24 diff --git a/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild b/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
25 deleted file mode 100644
26 index 2728a8e24bdb..000000000000
27 --- a/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
28 +++ /dev/null
29 @@ -1,76 +0,0 @@
30 -# Copyright 1999-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=jupyter
36 -PYTHON_COMPAT=( python3_{9..11} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Core services, APIs, and REST endpoints to Jupyter web applications"
41 -HOMEPAGE="https://jupyter.org"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
47 -
48 -RDEPEND="
49 - >=dev-python/anyio-3.1.0[${PYTHON_USEDEP}]
50 - <dev-python/anyio-4[${PYTHON_USEDEP}]
51 - dev-python/argon2-cffi[${PYTHON_USEDEP}]
52 - dev-python/jinja[${PYTHON_USEDEP}]
53 - >=dev-python/jupyter_client-6.1.1[${PYTHON_USEDEP}]
54 - >=dev-python/jupyter_core-4.7.0[${PYTHON_USEDEP}]
55 - >=dev-python/nbconvert-6.4.4[${PYTHON_USEDEP}]
56 - >=dev-python/nbformat-5.2.0[${PYTHON_USEDEP}]
57 - dev-python/packaging[${PYTHON_USEDEP}]
58 - dev-python/prometheus_client[${PYTHON_USEDEP}]
59 - >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
60 - dev-python/send2trash[${PYTHON_USEDEP}]
61 - >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
62 - >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
63 - >=dev-python/traitlets-5.1[${PYTHON_USEDEP}]
64 - dev-python/websocket-client[${PYTHON_USEDEP}]
65 -"
66 -BDEPEND="
67 - test? (
68 - dev-python/ipykernel[${PYTHON_USEDEP}]
69 - dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
70 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
71 - dev-python/pytest-tornasync[${PYTHON_USEDEP}]
72 - dev-python/requests[${PYTHON_USEDEP}]
73 - )
74 -"
75 -
76 -distutils_enable_sphinx docs/source \
77 - dev-python/pydata-sphinx-theme \
78 - dev-python/myst-parser \
79 - dev-python/ipython \
80 - dev-python/sphinxemoji \
81 - dev-python/sphinxcontrib-github-alt \
82 - dev-python/sphinxcontrib-openapi
83 -distutils_enable_tests pytest
84 -
85 -EPYTEST_DESELECT=(
86 - # This fails if your terminal is zsh (and maybe other non-bash as well?)
87 - tests/test_terminal.py::test_culling
88 - tests/test_terminal.py::test_terminal_create_with_cwd
89 - tests/test_terminal.py::test_terminal_create_with_relative_cwd
90 -)
91 -
92 -src_prepare() {
93 - # disable npm use
94 - sed -i -e '/\[tool\.jupyter-packaging\.builder\]/,+1d' pyproject.toml || die
95 - distutils-r1_src_prepare
96 -}
97 -
98 -python_test() {
99 - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
100 - epytest \
101 - -p pytest_tornasync.plugin \
102 - -p jupyter_server.pytest_plugin \
103 - -p pytest_console_scripts \
104 - -p pytest_timeout
105 -}