diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-15 17:49:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-15 18:04:57 +0200 |
commit | e35133a4bdddf65ea21457e7837e9c15e17ff5fb (patch) | |
tree | 912a85d7451ba61669393cf93cfc19a4bacd3074 /dev-python/jupyterlab-lsp | |
parent | dev-python/jupyterlab-lsp: Bump to 5.0.0 (diff) | |
download | gentoo-e35133a4bdddf65ea21457e7837e9c15e17ff5fb.tar.gz gentoo-e35133a4bdddf65ea21457e7837e9c15e17ff5fb.tar.bz2 gentoo-e35133a4bdddf65ea21457e7837e9c15e17ff5fb.zip |
dev-python/jupyterlab-lsp: Remove old
Closes: https://bugs.gentoo.org/911731
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-4.2.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/jupyterlab-lsp/Manifest b/dev-python/jupyterlab-lsp/Manifest index d12b54ae8fc0..1184776e05fe 100644 --- a/dev-python/jupyterlab-lsp/Manifest +++ b/dev-python/jupyterlab-lsp/Manifest @@ -1,2 +1 @@ -DIST jupyterlab-lsp-4.2.0.tar.gz 871193 BLAKE2B e3486f8e3dcdd534aa19209b936f6b2579c827a728fd080150fb6d31968bc1cd5b4c11b94e22e229eeaf6ac3953b473b89d66974d8f96bc9bc89fdf916d1c501 SHA512 4bd73f4d2e6a4823ad9649dcad4ac6e5de2626ef53fad13027de3a37cd6af5aa60dd707b93a599f41cdc4f7ea7b62a3ca473703f65e6a8038f8d7df62365aefe DIST jupyterlab-lsp-5.0.0.tar.gz 753429 BLAKE2B bd9fac94edea990943ce839c773270f14a5afd646b312c3c6888a0230c2846968388862c01c4954830d85c3eebcd6699aed79cc7861e4fb8d19d576cf0ba938b SHA512 a6e586cf19707a6aec91f495fbb437ce2aaa6b827964c06d4479d056b0a8eca525c46a3e3e8c7891e0f486cde9b63416a80188c623f71948e4b1658a751d98b1 diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-4.2.0.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-4.2.0.ebuild deleted file mode 100644 index f8fbb2f8f9b2..000000000000 --- a/dev-python/jupyterlab-lsp/jupyterlab-lsp-4.2.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="Coding assistance for JupyterLab with Language Server Protocol" -HOMEPAGE="https://github.com/jupyter-lsp/jupyterlab-lsp" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/jupyterlab-3.6.0[${PYTHON_USEDEP}] - <dev-python/jupyterlab-4.0.0[${PYTHON_USEDEP}] - >=dev-python/jupyter-lsp-2.0.0[${PYTHON_USEDEP}] -" |