Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tree-sitter-0.17.3
@ 2020-11-18 15:07 mlugg
  2020-11-18 15:15 ` [PR PATCH] [Updated] " mlugg
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: mlugg @ 2020-11-18 15:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mlugg/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/26483

New package: tree-sitter-0.17.3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-26483.patch --]
[-- Type: text/x-diff, Size: 1367 bytes --]

From a81fa5e0827949d9ce02fac57f54d70f5ec6e8fc Mon Sep 17 00:00:00 2001
From: Matthew Lugg <mlugg@mlugg.co.uk>
Date: Wed, 18 Nov 2020 14:48:50 +0000
Subject: [PATCH] New package: tree-sitter-0.17.3

---
 common/shlibs                |  1 +
 srcpkgs/tree-sitter/template | 14 ++++++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 srcpkgs/tree-sitter/template

diff --git a/common/shlibs b/common/shlibs
index 9a576f18d0f..d896815d3ea 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3993,3 +3993,4 @@ liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
 libtickit.so.3 libtickit-0.4.1_1
+libtree-sitter.so.0 tree-sitter-0.17.3_1
diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
new file mode 100644
index 00000000000..21351f20559
--- /dev/null
+++ b/srcpkgs/tree-sitter/template
@@ -0,0 +1,14 @@
+# Template file for 'tree-sitter'
+pkgname=tree-sitter
+version="0.17.3"
+revision=1
+build_style=gnu-makefile
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="An incremental parsing system for programming tools"
+maintainer="Matthew Lugg <mlugg@mlugg.co.uk>"
+license="MIT"
+homepage="https://tree-sitter.github.io"
+distfiles="https://github.com/tree-sitter/tree-sitter/archive/${version}.tar.gz"
+checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8

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

* Re: [PR PATCH] [Updated] New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
@ 2020-11-18 15:15 ` mlugg
  2020-11-18 16:02 ` ericonr
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: mlugg @ 2020-11-18 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mlugg/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/26483

New package: tree-sitter-0.17.3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-26483.patch --]
[-- Type: text/x-diff, Size: 1357 bytes --]

From e4ce7a1d3959750751198bfbd159b7e94d1a67d7 Mon Sep 17 00:00:00 2001
From: Matthew Lugg <mlugg@mlugg.co.uk>
Date: Wed, 18 Nov 2020 14:48:50 +0000
Subject: [PATCH] New package: tree-sitter-0.17.3

---
 common/shlibs                |  1 +
 srcpkgs/tree-sitter/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/tree-sitter/template

diff --git a/common/shlibs b/common/shlibs
index 9a576f18d0f..d896815d3ea 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3993,3 +3993,4 @@ liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
 libtickit.so.3 libtickit-0.4.1_1
+libtree-sitter.so.0 tree-sitter-0.17.3_1
diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
new file mode 100644
index 00000000000..2a966f15576
--- /dev/null
+++ b/srcpkgs/tree-sitter/template
@@ -0,0 +1,15 @@
+# Template file for 'tree-sitter'
+pkgname=tree-sitter
+version=0.17.3
+revision=1
+build_style=gnu-makefile
+short_desc="Incremental parsing system for programming tools"
+maintainer="Matthew Lugg <mlugg@mlugg.co.uk>"
+license="MIT"
+homepage="https://tree-sitter.github.io"
+distfiles="https://github.com/tree-sitter/tree-sitter/archive/${version}.tar.gz"
+checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
  2020-11-18 15:15 ` [PR PATCH] [Updated] " mlugg
@ 2020-11-18 16:02 ` ericonr
  2020-11-18 16:21 ` harrisonthorne
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-11-18 16:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26483#issuecomment-729778038

Comment:
@harrisonthorne has a template for this in #26474 , and theirs does a devel split.

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

* Re: New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
  2020-11-18 15:15 ` [PR PATCH] [Updated] " mlugg
  2020-11-18 16:02 ` ericonr
@ 2020-11-18 16:21 ` harrisonthorne
  2020-11-18 16:28 ` ericonr
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: harrisonthorne @ 2020-11-18 16:21 UTC (permalink / raw)
  To: ml

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

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/pull/26483#issuecomment-729790321

Comment:
Oh, I have a branch for that. Should I make a new PR for it?

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

* Re: New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
                   ` (2 preceding siblings ...)
  2020-11-18 16:21 ` harrisonthorne
@ 2020-11-18 16:28 ` ericonr
  2020-11-18 16:39 ` mlugg
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-11-18 16:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26483#issuecomment-729794271

Comment:
@harrisonthorne your choice; you can cooperate with @mlugg to add your changes as well.

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

* Re: New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
                   ` (3 preceding siblings ...)
  2020-11-18 16:28 ` ericonr
