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/jupyterlab_server/
Date: Wed, 31 Aug 2022 09:45:13
Message-Id: 1661939098.2b833e7cdaa7a5db919ef5fe98e2f713a04f40d9.andrewammerlaan@gentoo
1 commit: 2b833e7cdaa7a5db919ef5fe98e2f713a04f40d9
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 09:40:36 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 09:44:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b833e7c
7
8 dev-python/jupyterlab_server: add 2.15.1
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/jupyterlab_server/Manifest | 1 +
13 .../jupyterlab_server-2.15.1.ebuild | 61 ++++++++++++++++++++++
14 2 files changed, 62 insertions(+)
15
16 diff --git a/dev-python/jupyterlab_server/Manifest b/dev-python/jupyterlab_server/Manifest
17 index fd2008f67a4c..e66a9d51a509 100644
18 --- a/dev-python/jupyterlab_server/Manifest
19 +++ b/dev-python/jupyterlab_server/Manifest
20 @@ -1,2 +1,3 @@
21 DIST jupyterlab_server-2.14.0.tar.gz 62704 BLAKE2B 93277a6880a9395622e6c0ec1da9522c5e30e7a8144c8629de89f45845964008f0a435ec84289efe56043c8ebb998ea65df1d09f3da72096f255fcafa29fab53 SHA512 21ecf749879663378d865bd06161fb3e331f3675038917e405df0cb77d4a4cec55340a35d6511676fa4d91ecaedcd1e7f8aec3a13ad3a39298d10911ab215cc6
22 DIST jupyterlab_server-2.15.0.tar.gz 61443 BLAKE2B 48ead96f13caf747cc14f7d65dc6104822dcd0fe17315a2cee4111598b40f05119998f169aef90411e84fe24e8f09736c857325752cfa3f22047acb2a9e2e3c1 SHA512 27530b293ad7c171b280a4c165d7f983c85238c4cb0bc89bb2eda8493b2988f047045c842ba456df9d0bfef00b5ee28b061c537ef6293d726c3a4f3d6572727c
23 +DIST jupyterlab_server-2.15.1.tar.gz 62345 BLAKE2B 14d82bc9cc7566312c4f434b78f396bb822f150653e3be6f1e328d620d1d8b205a8dca8c0b4a1e84a52562e04f76cb63154fd1b58f45da3a4f787a32468595cc SHA512 b4fba8a09562a70a705170406b69cbfaad4fcee290ca74e7949155698af616e4ce650a75c06bfa613e1a307980a4769418587ccf33a964868053ded9a7648095
24
25 diff --git a/dev-python/jupyterlab_server/jupyterlab_server-2.15.1.ebuild b/dev-python/jupyterlab_server/jupyterlab_server-2.15.1.ebuild
26 new file mode 100644
27 index 000000000000..88f6833ba9dd
28 --- /dev/null
29 +++ b/dev-python/jupyterlab_server/jupyterlab_server-2.15.1.ebuild
30 @@ -0,0 +1,61 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +DISTUTILS_USE_PEP517=hatchling
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
42 +HOMEPAGE="
43 + https://jupyter.org/
44 + https://github.com/jupyterlab/jupyterlab_server/
45 + https://pypi.org/project/jupyterlab-server/
46 +"
47 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 +
49 +LICENSE="BSD"
50 +SLOT="0"
51 +KEYWORDS="~amd64"
52 +
53 +RDEPEND="
54 + dev-python/Babel[${PYTHON_USEDEP}]
55 + >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
56 + >=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
57 + dev-python/json5[${PYTHON_USEDEP}]
58 + >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
59 + dev-python/packaging[${PYTHON_USEDEP}]
60 + dev-python/requests[${PYTHON_USEDEP}]
61 + >=dev-python/jupyter_server-1.8[${PYTHON_USEDEP}]
62 + <dev-python/jupyter_server-2[${PYTHON_USEDEP}]
63 +"
64 +
65 +BDEPEND="
66 + test? (
67 + dev-python/ipykernel[${PYTHON_USEDEP}]
68 + dev-python/jupyter_server[${PYTHON_USEDEP}]
69 + dev-python/openapi-core[${PYTHON_USEDEP}]
70 + dev-python/openapi-spec-validator[${PYTHON_USEDEP}]
71 + dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
72 + dev-python/pytest-tornasync[${PYTHON_USEDEP}]
73 + dev-python/pytest-timeout[${PYTHON_USEDEP}]
74 + dev-python/ruamel-yaml[${PYTHON_USEDEP}]
75 + dev-python/strict-rfc3339[${PYTHON_USEDEP}]
76 + )
77 +"
78 +
79 +distutils_enable_tests pytest
80 +# TODO: package autodoc_traits
81 +#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme dev-python/myst_parser
82 +
83 +python_prepare_all() {
84 + # This seems to not work for us, can only find english
85 + rm tests/test_translation_api.py || die
86 +
87 + # Do not depend on pytest-cov
88 + sed -i -e '/addopts/d' pyproject.toml || die
89 +
90 + distutils-r1_python_prepare_all
91 +}