Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012
@ 2021-10-13 10:11 jcgruenhage
  2021-10-14 11:42 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jcgruenhage @ 2021-10-13 10:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1757 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

WIP: New package: ansible-language-server-0.0.20211012
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - New upstream release (https://github.com/ansible/ansible-language-server/issues/64)

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

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

From 41c733b3ffa841af424e3fe436a39376ba3e88fb 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.0.20211012

---
 srcpkgs/ansible-language-server/template | 34 ++++++++++++++++++++++++
 1 file changed, 34 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..5bc05de68a56
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,34 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.0.20211012
+revision=1
+_commit=264776cf3a0f0090f48e0afd57724fecfbc6ab1a
+wrksrc=${pkgname}-${_commit}
+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"
+distfiles="https://github.com/ansible/ansible-language-server/archive/${_commit}.tar.gz"
+checksum=45744c142090d9a9dddb61c5bac06d70f4a8a22f2cabac874683583732f3dd58
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-0.1.1-0.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.0.20211012
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
@ 2021-10-14 11:42 ` jcgruenhage
  2021-10-14 11:48 ` [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0 jcgruenhage
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-10-14 11:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1762 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

WIP: New package: ansible-language-server-0.0.20211012
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - New upstream release (https://github.com/ansible/ansible-language-server/issues/64)

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

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

From 7c7283e485a7931d45fa44d9fb8eaa4781c8c505 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.2.0

---
 srcpkgs/ansible-language-server/template | 33 ++++++++++++++++++++++++
 1 file changed, 33 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..b9736057ad7f
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,33 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.2.0
+_version=${version}-beta
+revision=1
+wrksrc=${pkgname}-${_version}
+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=c7491c490fcfd4d77c9a0f8c4c6b9ebb2032d3565dc4e6f027141cda1fb94fee
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${_version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
  2021-10-14 11:42 ` [PR PATCH] [Updated] " jcgruenhage
@ 2021-10-14 11:48 ` jcgruenhage
  2021-10-14 20:17 ` jcgruenhage
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-10-14 11:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1755 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

WIP: New package: ansible-language-server-0.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - New upstream release (https://github.com/ansible/ansible-language-server/issues/64)

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

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

From fc12654274a4e54173125c79522cfc7adcf0e8cb 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.2.0

---
 srcpkgs/ansible-language-server/template | 33 ++++++++++++++++++++++++
 1 file changed, 33 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..bb4323dce760
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,33 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.2.0
+revision=1
+_version=${version}-beta
+wrksrc=${pkgname}-${_version}
+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=c7491c490fcfd4d77c9a0f8c4c6b9ebb2032d3565dc4e6f027141cda1fb94fee
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${_version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
  2021-10-14 11:42 ` [PR PATCH] [Updated] " jcgruenhage
  2021-10-14 11:48 ` [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0 jcgruenhage
@ 2021-10-14 20:17 ` jcgruenhage
  2021-10-19 15:17 ` jcgruenhage
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-10-14 20:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1755 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

WIP: New package: ansible-language-server-0.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - New upstream release (https://github.com/ansible/ansible-language-server/issues/64)

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

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

From bceb6dd7116e42340e8ff95d65e0eb7bf2c8c85d 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.2.0

---
 srcpkgs/ansible-language-server/template | 33 ++++++++++++++++++++++++
 1 file changed, 33 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..edad317f4733
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,33 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.2.1
+revision=1
+_version=${version}-beta
+wrksrc=${pkgname}-${_version}
+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=87260e74ac1d0bfa0e18a835c2a96c970ea3aee33ad7b2cd27a05ec78e41369a
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${_version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
                   ` (2 preceding siblings ...)
  2021-10-14 20:17 ` jcgruenhage
@ 2021-10-19 15:17 ` jcgruenhage
  2021-10-23 10:56 ` [PR PATCH] [Updated] New package: ansible-language-server-0.2.4 jcgruenhage
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-10-19 15:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1755 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

WIP: New package: ansible-language-server-0.2.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - New upstream release (https://github.com/ansible/ansible-language-server/issues/64)

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

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

From a7dc5f3427c1d161efb74293fae25c456160164e 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.2.4

---
 srcpkgs/ansible-language-server/template | 31 ++++++++++++++++++++++++
 1 file changed, 31 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..280583a3fe92
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,31 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.2.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=49cd12070c45d5a50909135ad089aa2c1c46e9d518ba96935c1143d425d1d2d4
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ansible-language-server-0.2.4
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
                   ` (3 preceding siblings ...)
  2021-10-19 15:17 ` jcgruenhage
@ 2021-10-23 10:56 ` jcgruenhage
  2021-10-23 11:18 ` jcgruenhage
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-10-23 10:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1765 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

New package: ansible-language-server-0.2.4
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - [x] <del>New upstream release (https://github.com/ansible/ansible-language-server/issues/64)</del>

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

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

From c6eecc3ae2d9883d3cbf905aaf4c5d271834a372 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.2.5

---
 srcpkgs/ansible-language-server/template | 31 ++++++++++++++++++++++++
 1 file changed, 31 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..9b20270af988
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,31 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.2.5
+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=4bffd839f1184a1d18017f116070629067d38d7603cbb0e8482ef3c3426c699f
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ansible-language-server-0.2.4
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
                   ` (4 preceding siblings ...)
  2021-10-23 10:56 ` [PR PATCH] [Updated] New package: ansible-language-server-0.2.4 jcgruenhage
@ 2021-10-23 11:18 ` jcgruenhage
  2021-11-08 11:49 ` jcgruenhage
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-10-23 11:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1765 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

New package: ansible-language-server-0.2.4
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - [x] <del>New upstream release (https://github.com/ansible/ansible-language-server/issues/64)</del>

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

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

From 24d31b5e63dc28e9e082dcca2a30a61b0c2c203d 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.2.5

---
 srcpkgs/ansible-language-server/template | 31 ++++++++++++++++++++++++
 1 file changed, 31 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..9b20270af988
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,31 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.2.5
+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=4bffd839f1184a1d18017f116070629067d38d7603cbb0e8482ef3c3426c699f
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ansible-language-server-0.2.4
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
                   ` (5 preceding siblings ...)
  2021-10-23 11:18 ` jcgruenhage
@ 2021-11-08 11:49 ` jcgruenhage
  2022-06-07  2:12 ` New package: ansible-language-server-0.2.6 github-actions
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2021-11-08 11:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1765 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

New package: ansible-language-server-0.2.4
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - [x] <del>New upstream release (https://github.com/ansible/ansible-language-server/issues/64)</del>

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

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

From 5d5256bf9adaed6624ee7b64c11131e918dfbf0b 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.2.6

---
 srcpkgs/ansible-language-server/template | 31 ++++++++++++++++++++++++
 1 file changed, 31 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..d603478d851a
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,31 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.2.6
+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=90ec2db67b6c01f8b8cf43ad4f8d76292a5e9c1ae038078b4d80bb9c76f60eac
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: ansible-language-server-0.2.6
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
                   ` (6 preceding siblings ...)
  2021-11-08 11:49 ` jcgruenhage
@ 2022-06-07  2:12 ` github-actions
  2022-06-10 20:10 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-06-07  2:12 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/33519#issuecomment-1148116554

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

* Re: [PR PATCH] [Updated] New package: ansible-language-server-0.2.6
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
                   ` (7 preceding siblings ...)
  2022-06-07  2:12 ` New package: ansible-language-server-0.2.6 github-actions
@ 2022-06-10 20:10 ` jcgruenhage
  2022-06-25  2:15 ` [PR PATCH] [Closed]: " github-actions
  2022-06-26 10:04 ` jcgruenhage
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-06-10 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1765 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

New package: ansible-language-server-0.2.6
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - [x] <del>New upstream release (https://github.com/ansible/ansible-language-server/issues/64)</del>

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

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

From 3b0a74b91749f1fb652094142027f07ce7cd3f22 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.7.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..00be18ea94ac
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,27 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.7.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}.tar.gz"
+checksum=6d8d321384822b499d142fa30250844c7a47d79b64860babd0959e888327b721
+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] 12+ messages in thread

* Re: [PR PATCH] [Closed]: New package: ansible-language-server-0.2.6
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
                   ` (8 preceding siblings ...)
  2022-06-10 20:10 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-06-25  2:15 ` github-actions
  2022-06-26 10:04 ` jcgruenhage
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-06-25  2:15 UTC (permalink / raw)
  To: ml

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

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

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

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - [x] <del>New upstream release (https://github.com/ansible/ansible-language-server/issues/64)</del>

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

* Re: New package: ansible-language-server-0.2.6
  2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
                   ` (9 preceding siblings ...)
  2022-06-25  2:15 ` [PR PATCH] [Closed]: " github-actions
@ 2022-06-26 10:04 ` jcgruenhage
  10 siblings, 0 replies; 12+ messages in thread
From: jcgruenhage @ 2022-06-26 10:04 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/33519#issuecomment-1166478368

Comment:
So, I would have had to comment on this to keep it from being closed? Updating the PR isn't enough? :(

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

end of thread, other threads:[~2022-06-26 10:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
2021-10-14 11:42 ` [PR PATCH] [Updated] " jcgruenhage
2021-10-14 11:48 ` [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0 jcgruenhage
2021-10-14 20:17 ` jcgruenhage
2021-10-19 15:17 ` jcgruenhage
2021-10-23 10:56 ` [PR PATCH] [Updated] New package: ansible-language-server-0.2.4 jcgruenhage
2021-10-23 11:18 ` jcgruenhage
2021-11-08 11:49 ` jcgruenhage
2022-06-07  2:12 ` New package: ansible-language-server-0.2.6 github-actions
2022-06-10 20:10 ` [PR PATCH] [Updated] " jcgruenhage
2022-06-25  2:15 ` [PR PATCH] [Closed]: " github-actions
2022-06-26 10:04 ` jcgruenhage

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