@ 2020-11-18 16:39 ` mlugg
  2020-11-18 16:39 ` mlugg
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: mlugg @ 2020-11-18 16:39 UTC (permalink / raw)
  To: ml

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

New comment by mlugg on void-packages repository

https://github.com/void-linux/void-packages/pull/26483#issuecomment-729801449

Comment:
@harrisonthorne I see you've just opened #26484 - if you're happy to clean up the extra commits (and presumably make xlint happy), I'll close this PR. (Alternatively, as ericonr mentioned, I could incorporate your devel split into this PR)

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

* Re: New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
                   ` (4 preceding siblings ...)
  2020-11-18 16:39 ` mlugg
@ 2020-11-18 16:39 ` mlugg
  2020-11-18 16:44 ` [PR PATCH] [Closed]: " mlugg
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: mlugg @ 2020-11-18 16:39 UTC (permalink / raw)
  To: ml

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

New comment by mlugg on void-packages repository

https://github.com/void-linux/void-packages/pull/26483#issuecomment-729801449

Comment:
@harrisonthorne I see you've just opened #26484 - if you're happy to clean up the extra commits (and presumably also make xlint happy), I'll close this PR. (Alternatively, as ericonr mentioned, I could incorporate your devel split into this one)

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

* Re: [PR PATCH] [Closed]: New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
                   ` (5 preceding siblings ...)
  2020-11-18 16:39 ` mlugg
@ 2020-11-18 16:44 ` mlugg
  2020-11-18 16:45 ` harrisonthorne
  2020-11-18 16:48 ` mlugg
  8 siblings, 0 replies; 12+ messages in thread
From: mlugg @ 2020-11-18 16:44 UTC (permalink / raw)
  To: ml

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

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

New package: tree-sitter-0.17.3
https://github.com/void-linux/void-packages/pull/26483

Description:


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

* Re: New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
                   ` (6 preceding siblings ...)
  2020-11-18 16:44 ` [PR PATCH] [Closed]: " mlugg
@ 2020-11-18 16:45 ` harrisonthorne
  2020-11-18 16:48 ` mlugg
  8 siblings, 0 replies; 12+ messages in thread
From: harrisonthorne @ 2020-11-18 16:45 UTC (permalink / raw)
  To: ml

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

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/pull/26483#issuecomment-729805087

Comment:
I apologize haha-- I feel like I'm raining on a parade here. #26484 is ready to go

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

* Re: New package: tree-sitter-0.17.3
  2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
                   ` (7 preceding siblings ...)
  2020-11-18 16:45 ` harrisonthorne
@ 2020-11-18 16:48 ` mlugg
  8 siblings, 0 replies; 12+ messages in thread
From: mlugg @ 2020-11-18 16:48 UTC (permalink / raw)
  To: ml

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

New comment by mlugg on void-packages repository

https://github.com/void-linux/void-packages/pull/26483#issuecomment-729806839

Comment:
Oh, no problem whatsoever! A devel split probably makes sense, I threw this together quite quickly because I wanted to build neovim nightly :P thanks!

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

* Re: [PR PATCH] [Closed]: New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] " gbrlsnchs
@ 2021-02-22 18:38 ` ericonr
  0 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-02-22 18:38 UTC (permalink / raw)
  To: ml

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

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

New package: tree-sitter-0.17.3
https://github.com/void-linux/void-packages/pull/26573

Description:


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

* Re: [PR PATCH] [Closed]: New package: tree-sitter-0.17.3
  2020-11-21 20:22 [PR PATCH] " gbrlsnchs
@ 2020-11-21 20:23 ` gbrlsnchs
  0 siblings, 0 replies; 12+ messages in thread
From: gbrlsnchs @ 2020-11-21 20:23 UTC (permalink / raw)
  To: ml

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

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

New package: tree-sitter-0.17.3
https://github.com/void-linux/void-packages/pull/26571

Description:


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

end of thread, other threads:[~2021-02-22 18:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 15:07 [PR PATCH] New package: tree-sitter-0.17.3 mlugg
2020-11-18 15:15 ` [PR PATCH] [Updated] " mlugg
2020-11-18 16:02 ` ericonr
2020-11-18 16:21 ` harrisonthorne
2020-11-18 16:28 ` ericonr
2020-11-18 16:39 ` mlugg
2020-11-18 16:39 ` mlugg
2020-11-18 16:44 ` [PR PATCH] [Closed]: " mlugg
2020-11-18 16:45 ` harrisonthorne
2020-11-18 16:48 ` mlugg
2020-11-21 20:22 [PR PATCH] " gbrlsnchs
2020-11-21 20:23 ` [PR PATCH] [Closed]: " gbrlsnchs
2020-11-21 20:27 [PR PATCH] " gbrlsnchs
2021-02-22 18:38 ` [PR PATCH] [Closed]: " ericonr

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