* [PR PATCH] Cmake language server
@ 2024-10-03 17:36 MIvanchev
2024-10-03 17:42 ` [PR PATCH] [Updated] " MIvanchev
` (13 more replies)
0 siblings, 14 replies; 15+ messages in thread
From: MIvanchev @ 2024-10-03 17:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]
There is a new pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages cmake-language-server
https://github.com/void-linux/void-packages/pull/52481
Cmake language server
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (GLIBC-X86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52481.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-language-server-52481.patch --]
[-- Type: text/x-diff, Size: 3604 bytes --]
From b9c73dfc87716ec8ca70ea9a4c33a8cdea7b9306 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:14:57 +0200
Subject: [PATCH 1/3] New package: python3-lsprotocol-2023.0.1
---
srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-lsprotocol/template
diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template
new file mode 100644
index 00000000000000..082a2de8b1203d
--- /dev/null
+++ b/srcpkgs/python3-lsprotocol/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-lsprotocol'
+pkgname=python3-lsprotocol
+version=2023.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-flit_core"
+depends="python3"
+short_desc="Code generator and generated types for Language Server Protocol."
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/microsoft/lsprotocol"
+changelog="https://github.com/microsoft/lsprotocol/releases"
+distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
+checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
+
+post_install() {
+ vlicense LICENSE
+}
From 7e34b38c1f8c64327e5ee8a1d278f6ec22aa64be Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:28 +0200
Subject: [PATCH 2/3] New package: python3-pygls-1.3.1
---
srcpkgs/python3-pygls/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-pygls/template
diff --git a/srcpkgs/python3-pygls/template b/srcpkgs/python3-pygls/template
new file mode 100644
index 00000000000000..81725f700cdb3d
--- /dev/null
+++ b/srcpkgs/python3-pygls/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pygls'
+pkgname=python3-pygls
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-cattrs python3-lsprotocol"
+short_desc="Pythonic generic language server"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="Apache-2.0"
+homepage="https://github.com/openlawlibrary/pygls"
+changelog="https://github.com/openlawlibrary/pygls/releases"
+distfiles="${PYPI_SITE}/p/pygls/pygls-${version}.tar.gz"
+checksum=140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018
+
+post_install() {
+ vlicense LICENSE.txt
+}
From a565f6b547fa945c40b7e658b4acd168add26a7b Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:53 +0200
Subject: [PATCH 3/3] New package: cmake-language-server-0.1.10
---
srcpkgs/cmake-language-server/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cmake-language-server/template
diff --git a/srcpkgs/cmake-language-server/template b/srcpkgs/cmake-language-server/template
new file mode 100644
index 00000000000000..525a1661ebd220
--- /dev/null
+++ b/srcpkgs/cmake-language-server/template
@@ -0,0 +1,17 @@
+# Template file for 'cmake-language-server'
+pkgname=cmake-language-server
+version=0.1.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-pdm-backend"
+depends="python3-pygls"
+short_desc="CMake LSP Implementation"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/regen100/cmake-language-server"
+distfiles="${PYPI_SITE}/c/cmake-language-server/cmake_language_server-${version}.tar.gz"
+checksum=dbc627dc1e549fc7414f459bdb340812acd84a0c8727b92e73c4bd348e6311bf
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] Cmake language server
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
@ 2024-10-03 17:42 ` MIvanchev
2024-10-03 17:47 ` MIvanchev
` (12 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2024-10-03 17:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 677 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages cmake-language-server
https://github.com/void-linux/void-packages/pull/52481
Cmake language server
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (GLIBC-X86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52481.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-language-server-52481.patch --]
[-- Type: text/x-diff, Size: 3553 bytes --]
From a47df8c238b64916097e0ce18b4c4a2598ce8065 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:14:57 +0200
Subject: [PATCH 1/3] New package: python3-lsprotocol-2023.0.1
---
srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-lsprotocol/template
diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template
new file mode 100644
index 00000000000000..011239dc56ae5c
--- /dev/null
+++ b/srcpkgs/python3-lsprotocol/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-lsprotocol'
+pkgname=python3-lsprotocol
+version=2023.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-flit_core"
+depends="python3"
+short_desc="Code generator and generated types for Language Server Protocol"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/microsoft/lsprotocol"
+changelog="https://github.com/microsoft/lsprotocol/releases"
+distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
+checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
+
+post_install() {
+ vlicense LICENSE
+}
From cf43e0ca4ba12385a77a86271d28459a753076f9 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:28 +0200
Subject: [PATCH 2/3] New package: python3-pygls-1.3.1
---
srcpkgs/python3-pygls/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-pygls/template
diff --git a/srcpkgs/python3-pygls/template b/srcpkgs/python3-pygls/template
new file mode 100644
index 00000000000000..dd26343bf58c2e
--- /dev/null
+++ b/srcpkgs/python3-pygls/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pygls'
+pkgname=python3-pygls
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-cattrs python3-lsprotocol"
+short_desc="Pythonic generic language server"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="Apache-2.0"
+homepage="https://github.com/openlawlibrary/pygls"
+changelog="https://github.com/openlawlibrary/pygls/releases"
+distfiles="${PYPI_SITE}/p/pygls/pygls-${version}.tar.gz"
+checksum=140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018
From cc40b7a53b66bfa6946ce18ea12f00df809be776 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:53 +0200
Subject: [PATCH 3/3] New package: cmake-language-server-0.1.10
---
srcpkgs/cmake-language-server/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cmake-language-server/template
diff --git a/srcpkgs/cmake-language-server/template b/srcpkgs/cmake-language-server/template
new file mode 100644
index 00000000000000..525a1661ebd220
--- /dev/null
+++ b/srcpkgs/cmake-language-server/template
@@ -0,0 +1,17 @@
+# Template file for 'cmake-language-server'
+pkgname=cmake-language-server
+version=0.1.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-pdm-backend"
+depends="python3-pygls"
+short_desc="CMake LSP Implementation"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/regen100/cmake-language-server"
+distfiles="${PYPI_SITE}/c/cmake-language-server/cmake_language_server-${version}.tar.gz"
+checksum=dbc627dc1e549fc7414f459bdb340812acd84a0c8727b92e73c4bd348e6311bf
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] Cmake language server
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
2024-10-03 17:42 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-10-03 17:47 ` MIvanchev
2024-10-03 17:50 ` New package: cmake-language-server-0.1.10 MIvanchev
` (11 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2024-10-03 17:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 677 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages cmake-language-server
https://github.com/void-linux/void-packages/pull/52481
Cmake language server
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (GLIBC-X86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52481.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-language-server-52481.patch --]
[-- Type: text/x-diff, Size: 3547 bytes --]
From 54d87db0cb86c817f82139f43e9430daefb5acdb Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:14:57 +0200
Subject: [PATCH 1/3] New package: python3-lsprotocol-2023.0.1
---
srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-lsprotocol/template
diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template
new file mode 100644
index 00000000000000..b05b49448a90b4
--- /dev/null
+++ b/srcpkgs/python3-lsprotocol/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-lsprotocol'
+pkgname=python3-lsprotocol
+version=2023.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-flit_core"
+depends="python3"
+short_desc="Code generator and generated types for Language Server Protocol"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/microsoft/lsprotocol"
+changelog="https://github.com/microsoft/lsprotocol/releases"
+distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
+checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
+
+post_install() {
+ vlicense LICENSE
+}
From 905e3035468b173be480dcbd4d19dfb76435db98 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:28 +0200
Subject: [PATCH 2/3] New package: python3-pygls-1.3.1
---
srcpkgs/python3-pygls/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-pygls/template
diff --git a/srcpkgs/python3-pygls/template b/srcpkgs/python3-pygls/template
new file mode 100644
index 00000000000000..dd26343bf58c2e
--- /dev/null
+++ b/srcpkgs/python3-pygls/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pygls'
+pkgname=python3-pygls
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-cattrs python3-lsprotocol"
+short_desc="Pythonic generic language server"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="Apache-2.0"
+homepage="https://github.com/openlawlibrary/pygls"
+changelog="https://github.com/openlawlibrary/pygls/releases"
+distfiles="${PYPI_SITE}/p/pygls/pygls-${version}.tar.gz"
+checksum=140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018
From d69f3bad48dc242b9edb571a5af2f49579b925f8 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:53 +0200
Subject: [PATCH 3/3] New package: cmake-language-server-0.1.10
---
srcpkgs/cmake-language-server/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cmake-language-server/template
diff --git a/srcpkgs/cmake-language-server/template b/srcpkgs/cmake-language-server/template
new file mode 100644
index 00000000000000..525a1661ebd220
--- /dev/null
+++ b/srcpkgs/cmake-language-server/template
@@ -0,0 +1,17 @@
+# Template file for 'cmake-language-server'
+pkgname=cmake-language-server
+version=0.1.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-pdm-backend"
+depends="python3-pygls"
+short_desc="CMake LSP Implementation"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/regen100/cmake-language-server"
+distfiles="${PYPI_SITE}/c/cmake-language-server/cmake_language_server-${version}.tar.gz"
+checksum=dbc627dc1e549fc7414f459bdb340812acd84a0c8727b92e73c4bd348e6311bf
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
2024-10-03 17:42 ` [PR PATCH] [Updated] " MIvanchev
2024-10-03 17:47 ` MIvanchev
@ 2024-10-03 17:50 ` MIvanchev
2024-10-03 19:33 ` classabbyamp
` (10 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2024-10-03 17:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
New comment by MIvanchev on void-packages repository
https://github.com/void-linux/void-packages/pull/52481#issuecomment-2391991141
Comment:
Solves #19060.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (2 preceding siblings ...)
2024-10-03 17:50 ` New package: cmake-language-server-0.1.10 MIvanchev
@ 2024-10-03 19:33 ` classabbyamp
2024-10-03 20:18 ` [PR PATCH] [Updated] " MIvanchev
` (9 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2024-10-03 19:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52481#issuecomment-2392180957
Comment:
you have to put the "closes" or "fixes" in the initial comment (or better yet, in the commit message body) for it to count. every time you put it in a comment it doesn't work.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (3 preceding siblings ...)
2024-10-03 19:33 ` classabbyamp
@ 2024-10-03 20:18 ` MIvanchev
2024-10-03 20:19 ` MIvanchev
` (8 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2024-10-03 20:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages cmake-language-server
https://github.com/void-linux/void-packages/pull/52481
New package: cmake-language-server-0.1.10
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (GLIBC-X86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52481.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-language-server-52481.patch --]
[-- Type: text/x-diff, Size: 3562 bytes --]
From 54d87db0cb86c817f82139f43e9430daefb5acdb Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:14:57 +0200
Subject: [PATCH 1/3] New package: python3-lsprotocol-2023.0.1
---
srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-lsprotocol/template
diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template
new file mode 100644
index 00000000000000..b05b49448a90b4
--- /dev/null
+++ b/srcpkgs/python3-lsprotocol/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-lsprotocol'
+pkgname=python3-lsprotocol
+version=2023.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-flit_core"
+depends="python3"
+short_desc="Code generator and generated types for Language Server Protocol"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/microsoft/lsprotocol"
+changelog="https://github.com/microsoft/lsprotocol/releases"
+distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
+checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
+
+post_install() {
+ vlicense LICENSE
+}
From 905e3035468b173be480dcbd4d19dfb76435db98 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:28 +0200
Subject: [PATCH 2/3] New package: python3-pygls-1.3.1
---
srcpkgs/python3-pygls/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-pygls/template
diff --git a/srcpkgs/python3-pygls/template b/srcpkgs/python3-pygls/template
new file mode 100644
index 00000000000000..dd26343bf58c2e
--- /dev/null
+++ b/srcpkgs/python3-pygls/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pygls'
+pkgname=python3-pygls
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-cattrs python3-lsprotocol"
+short_desc="Pythonic generic language server"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="Apache-2.0"
+homepage="https://github.com/openlawlibrary/pygls"
+changelog="https://github.com/openlawlibrary/pygls/releases"
+distfiles="${PYPI_SITE}/p/pygls/pygls-${version}.tar.gz"
+checksum=140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018
From 1b0c51e28bcee484dcb88307f4c44bb990fce1cb Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:53 +0200
Subject: [PATCH 3/3] New package: cmake-language-server-0.1.10
Solves #19060.
---
srcpkgs/cmake-language-server/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cmake-language-server/template
diff --git a/srcpkgs/cmake-language-server/template b/srcpkgs/cmake-language-server/template
new file mode 100644
index 00000000000000..525a1661ebd220
--- /dev/null
+++ b/srcpkgs/cmake-language-server/template
@@ -0,0 +1,17 @@
+# Template file for 'cmake-language-server'
+pkgname=cmake-language-server
+version=0.1.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-pdm-backend"
+depends="python3-pygls"
+short_desc="CMake LSP Implementation"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/regen100/cmake-language-server"
+distfiles="${PYPI_SITE}/c/cmake-language-server/cmake_language_server-${version}.tar.gz"
+checksum=dbc627dc1e549fc7414f459bdb340812acd84a0c8727b92e73c4bd348e6311bf
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (4 preceding siblings ...)
2024-10-03 20:18 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-10-03 20:19 ` MIvanchev
2025-01-04 1:58 ` github-actions
` (7 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2024-10-03 20:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
New comment by MIvanchev on void-packages repository
https://github.com/void-linux/void-packages/pull/52481#issuecomment-2391991141
Comment:
Solves #19060.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (5 preceding siblings ...)
2024-10-03 20:19 ` MIvanchev
@ 2025-01-04 1:58 ` github-actions
2025-01-04 9:03 ` MIvanchev
` (6 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2025-01-04 1:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52481#issuecomment-2570000322
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (6 preceding siblings ...)
2025-01-04 1:58 ` github-actions
@ 2025-01-04 9:03 ` MIvanchev
2025-04-05 2:04 ` github-actions
` (5 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2025-01-04 9:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
New comment by MIvanchev on void-packages repository
https://github.com/void-linux/void-packages/pull/52481#issuecomment-2570864230
Comment:
Bump.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (7 preceding siblings ...)
2025-01-04 9:03 ` MIvanchev
@ 2025-04-05 2:04 ` github-actions
2025-04-05 7:43 ` MIvanchev
` (4 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2025-04-05 2:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52481#issuecomment-2780136035
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (8 preceding siblings ...)
2025-04-05 2:04 ` github-actions
@ 2025-04-05 7:43 ` MIvanchev
2025-04-05 7:54 ` [PR PATCH] [Updated] " MIvanchev
` (3 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2025-04-05 7:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 148 bytes --]
New comment by MIvanchev on void-packages repository
https://github.com/void-linux/void-packages/pull/52481#issuecomment-2780419124
Comment:
Bump
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: cmake-language-server-0.1.10
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (9 preceding siblings ...)
2025-04-05 7:43 ` MIvanchev
@ 2025-04-05 7:54 ` MIvanchev
2025-04-05 7:58 ` [PR PATCH] [Updated] New package: cmake-language-server-0.1.11 MIvanchev
` (2 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2025-04-05 7:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages cmake-language-server
https://github.com/void-linux/void-packages/pull/52481
New package: cmake-language-server-0.1.10
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (GLIBC-X86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52481.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-language-server-52481.patch --]
[-- Type: text/x-diff, Size: 3562 bytes --]
From 1ee8b6d859512fe9ddba2d16edd3c1087b96083b Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:14:57 +0200
Subject: [PATCH 1/3] New package: python3-lsprotocol-2023.0.1
---
srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-lsprotocol/template
diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template
new file mode 100644
index 00000000000000..b05b49448a90b4
--- /dev/null
+++ b/srcpkgs/python3-lsprotocol/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-lsprotocol'
+pkgname=python3-lsprotocol
+version=2023.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-flit_core"
+depends="python3"
+short_desc="Code generator and generated types for Language Server Protocol"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/microsoft/lsprotocol"
+changelog="https://github.com/microsoft/lsprotocol/releases"
+distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
+checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
+
+post_install() {
+ vlicense LICENSE
+}
From 3f410bf07841ed78891e0a20df10643f0727dfee Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:28 +0200
Subject: [PATCH 2/3] New package: python3-pygls-1.3.1
---
srcpkgs/python3-pygls/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-pygls/template
diff --git a/srcpkgs/python3-pygls/template b/srcpkgs/python3-pygls/template
new file mode 100644
index 00000000000000..dd26343bf58c2e
--- /dev/null
+++ b/srcpkgs/python3-pygls/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pygls'
+pkgname=python3-pygls
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-cattrs python3-lsprotocol"
+short_desc="Pythonic generic language server"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="Apache-2.0"
+homepage="https://github.com/openlawlibrary/pygls"
+changelog="https://github.com/openlawlibrary/pygls/releases"
+distfiles="${PYPI_SITE}/p/pygls/pygls-${version}.tar.gz"
+checksum=140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018
From 294f78d2550f35ab128eb00fd8d5b4635011cce7 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:53 +0200
Subject: [PATCH 3/3] New package: cmake-language-server-0.1.11
Solves #19060.
---
srcpkgs/cmake-language-server/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cmake-language-server/template
diff --git a/srcpkgs/cmake-language-server/template b/srcpkgs/cmake-language-server/template
new file mode 100644
index 00000000000000..3cd6913459ffc1
--- /dev/null
+++ b/srcpkgs/cmake-language-server/template
@@ -0,0 +1,17 @@
+# Template file for 'cmake-language-server'
+pkgname=cmake-language-server
+version=0.1.11
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-pdm-backend"
+depends="python3-pygls"
+short_desc="CMake LSP Implementation"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/regen100/cmake-language-server"
+distfiles="${PYPI_SITE}/c/cmake-language-server/cmake_language_server-${version}.tar.gz"
+checksum=005f48367ec569457a7229a58f6762044fddacac647858b39d725ae2b3cd695b
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: cmake-language-server-0.1.11
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (10 preceding siblings ...)
2025-04-05 7:54 ` [PR PATCH] [Updated] " MIvanchev
@ 2025-04-05 7:58 ` MIvanchev
2025-04-05 7:59 ` MIvanchev
2025-04-05 8:00 ` MIvanchev
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2025-04-05 7:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages cmake-language-server
https://github.com/void-linux/void-packages/pull/52481
New package: cmake-language-server-0.1.11
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (GLIBC-X86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52481.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-language-server-52481.patch --]
[-- Type: text/x-diff, Size: 3591 bytes --]
From 1ee8b6d859512fe9ddba2d16edd3c1087b96083b Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:14:57 +0200
Subject: [PATCH 1/3] New package: python3-lsprotocol-2023.0.1
---
srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-lsprotocol/template
diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template
new file mode 100644
index 00000000000000..b05b49448a90b4
--- /dev/null
+++ b/srcpkgs/python3-lsprotocol/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-lsprotocol'
+pkgname=python3-lsprotocol
+version=2023.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-flit_core"
+depends="python3"
+short_desc="Code generator and generated types for Language Server Protocol"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/microsoft/lsprotocol"
+changelog="https://github.com/microsoft/lsprotocol/releases"
+distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
+checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
+
+post_install() {
+ vlicense LICENSE
+}
From 3f410bf07841ed78891e0a20df10643f0727dfee Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:28 +0200
Subject: [PATCH 2/3] New package: python3-pygls-1.3.1
---
srcpkgs/python3-pygls/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-pygls/template
diff --git a/srcpkgs/python3-pygls/template b/srcpkgs/python3-pygls/template
new file mode 100644
index 00000000000000..dd26343bf58c2e
--- /dev/null
+++ b/srcpkgs/python3-pygls/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pygls'
+pkgname=python3-pygls
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-cattrs python3-lsprotocol"
+short_desc="Pythonic generic language server"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="Apache-2.0"
+homepage="https://github.com/openlawlibrary/pygls"
+changelog="https://github.com/openlawlibrary/pygls/releases"
+distfiles="${PYPI_SITE}/p/pygls/pygls-${version}.tar.gz"
+checksum=140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018
From 1812c68a64e3eabb95b7a09f794d2c157ba034d3 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:53 +0200
Subject: [PATCH 3/3] New package: cmake-language-server-0.1.11
Solves #19060.
---
srcpkgs/cmake-language-server/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cmake-language-server/template
diff --git a/srcpkgs/cmake-language-server/template b/srcpkgs/cmake-language-server/template
new file mode 100644
index 00000000000000..0e0ff412026eaf
--- /dev/null
+++ b/srcpkgs/cmake-language-server/template
@@ -0,0 +1,17 @@
+# Template file for 'cmake-language-server'
+pkgname=cmake-language-server
+version=0.1.11
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-pdm-backend"
+depends="python3-pygls python3-attrs python3-cattrs"
+short_desc="CMake LSP Implementation"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/regen100/cmake-language-server"
+distfiles="${PYPI_SITE}/c/cmake-language-server/cmake_language_server-${version}.tar.gz"
+checksum=005f48367ec569457a7229a58f6762044fddacac647858b39d725ae2b3cd695b
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: cmake-language-server-0.1.11
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (11 preceding siblings ...)
2025-04-05 7:58 ` [PR PATCH] [Updated] New package: cmake-language-server-0.1.11 MIvanchev
@ 2025-04-05 7:59 ` MIvanchev
2025-04-05 8:00 ` MIvanchev
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2025-04-05 7:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages cmake-language-server
https://github.com/void-linux/void-packages/pull/52481
New package: cmake-language-server-0.1.11
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (GLIBC-X86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52481.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-language-server-52481.patch --]
[-- Type: text/x-diff, Size: 3562 bytes --]
From 1ee8b6d859512fe9ddba2d16edd3c1087b96083b Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:14:57 +0200
Subject: [PATCH 1/3] New package: python3-lsprotocol-2023.0.1
---
srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-lsprotocol/template
diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template
new file mode 100644
index 00000000000000..b05b49448a90b4
--- /dev/null
+++ b/srcpkgs/python3-lsprotocol/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-lsprotocol'
+pkgname=python3-lsprotocol
+version=2023.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-flit_core"
+depends="python3"
+short_desc="Code generator and generated types for Language Server Protocol"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/microsoft/lsprotocol"
+changelog="https://github.com/microsoft/lsprotocol/releases"
+distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
+checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
+
+post_install() {
+ vlicense LICENSE
+}
From 3f410bf07841ed78891e0a20df10643f0727dfee Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:28 +0200
Subject: [PATCH 2/3] New package: python3-pygls-1.3.1
---
srcpkgs/python3-pygls/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-pygls/template
diff --git a/srcpkgs/python3-pygls/template b/srcpkgs/python3-pygls/template
new file mode 100644
index 00000000000000..dd26343bf58c2e
--- /dev/null
+++ b/srcpkgs/python3-pygls/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pygls'
+pkgname=python3-pygls
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-cattrs python3-lsprotocol"
+short_desc="Pythonic generic language server"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="Apache-2.0"
+homepage="https://github.com/openlawlibrary/pygls"
+changelog="https://github.com/openlawlibrary/pygls/releases"
+distfiles="${PYPI_SITE}/p/pygls/pygls-${version}.tar.gz"
+checksum=140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018
From 81a1686cb5ffa4b2ed9cb5a2f090c8208f307e46 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:53 +0200
Subject: [PATCH 3/3] New package: cmake-language-server-0.1.11
Solves #19060.
---
srcpkgs/cmake-language-server/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cmake-language-server/template
diff --git a/srcpkgs/cmake-language-server/template b/srcpkgs/cmake-language-server/template
new file mode 100644
index 00000000000000..3cd6913459ffc1
--- /dev/null
+++ b/srcpkgs/cmake-language-server/template
@@ -0,0 +1,17 @@
+# Template file for 'cmake-language-server'
+pkgname=cmake-language-server
+version=0.1.11
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-pdm-backend"
+depends="python3-pygls"
+short_desc="CMake LSP Implementation"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/regen100/cmake-language-server"
+distfiles="${PYPI_SITE}/c/cmake-language-server/cmake_language_server-${version}.tar.gz"
+checksum=005f48367ec569457a7229a58f6762044fddacac647858b39d725ae2b3cd695b
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: cmake-language-server-0.1.11
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
` (12 preceding siblings ...)
2025-04-05 7:59 ` MIvanchev
@ 2025-04-05 8:00 ` MIvanchev
13 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2025-04-05 8:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages cmake-language-server
https://github.com/void-linux/void-packages/pull/52481
New package: cmake-language-server-0.1.11
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (GLIBC-X86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52481.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmake-language-server-52481.patch --]
[-- Type: text/x-diff, Size: 3583 bytes --]
From 0b989ea076935cdba5d905d1b279c68ab22d0bf7 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:14:57 +0200
Subject: [PATCH 1/3] New package: python3-lsprotocol-2023.0.1
---
srcpkgs/python3-lsprotocol/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-lsprotocol/template
diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template
new file mode 100644
index 00000000000000..e48355e5ef1bff
--- /dev/null
+++ b/srcpkgs/python3-lsprotocol/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-lsprotocol'
+pkgname=python3-lsprotocol
+version=2023.0.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-flit_core"
+depends="python3-attrs python3-cattrs"
+short_desc="Code generator and generated types for Language Server Protocol"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/microsoft/lsprotocol"
+changelog="https://github.com/microsoft/lsprotocol/releases"
+distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
+checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d
+
+post_install() {
+ vlicense LICENSE
+}
From b17b3fa4bac79efccf230a74fcaa21ecb1697dc8 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:28 +0200
Subject: [PATCH 2/3] New package: python3-pygls-1.3.1
---
srcpkgs/python3-pygls/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/python3-pygls/template
diff --git a/srcpkgs/python3-pygls/template b/srcpkgs/python3-pygls/template
new file mode 100644
index 00000000000000..dd26343bf58c2e
--- /dev/null
+++ b/srcpkgs/python3-pygls/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pygls'
+pkgname=python3-pygls
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-cattrs python3-lsprotocol"
+short_desc="Pythonic generic language server"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="Apache-2.0"
+homepage="https://github.com/openlawlibrary/pygls"
+changelog="https://github.com/openlawlibrary/pygls/releases"
+distfiles="${PYPI_SITE}/p/pygls/pygls-${version}.tar.gz"
+checksum=140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018
From 9740ad91be05b47bc28c1a993a11939cd6aa55d3 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Thu, 3 Oct 2024 19:15:53 +0200
Subject: [PATCH 3/3] New package: cmake-language-server-0.1.11
Solves #19060.
---
srcpkgs/cmake-language-server/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/cmake-language-server/template
diff --git a/srcpkgs/cmake-language-server/template b/srcpkgs/cmake-language-server/template
new file mode 100644
index 00000000000000..3cd6913459ffc1
--- /dev/null
+++ b/srcpkgs/cmake-language-server/template
@@ -0,0 +1,17 @@
+# Template file for 'cmake-language-server'
+pkgname=cmake-language-server
+version=0.1.11
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-pdm-backend"
+depends="python3-pygls"
+short_desc="CMake LSP Implementation"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/regen100/cmake-language-server"
+distfiles="${PYPI_SITE}/c/cmake-language-server/cmake_language_server-${version}.tar.gz"
+checksum=005f48367ec569457a7229a58f6762044fddacac647858b39d725ae2b3cd695b
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2025-04-05 8:00 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-03 17:36 [PR PATCH] Cmake language server MIvanchev
2024-10-03 17:42 ` [PR PATCH] [Updated] " MIvanchev
2024-10-03 17:47 ` MIvanchev
2024-10-03 17:50 ` New package: cmake-language-server-0.1.10 MIvanchev
2024-10-03 19:33 ` classabbyamp
2024-10-03 20:18 ` [PR PATCH] [Updated] " MIvanchev
2024-10-03 20:19 ` MIvanchev
2025-01-04 1:58 ` github-actions
2025-01-04 9:03 ` MIvanchev
2025-04-05 2:04 ` github-actions
2025-04-05 7:43 ` MIvanchev
2025-04-05 7:54 ` [PR PATCH] [Updated] " MIvanchev
2025-04-05 7:58 ` [PR PATCH] [Updated] New package: cmake-language-server-0.1.11 MIvanchev
2025-04-05 7:59 ` MIvanchev
2025-04-05 8:00 ` MIvanchev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).