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-lsp/
Date: Mon, 02 May 2022 10:56:45
Message-Id: 1651488991.0eb04f44da8a1b350ef6097759b5fd4c1670a311.andrewammerlaan@gentoo
1 commit: 0eb04f44da8a1b350ef6097759b5fd4c1670a311
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 10:34:03 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 10:56:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb04f44
7
8 dev-python/jupyterlab-lsp: drop 3.10.0
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/jupyterlab-lsp/Manifest | 1 -
13 .../jupyterlab-lsp/jupyterlab-lsp-3.10.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/jupyterlab-lsp/Manifest b/dev-python/jupyterlab-lsp/Manifest
17 index db258d89319d..088b4f440bd6 100644
18 --- a/dev-python/jupyterlab-lsp/Manifest
19 +++ b/dev-python/jupyterlab-lsp/Manifest
20 @@ -1,2 +1 @@
21 -DIST jupyterlab-lsp-3.10.0.tar.gz 269237 BLAKE2B 379716c2dc61053f10b70969b63a62b3d8c57915c472ee04f55513236f318d787ae92257751f789a2a7fe3b6faef5141e54ef7708c76f7720eabe8edf855a28e SHA512 a62073744a6ab5d57af12e738ef754f139bf34fdcbd54921127a1273f238cbda3f9ac859f7702ab862ba5597dcd75d22c0db9423ef6c7b2ee9c3459efda3b2a5
22 DIST jupyterlab-lsp-3.10.1.tar.gz 269339 BLAKE2B 18949cb5b2ae73b1beb623756d9aa316192ea0ba5074edc106e3acd8a3cc6e0803c01727ce4416a3ba0f6b2fc88def2d4c93deead33ca55c4735e8a45c48afd9 SHA512 56fccdc383ebf12572dc61f37d76c0a6aaa0021fea75ead7dbf51e9eba7e25986d9f3752f1146b6dc2cad8c565026e7354cd0c56bf32607421c6a4de0f9b5da6
23
24 diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.10.0.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.10.0.ebuild
25 deleted file mode 100644
26 index 46148aa982dc..000000000000
27 --- a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.10.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -DISTUTILS_USE_PEP517=setuptools
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Coding assistance for JupyterLab with Language Server Protocol"
40 -HOMEPAGE="https://github.com/jupyter-lsp/jupyterlab-lsp"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -RDEPEND="
48 - >=dev-python/jupyterlab-3.1.0[${PYTHON_USEDEP}]
49 - <dev-python/jupyterlab-4.0.0[${PYTHON_USEDEP}]
50 - >=dev-python/jupyter-lsp-1.4.0[${PYTHON_USEDEP}]
51 -"