diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-14 05:36:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-14 05:36:53 +0100 |
commit | 6de6c3095809ec26c903038d86ef8081b0611d58 (patch) | |
tree | 53efcc2ec986c06cd87a03ba8ef938b00e494421 /dev-python/jupyterlab-lsp | |
parent | dev-python/jupyterlab: Remove old (diff) | |
download | gentoo-6de6c3095809ec26c903038d86ef8081b0611d58.tar.gz gentoo-6de6c3095809ec26c903038d86ef8081b0611d58.tar.bz2 gentoo-6de6c3095809ec26c903038d86ef8081b0611d58.zip |
dev-python/jupyterlab-lsp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyterlab-lsp')
-rw-r--r-- | dev-python/jupyterlab-lsp/Manifest | 1 | ||||
-rw-r--r-- | dev-python/jupyterlab-lsp/jupyterlab-lsp-3.10.1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/jupyterlab-lsp/Manifest b/dev-python/jupyterlab-lsp/Manifest index 515e6c06a778..32ca9b4d8328 100644 --- a/dev-python/jupyterlab-lsp/Manifest +++ b/dev-python/jupyterlab-lsp/Manifest @@ -1,2 +1 @@ -DIST jupyterlab-lsp-3.10.1.tar.gz 269339 BLAKE2B 18949cb5b2ae73b1beb623756d9aa316192ea0ba5074edc106e3acd8a3cc6e0803c01727ce4416a3ba0f6b2fc88def2d4c93deead33ca55c4735e8a45c48afd9 SHA512 56fccdc383ebf12572dc61f37d76c0a6aaa0021fea75ead7dbf51e9eba7e25986d9f3752f1146b6dc2cad8c565026e7354cd0c56bf32607421c6a4de0f9b5da6 DIST jupyterlab-lsp-3.10.2.tar.gz 269490 BLAKE2B 43e4c79e94f85497f83c8034d63164ae5e0820dba6a725048c7f11522d2ab98326e637c254251e96d72d35d7ff8962ab8750a2ba42681c4ef34a65bbb42240d4 SHA512 e154b1f382d2a70a3378f821b055d9a05e9ba748f3ca3e61974655ec3a06f73bc864ad18917171e1101692760fab44b830d2eb70676961a09e383b3544d8ba71 diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.10.1.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.10.1.ebuild deleted file mode 100644 index 46148aa982dc..000000000000 --- a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.10.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Coding assistance for JupyterLab with Language Server Protocol" -HOMEPAGE="https://github.com/jupyter-lsp/jupyterlab-lsp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/jupyterlab-3.1.0[${PYTHON_USEDEP}] - <dev-python/jupyterlab-4.0.0[${PYTHON_USEDEP}] - >=dev-python/jupyter-lsp-1.4.0[${PYTHON_USEDEP}] -" |