diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-14 09:44:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-14 09:46:49 +0100 |
commit | 22112aa25a7fe9fbbd2a2eee6669218b12bdf571 (patch) | |
tree | b882cc8328df67d387b6a9bb801c22dce64a4fc7 /dev-python/jupyterlab-lsp | |
parent | dev-python/jupyterlab: Remove old (diff) | |
download | gentoo-22112aa25a7fe9fbbd2a2eee6669218b12bdf571.tar.gz gentoo-22112aa25a7fe9fbbd2a2eee6669218b12bdf571.tar.bz2 gentoo-22112aa25a7fe9fbbd2a2eee6669218b12bdf571.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.8.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 e2a885b70b01..4656c4d56e9a 100644 --- a/dev-python/jupyterlab-lsp/Manifest +++ b/dev-python/jupyterlab-lsp/Manifest @@ -1,2 +1 @@ -DIST jupyterlab-lsp-3.8.1.tar.gz 249073 BLAKE2B 1ab252fdc8868e997432704869f189fa814c292f7f34ec9f382bf94f4de65d35530f61ea7605176f2356e5b99db812746b78348cb27845c0168afb0498b93f2b SHA512 61840c2d206d3a107d43b97d222d76959d577ef63e0835a249e7201e50b6ce5f0abf067d0d4be928b9b451809e2e6e75803cf4450f71441018495fa17500067c DIST jupyterlab-lsp-3.9.1.tar.gz 262645 BLAKE2B cd3377ea3abbb3f877b257140d5ac6b162aa9d4229cb58f67fa60a9b7f5db43de6873af381bac5bbf6103a47a53863ae322ad200550d73e5c19baa5eb2866aa2 SHA512 0289dc666a3ec3d93d276c67e95c19b0427e45a4f1e001180df4af9a72f7e81dddc8bdd175684f857dfc8e02935dbd31b454bfd0ee1431a8e702f662365c747e diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild deleted file mode 100644 index f56fa146478a..000000000000 --- a/dev-python/jupyterlab-lsp/jupyterlab-lsp-3.8.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Coding assistance for JupyterLab with Language Server Protocol" -HOMEPAGE="https://github.com/krassowski/jupyterlab-lsp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/jupyterlab-3.0.0[${PYTHON_USEDEP}] - <dev-python/jupyterlab-4.0.0[${PYTHON_USEDEP}] - >=dev-python/jupyter-lsp-1.4.0[${PYTHON_USEDEP}] -" |