diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-18 03:04:45 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-18 03:04:45 -0500 |
| commit | 08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a (patch) | |
| tree | 1b4baa71dceb3809c3f4373acb9d1b4cc906dae2 /dev-python/jupyterlab-lsp | |
| parent | c15a01fb364f840a250479998f64702430097a88 (diff) | |
| download | baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.tar.gz baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.tar.xz baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.zip | |
Adding metadata
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-5.3.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/jupyterlab-lsp/Manifest b/dev-python/jupyterlab-lsp/Manifest index 706902ce3bf7..b5b71b2bdb22 100644 --- a/dev-python/jupyterlab-lsp/Manifest +++ b/dev-python/jupyterlab-lsp/Manifest @@ -1 +1,2 @@ DIST jupyterlab-lsp-5.1.0.tar.gz 760295 BLAKE2B 08113210cdafe14e4dacccc1916ab58eb455064d4869ba82f87d3c2ef92d696152058f45eee092653db869d44344a1de8784bea0cc9d27d7888bf0c3d6dcae5f SHA512 c06e88803af956c00b91aac70c2421fade39d29b8e20ac5a77ac7dff9767160b1d79ef5b2aff270a126442675790f1286ad73b947af72218d8a668117b647f29 +DIST jupyterlab_lsp-5.3.0.tar.gz 761351 BLAKE2B 6e53250ba00a63a6b8c196f16477a0ce516fc431dd35ec6ffdefef296744dbb93e37daf90779e867c45a6b3357a6f79e9df86aad46069054b8214d676effaaf2 SHA512 1b0f2e98d2d552237addcf952713310edf9b0f6b1aec6a967f5749ca72552935483797d4ef773c5ca99a49603475d843da174d4acf7eb146ed8c5f84063008f9 diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-5.3.0.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-5.3.0.ebuild new file mode 100644 index 000000000000..8d606a100853 --- /dev/null +++ b/dev-python/jupyterlab-lsp/jupyterlab-lsp-5.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Coding assistance for JupyterLab with Language Server Protocol" +HOMEPAGE=" + https://github.com/jupyter-lsp/jupyterlab-lsp/ + https://pypi.org/project/jupyterlab-lsp/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/jupyterlab-4.1.0[${PYTHON_USEDEP}] + <dev-python/jupyterlab-5.0.0[${PYTHON_USEDEP}] + >=dev-python/jupyter-lsp-2.0.0[${PYTHON_USEDEP}] +" |
