Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jless: update to 0.8.0
@ 2022-03-10 12:44 tranzystorek-io
  2022-03-10 12:46 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-03-10 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages jless
https://github.com/void-linux/void-packages/pull/36080

jless: update to 0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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/36080.patch is attached

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

From a511cb7fe6859ff6a2acdc63dc0b8689b2430a52 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Thu, 10 Mar 2022 13:44:18 +0100
Subject: [PATCH] jless: update to 0.8.0

---
 srcpkgs/jless/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jless/template b/srcpkgs/jless/template
index 2d4cfa1f1865..e6b8e915cc5f 100644
--- a/srcpkgs/jless/template
+++ b/srcpkgs/jless/template
@@ -1,14 +1,16 @@
 # Template file for 'jless'
 pkgname=jless
-version=0.7.2
+version=0.8.0
 revision=1
 build_style=cargo
+depends="xcb-util"
+makedepends="python3 xcb-util-devel"
 short_desc="Pager for JSON data"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/PaulJuliusMartinez/jless"
 distfiles="https://github.com/PaulJuliusMartinez/jless/archive/refs/tags/v${version}.tar.gz"
-checksum=5d776cb6488743ccdaeeffb4bfc54d84862028170cee852a8bb5c156526ed263
+checksum=3f1168c9b2432f7f4fa9dd3c31b55e371ef9d6f822dc98a8cdce5318a112bf2d
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] jless: update to 0.8.0
  2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
@ 2022-03-10 12:46 ` tranzystorek-io
  2022-03-10 12:49 ` [PR REVIEW] " leahneukirchen
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-03-10 12:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages jless
https://github.com/void-linux/void-packages/pull/36080

jless: update to 0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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/36080.patch is attached

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

From d5fb0f1b49eb99e3d2345f9f20cf7505d5168022 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Thu, 10 Mar 2022 13:44:18 +0100
Subject: [PATCH] jless: update to 0.8.0

---
 srcpkgs/jless/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jless/template b/srcpkgs/jless/template
index 2d4cfa1f1865..1df3c5e206c3 100644
--- a/srcpkgs/jless/template
+++ b/srcpkgs/jless/template
@@ -1,14 +1,16 @@
 # Template file for 'jless'
 pkgname=jless
-version=0.7.2
+version=0.8.0
 revision=1
 build_style=cargo
+makedepends="python3 xcb-util-devel"
+depends="xcb-util"
 short_desc="Pager for JSON data"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/PaulJuliusMartinez/jless"
 distfiles="https://github.com/PaulJuliusMartinez/jless/archive/refs/tags/v${version}.tar.gz"
-checksum=5d776cb6488743ccdaeeffb4bfc54d84862028170cee852a8bb5c156526ed263
+checksum=3f1168c9b2432f7f4fa9dd3c31b55e371ef9d6f822dc98a8cdce5318a112bf2d
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] jless: update to 0.8.0
  2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
  2022-03-10 12:46 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-03-10 12:49 ` leahneukirchen
  2022-03-10 12:52 ` tranzystorek-io
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2022-03-10 12:49 UTC (permalink / raw)
  To: ml

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

New review comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/36080#discussion_r823683812

Comment:
why python?

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

* Re: [PR REVIEW] jless: update to 0.8.0
  2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
  2022-03-10 12:46 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-03-10 12:49 ` [PR REVIEW] " leahneukirchen
@ 2022-03-10 12:52 ` tranzystorek-io
  2022-03-10 12:53 ` leahneukirchen
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-03-10 12:52 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/36080#discussion_r823685541

Comment:
the xcb crate is used here in an older version, and part of its build script is written in python

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

* Re: [PR REVIEW] jless: update to 0.8.0
  2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-03-10 12:52 ` tranzystorek-io
@ 2022-03-10 12:53 ` leahneukirchen
  2022-03-10 12:53 ` leahneukirchen
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2022-03-10 12:53 UTC (permalink / raw)
  To: ml

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

New review comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/36080#discussion_r823686341

Comment:
should be a hostmakedepends then

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

* Re: [PR REVIEW] jless: update to 0.8.0
  2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-03-10 12:53 ` leahneukirchen
@ 2022-03-10 12:53 ` leahneukirchen
  2022-03-10 13:01 ` tranzystorek-io
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2022-03-10 12:53 UTC (permalink / raw)
  To: ml

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

New review comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/36080#discussion_r823686682

Comment:
Also this is detected automatically.

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

* Re: [PR REVIEW] jless: update to 0.8.0
  2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-03-10 12:53 ` leahneukirchen
@ 2022-03-10 13:01 ` tranzystorek-io
  2022-03-10 13:07 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-03-10 17:43 ` [PR PATCH] [Merged]: " leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-03-10 13:01 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/36080#discussion_r823693430

Comment:
Ah, thank you, wasn't aware of that 😄

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

* Re: [PR PATCH] [Updated] jless: update to 0.8.0
  2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-03-10 13:01 ` tranzystorek-io
@ 2022-03-10 13:07 ` tranzystorek-io
  2022-03-10 17:43 ` [PR PATCH] [Merged]: " leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2022-03-10 13:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages jless
https://github.com/void-linux/void-packages/pull/36080

jless: update to 0.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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/36080.patch is attached

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

From ca61fc08ed11229700908b2fd61e679763486805 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Thu, 10 Mar 2022 13:44:18 +0100
Subject: [PATCH] jless: update to 0.8.0

---
 srcpkgs/jless/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jless/template b/srcpkgs/jless/template
index 2d4cfa1f1865..0de4ebf061dc 100644
--- a/srcpkgs/jless/template
+++ b/srcpkgs/jless/template
@@ -1,14 +1,16 @@
 # Template file for 'jless'
 pkgname=jless
-version=0.7.2
+version=0.8.0
 revision=1
 build_style=cargo
+hostmakedepends="python3"
+makedepends="xcb-util-devel"
 short_desc="Pager for JSON data"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://github.com/PaulJuliusMartinez/jless"
 distfiles="https://github.com/PaulJuliusMartinez/jless/archive/refs/tags/v${version}.tar.gz"
-checksum=5d776cb6488743ccdaeeffb4bfc54d84862028170cee852a8bb5c156526ed263
+checksum=3f1168c9b2432f7f4fa9dd3c31b55e371ef9d6f822dc98a8cdce5318a112bf2d
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: jless: update to 0.8.0
  2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-03-10 13:07 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-03-10 17:43 ` leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2022-03-10 17:43 UTC (permalink / raw)
  To: ml

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

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

jless: update to 0.8.0
https://github.com/void-linux/void-packages/pull/36080

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

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

<!--
#### 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 [skip CI](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] 9+ messages in thread

end of thread, other threads:[~2022-03-10 17:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 12:44 [PR PATCH] jless: update to 0.8.0 tranzystorek-io
2022-03-10 12:46 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-10 12:49 ` [PR REVIEW] " leahneukirchen
2022-03-10 12:52 ` tranzystorek-io
2022-03-10 12:53 ` leahneukirchen
2022-03-10 12:53 ` leahneukirchen
2022-03-10 13:01 ` tranzystorek-io
2022-03-10 13:07 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-10 17:43 ` [PR PATCH] [Merged]: " leahneukirchen

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