Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ansible-language-server-0.10.0
@ 2022-08-09 20:10 jcgruenhage
  2022-08-28 10:20 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jcgruenhage @ 2022-08-09 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]

There is a new pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-language-server-0.10.0_1
https://github.com/void-linux/void-packages/pull/38563

New package: ansible-language-server-0.10.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Follow-up from #33519

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-language-server-0.10.0_1-38563.patch --]
[-- Type: text/x-diff, Size: 1439 bytes --]

From 880c903b2754a3391f7497a4f730ad97a579e10b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 12 Oct 2021 17:00:26 +0200
Subject: [PATCH] New package: ansible-language-server-0.10.0

---
 srcpkgs/ansible-language-server/template | 27 ++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ansible-language-server/template

diff --git a/srcpkgs/ansible-language-server/template b/srcpkgs/ansible-language-server/template
new file mode 100644
index 000000000000..0dd8e309d4af
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,27 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.10.0
+revision=1
+hostmakedepends="nodejs"
+depends="nodejs ansible python3-ansible-lint"
+short_desc="Language server for Ansible"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/ansible/ansible-language-server"
+distfiles="https://github.com/ansible/ansible-language-server/archive/refs/tags/v${version}.tar.gz"
+checksum=12656dd02d5034c694689a1230de2d35ec602cee3886368d08e0c1463498f07e
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: ansible-language-server-0.10.0
  2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
@ 2022-08-28 10:20 ` jcgruenhage
  2022-11-14 14:09 ` jcgruenhage
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-08-28 10:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-language-server-0.10.0_1
https://github.com/void-linux/void-packages/pull/38563

New package: ansible-language-server-0.10.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Follow-up from #33519

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-language-server-0.10.0_1-38563.patch --]
[-- Type: text/x-diff, Size: 1439 bytes --]

From b184447b8291e376cba2c9dd4f9967b398914814 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 12 Oct 2021 17:00:26 +0200
Subject: [PATCH] New package: ansible-language-server-0.10.1

---
 srcpkgs/ansible-language-server/template | 27 ++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ansible-language-server/template

diff --git a/srcpkgs/ansible-language-server/template b/srcpkgs/ansible-language-server/template
new file mode 100644
index 000000000000..07dd7ac05fe4
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,27 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.10.1
+revision=1
+hostmakedepends="nodejs"
+depends="nodejs ansible python3-ansible-lint"
+short_desc="Language server for Ansible"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/ansible/ansible-language-server"
+distfiles="https://github.com/ansible/ansible-language-server/archive/refs/tags/v${version}.tar.gz"
+checksum=4ee98e57e34a44a17f6e08de64e7e5a566211641f8d67c83c1876095fe8b2170
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: ansible-language-server-0.10.0
  2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
  2022-08-28 10:20 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-11-14 14:09 ` jcgruenhage
  2022-12-28 23:34 ` [PR PATCH] [Updated] New package: ansible-language-server-1.0.2 jcgruenhage
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-11-14 14:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-language-server-0.10.0_1
https://github.com/void-linux/void-packages/pull/38563

New package: ansible-language-server-0.10.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Follow-up from #33519

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-language-server-0.10.0_1-38563.patch --]
[-- Type: text/x-diff, Size: 1444 bytes --]

From fa5f699058170bb330b9b3c9aa38efeab954d71b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 12 Oct 2021 17:00:26 +0200
Subject: [PATCH] New package: ansible-language-server-1.0.2

---
 srcpkgs/ansible-language-server/template | 27 ++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ansible-language-server/template

