./lang/py-lsprotocol, Python implementation of the Language Server Protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2025.0.0, Package name: py312-lsprotocol-2025.0.0, Maintainer: pkgsrc-users

`lsprotocol` is a python implementation of object types used in
the Language Server Protocol (LSP).

LSP is used by editors to communicate with various tools to enables
services like code completion, documentation on hover, formatting,
code analysis, etc. The intent of this library is to allow you to
build on top of the types used by LSP.


Master sites:

Filesize: 73.141 KB

Version history: (Expand)


CVS history: (Expand)


   2025-07-01 21:45:19 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-lsprotocol: update to 2025.0.0.

Changes not found.
   2025-02-23 21:43:18 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-lsprotocol: adapt for flit_core 3.11.

Bump PKGREVISION.
   2024-01-14 10:06:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-lsprotocol: fix PKGNAME
   2024-01-14 10:05:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
lsprotocol: update to 2023.0.1.

Changes not found.
   2023-11-19 21:27:49 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-lsprotocol: increase version to make it higher than before
   2023-11-19 15:21:42 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-lsprotocol: update to 2023.0.0.1.

Enhancements

    Update to latest LSP spec by @karthiknadig in #281

Bug Fixes

    Update package classifiers by @karthiknadig in #284
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-10-04 23:24:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lsprotocol: updated to 2023.0.0b1

2023.0.0b1
Add broad spectrum tests for python