Search Criteria
Package Details: cmake-language-server 0.1.10-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/cmake-language-server.git (read-only, click to copy) |
---|---|
Package Base: | cmake-language-server |
Description: | Python based cmake language server |
Upstream URL: | https://github.com/regen100/cmake-language-server |
Keywords: | cmake language-server |
Licenses: | MIT |
Submitter: | otreblan |
Maintainer: | otreblan |
Last Packager: | otreblan |
Votes: | 12 |
Popularity: | 0.001587 |
First Submitted: | 2019-11-19 23:42 (UTC) |
Last Updated: | 2024-08-06 11:27 (UTC) |
Dependencies (9)
- cmake (cmake-gitAUR)
- cmake-formatAUR
- python-pdm-backend
- python-pygls
- python-pyparsing
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pdm (make)
- python-pdm-pep517AUR (make)
Latest Comments
SuicideCatt commented on 2024-08-06 08:16 (UTC)
Hi, please add python-pdm-backend to package dependencies
yyyyyiiiiii commented on 2024-07-23 19:27 (UTC)
Currently, to build the project successfully, need to add
python-pdm-backend
to the dependencies list. Without this dependency, the build process fails with the following error:kusoneko commented on 2023-10-20 07:25 (UTC) (edited on 2023-10-20 07:31 (UTC) by kusoneko)
Version 0.1.8-1 doesn't build with the following error:
Edit: I fixed it by patching the PKGBUILD with the following:
MarsSeed commented on 2023-08-02 00:17 (UTC)
python-pdm
is not required at all for the make, onlypython-pdm-pep517
.But unfortunately I was not able to make it run with without crashing with the current python-pygls
1.0.2
, because of some 'KeyError' when it tried to gettextDocument/documentSymbol
.And when I downgraded pygls to v0.1.3, I got the same
TypeError
as mentioned in issue #80.Seems like the project is pretty much dead.
bart commented on 2023-05-09 07:46 (UTC)
Adding "python-pdm-pep517" to the makedepends fixes the build issue
<deleted-account> commented on 2023-04-12 03:52 (UTC)
Unable to build with the latest python
IngoMeyer commented on 2023-02-14 09:21 (UTC) (edited on 2023-02-14 09:24 (UTC) by IngoMeyer)
Cannot be started with
python-pygls
1.0.0. Hopefully, there will be a new release soon since that problem is already fixed in the development version.Spixmaster commented on 2022-12-08 15:41 (UTC)
Could you update the dependency "python-cmakelang" to "cmake-format"? The former package was deleted.
Shatur commented on 2021-04-22 15:29 (UTC)
Unable to run in with the latest python (I have
python-pygls
installed):FrederickZh commented on 2020-04-27 18:57 (UTC)
This package conflicts against https://aur.archlinux.org/packages/cmake-format/.