Package Details: jupyter-lsp 2.2.5-1

Git Clone URL: https://aur.archlinux.org/jupyter-lsp.git (read-only, click to copy)
Package Base: jupyter-lsp
Description: Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server.
Upstream URL: https://github.com/jupyter-lsp/jupyterlab-lsp
Licenses: BSD-3-Clause
Submitter: specter119
Maintainer: specter119 (lahwaacz)
Last Packager: lahwaacz
Votes: 0
Popularity: 0.000000
First Submitted: 2021-08-01 02:13 (UTC)
Last Updated: 2024-04-09 21:21 (UTC)

Latest Comments

lahwaacz commented on 2024-03-23 17:26 (UTC)

@leuko Oops, I've asked upstream why the release artifacts are different: https://github.com/jupyter-lsp/jupyterlab-lsp/issues/1072

leuko commented on 2024-03-23 17:06 (UTC)

  1. The checksum is invalid.
  2. Github repo contains both jupyter{,lab}-lsp and the sourced archive contains also both of them. So we need:
cd jupyterlab-lsp-$pkgname-$pkgver/python_packages/jupyter_lsp

instead of

cd $pkgname-$pkgver

lahwaacz commented on 2024-02-02 18:11 (UTC)

The license for this package is wrong – should be BSD-3-Clause: https://github.com/jupyter-lsp/jupyterlab-lsp?tab=BSD-3-Clause-1-ov-file#readme

specter119 commented on 2023-08-07 12:03 (UTC)

thx, @lahwaacz fixed.

lahwaacz commented on 2023-08-07 11:53 (UTC)

python-setuptools is still needed in makedepends:

==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1128, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1142, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.

specter119 commented on 2021-10-22 12:34 (UTC)

@polyzen thx, optdeps names fixed.

polyzen commented on 2021-10-10 03:30 (UTC)

Please update your optdeps. The vscode language servers were added to the repos, so please drop the -bin from those. Don't know what happened to r-languageserver.