Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0
Date: Thu, 14 Oct 2021 13:48:11 +0200	[thread overview]
Message-ID: <20211014114811.C6WRMaZ0Vw2hlSyFZKvsVYMlb-t69tdzAVTrxIVtEk4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33519@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2021-10-14 11:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2021-10-14 20:17 ` [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211014114811.C6WRMaZ0Vw2hlSyFZKvsVYMlb-t69tdzAVTrxIVtEk4@z \
    --to=jcgruenhage@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).