Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dasel-1.24.1
@ 2022-04-20 11:18 daniel-eys
  2022-04-21  5:30 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: daniel-eys @ 2022-04-20 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages dasel
https://github.com/void-linux/void-packages/pull/36777

New package: dasel-1.24.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

https://github.com/TomWright/dasel

>Dasel (short for data-selector) allows you to query and modify data structures using selector strings.
>Comparable to jq / yq, but supports JSON, YAML, TOML, XML and CSV with zero runtime dependencies.

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

<!--
#### 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/36777.patch is attached

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

From 8c448ff94b11040b51fd398279ad0df34756362e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Wed, 20 Apr 2022 12:41:47 +0200
Subject: [PATCH] New package: dasel-1.24.1

---
 srcpkgs/dasel/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/dasel/template

diff --git a/srcpkgs/dasel/template b/srcpkgs/dasel/template
new file mode 100644
index 000000000000..23129d36830b
--- /dev/null
+++ b/srcpkgs/dasel/template
@@ -0,0 +1,19 @@
+# Template file for 'dasel'
+pkgname=dasel
+version=1.24.1
+revision=1
+build_style=go
+go_import_path=github.com/tomwright/dasel
+go_package="${go_import_path}/cmd/dasel"
+go_ldflags="-X ${go_import_path}/internal.Version=${version}"
+short_desc="Query and modify data structures using selector strings"
+maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
+license="MIT"
+homepage="https://daseldocs.tomwright.me/"
+changelog="https://raw.githubusercontent.com/TomWright/dasel/v${version}/CHANGELOG.md"
+distfiles="https://github.com/TomWright/dasel/archive/v${version}.tar.gz"
+checksum=ca1fa030f41abcd3659e76d7413ce14c551f40d41769e7a000a46f4fea6d0b64
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: dasel-1.24.1
  2022-04-20 11:18 [PR PATCH] New package: dasel-1.24.1 daniel-eys
@ 2022-04-21  5:30 ` classabbyamp
  2022-04-21 19:39 ` [PR PATCH] [Updated] " daniel-eys
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-04-21  5:30 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36777#discussion_r854787656

Comment:
this should point to the changelog file on the main/master branch, not the tag

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

* Re: [PR PATCH] [Updated] New package: dasel-1.24.1
  2022-04-20 11:18 [PR PATCH] New package: dasel-1.24.1 daniel-eys
  2022-04-21  5:30 ` [PR REVIEW] " classabbyamp
@ 2022-04-21 19:39 ` daniel-eys
  2022-04-21 19:40 ` [PR REVIEW] " daniel-eys
  2022-04-22  9:58 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: daniel-eys @ 2022-04-21 19:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages dasel
https://github.com/void-linux/void-packages/pull/36777

New package: dasel-1.24.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

https://github.com/TomWright/dasel

>Dasel (short for data-selector) allows you to query and modify data structures using selector strings.
>Comparable to jq / yq, but supports JSON, YAML, TOML, XML and CSV with zero runtime dependencies.

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

<!--
#### 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/36777.patch is attached

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

From 13a689833d73638486fc6e76d101b93da3776bef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Wed, 20 Apr 2022 12:41:47 +0200
Subject: [PATCH] New package: dasel-1.24.1

---
 srcpkgs/dasel/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/dasel/template

diff --git a/srcpkgs/dasel/template b/srcpkgs/dasel/template
new file mode 100644
index 000000000000..6d913b08ba62
--- /dev/null
+++ b/srcpkgs/dasel/template
@@ -0,0 +1,19 @@
+# Template file for 'dasel'
+pkgname=dasel
+version=1.24.1
+revision=1
+build_style=go
+go_import_path=github.com/tomwright/dasel
+go_package="${go_import_path}/cmd/dasel"
+go_ldflags="-X ${go_import_path}/internal.Version=${version}"
+short_desc="Query and modify data structures using selector strings"
+maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
+license="MIT"
+homepage="https://daseldocs.tomwright.me/"
+changelog="https://raw.githubusercontent.com/TomWright/dasel/master/CHANGELOG.md"
+distfiles="https://github.com/TomWright/dasel/archive/v${version}.tar.gz"
+checksum=ca1fa030f41abcd3659e76d7413ce14c551f40d41769e7a000a46f4fea6d0b64
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: dasel-1.24.1
  2022-04-20 11:18 [PR PATCH] New package: dasel-1.24.1 daniel-eys
  2022-04-21  5:30 ` [PR REVIEW] " classabbyamp
  2022-04-21 19:39 ` [PR PATCH] [Updated] " daniel-eys
@ 2022-04-21 19:40 ` daniel-eys
  2022-04-22  9:58 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: daniel-eys @ 2022-04-21 19:40 UTC (permalink / raw)
  To: ml

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

New review comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/36777#discussion_r855535592

Comment:
done, thanks for the hint

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

* Re: [PR PATCH] [Merged]: New package: dasel-1.24.1
  2022-04-20 11:18 [PR PATCH] New package: dasel-1.24.1 daniel-eys
                   ` (2 preceding siblings ...)
  2022-04-21 19:40 ` [PR REVIEW] " daniel-eys
@ 2022-04-22  9:58 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-04-22  9:58 UTC (permalink / raw)
  To: ml

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

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

New package: dasel-1.24.1
https://github.com/void-linux/void-packages/pull/36777

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

https://github.com/TomWright/dasel

>Dasel (short for data-selector) allows you to query and modify data structures using selector strings.
>Comparable to jq / yq, but supports JSON, YAML, TOML, XML and CSV with zero runtime dependencies.

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

<!--
#### 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] 5+ messages in thread

end of thread, other threads:[~2022-04-22  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 11:18 [PR PATCH] New package: dasel-1.24.1 daniel-eys
2022-04-21  5:30 ` [PR REVIEW] " classabbyamp
2022-04-21 19:39 ` [PR PATCH] [Updated] " daniel-eys
2022-04-21 19:40 ` [PR REVIEW] " daniel-eys
2022-04-22  9:58 ` [PR PATCH] [Merged]: " paper42

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