diff --git a/srcpkgs/ansible-language-server/template b/srcpkgs/ansible-language-server/template
new file mode 100644
index 000000000000..30e324948698
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,27 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=1.0.2
+revision=1
+hostmakedepends="nodejs"
+depends="nodejs ansible python3-ansible-lint"
+short_desc="Language server for Ansible"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/ansible/ansible-language-server"
+distfiles="https://github.com/ansible/ansible-language-server/archive/refs/tags/v${version}-next.0.tar.gz"
+checksum=b7ace07ca7b7c87921ade658cdc4a7df73bf4c02846b2e0fddcd40364626bfec
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: ansible-language-server-1.0.2
  2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
  2022-08-28 10:20 ` [PR PATCH] [Updated] " jcgruenhage
  2022-11-14 14:09 ` jcgruenhage
@ 2022-12-28 23:34 ` jcgruenhage
  2023-03-29  1:59 ` New package: ansible-language-server-1.0.4 github-actions
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2022-12-28 23:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-language-server-0.10.0_1
https://github.com/void-linux/void-packages/pull/38563

New package: ansible-language-server-1.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Follow-up from #33519

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-language-server-0.10.0_1-38563.patch --]
[-- Type: text/x-diff, Size: 1437 bytes --]

From 7bc571f46a51ce3a36ce94616e05558d2e3dc592 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 12 Oct 2021 17:00:26 +0200
Subject: [PATCH] New package: ansible-language-server-1.0.4

---
 srcpkgs/ansible-language-server/template | 27 ++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ansible-language-server/template

diff --git a/srcpkgs/ansible-language-server/template b/srcpkgs/ansible-language-server/template
new file mode 100644
index 000000000000..592ed2351c3f
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,27 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=1.0.4
+revision=1
+hostmakedepends="nodejs"
+depends="nodejs ansible python3-ansible-lint"
+short_desc="Language server for Ansible"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/ansible/ansible-language-server"
+distfiles="https://github.com/ansible/ansible-language-server/archive/refs/tags/v${version}.tar.gz"
+checksum=4855598cbf829ea67d56f5b53a731616cf0766f580ef34900c23c128c9511b8a
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: ansible-language-server-1.0.4
  2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-12-28 23:34 ` [PR PATCH] [Updated] New package: ansible-language-server-1.0.2 jcgruenhage
@ 2023-03-29  1:59 ` github-actions
  2023-04-04 13:36 ` jcgruenhage
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-03-29  1:59 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/38563#issuecomment-1487839782

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] 8+ messages in thread

* Re: New package: ansible-language-server-1.0.4
  2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
                   ` (3 preceding siblings ...)
  2023-03-29  1:59 ` New package: ansible-language-server-1.0.4 github-actions
@ 2023-04-04 13:36 ` jcgruenhage
  2023-07-04  2:07 ` github-actions
  2023-07-18  2:12 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: jcgruenhage @ 2023-04-04 13:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/38563#issuecomment-1495991121

Comment:
Not stale. Might need some feedback though on how we're handling node packages in general, because dumping everything into a global `/usr/lib/node_modules` folder like it's done here might not be a good choice.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: ansible-language-server-1.0.4
  2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
                   ` (4 preceding siblings ...)
  2023-04-04 13:36 ` jcgruenhage
@ 2023-07-04  2:07 ` github-actions
  2023-07-18  2:12 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-07-04  2:07 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/38563#issuecomment-1619357667

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] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: ansible-language-server-1.0.4
  2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
                   ` (5 preceding siblings ...)
  2023-07-04  2:07 ` github-actions
@ 2023-07-18  2:12 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-07-18  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

There's a closed pull request on the void-packages repository

New package: ansible-language-server-1.0.4
https://github.com/void-linux/void-packages/pull/38563

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Follow-up from #33519

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-18  2:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
2022-08-28 10:20 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-14 14:09 ` jcgruenhage
2022-12-28 23:34 ` [PR PATCH] [Updated] New package: ansible-language-server-1.0.2 jcgruenhage
2023-03-29  1:59 ` New package: ansible-language-server-1.0.4 github-actions
2023-04-04 13:36 ` jcgruenhage
2023-07-04  2:07 ` github-actions
2023-07-18  2:12 ` [PR PATCH] [Closed]: " github-actions

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).