Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pueue: update to 3.1.2
@ 2023-04-02 16:47 cinerea0
  2023-04-02 17:08 ` icp1994
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: cinerea0 @ 2023-04-02 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pueue
https://github.com/void-linux/void-packages/pull/43217

pueue: update to 3.1.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 8add6fab463f51d05d841335b7adc0e722980416 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 12:44:48 -0400
Subject: [PATCH] pueue: update to 3.1.2

---
 srcpkgs/pueue/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template
index 72a55bfc9463..1b8c320dbb59 100644
--- a/srcpkgs/pueue/template
+++ b/srcpkgs/pueue/template
@@ -1,7 +1,8 @@
 # Template file for 'pueue'
 pkgname=pueue
-version=2.1.0
+version=3.1.2
 revision=1
+build_wrksrc="pueue"
 build_style=cargo
 build_helper="qemu"
 short_desc="Command-line tool for managing long-running tasks"
@@ -10,23 +11,22 @@ license="MIT"
 homepage="https://github.com/Nukesor/pueue"
 changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
 distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz"
-checksum=cd5c6500e65960f6a102db5d0f0544f49eec8f74b2cc0df16ded8e2525a545f6
+checksum=653eac9b7fc111cc4b9bddacbbf514932a8d273a059b20b1cc66af74e500eb5e
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
 	*) broken="ftbfs in ring" ;;
 esac
 
-post_build() {
+post_install() {
+	PUEUE="${DESTDIR}/usr/bin/pueue"
 	for shell in bash fish zsh; do
-		vtargetrun target/${RUST_TARGET}/release/pueue completions $shell .
+		vtargetrun ${PUEUE} completions $shell .
 	done
-}
-
-post_install() {
-	vlicense LICENSE
 
-	vcompletion _pueue zsh pueue
 	vcompletion pueue.bash bash pueue
 	vcompletion pueue.fish fish pueue
+	vcompletion _pueue zsh pueue
+
+	vlicense ../LICENSE
 }

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

* Re: pueue: update to 3.1.2
  2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
@ 2023-04-02 17:08 ` icp1994
  2023-04-02 17:12 ` icp1994
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-04-02 17:08 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43217#issuecomment-1493393481

Comment:
you can do `make_install_args="--path pueue"` without needing the build_wrksrc and the vlicense change

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

* Re: pueue: update to 3.1.2
  2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
  2023-04-02 17:08 ` icp1994
@ 2023-04-02 17:12 ` icp1994
  2023-04-02 17:30 ` [PR PATCH] [Updated] " cinerea0
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-04-02 17:12 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/43217#issuecomment-1493393481

Comment:
you can do `make_install_args="--path pueue"` without needing the build_wrksrc and the vlicense change

edit: and archive/refs/tags

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

* Re: [PR PATCH] [Updated] pueue: update to 3.1.2
  2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
  2023-04-02 17:08 ` icp1994
  2023-04-02 17:12 ` icp1994
@ 2023-04-02 17:30 ` cinerea0
  2023-04-02 18:39 ` cinerea0
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2023-04-02 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pueue
https://github.com/void-linux/void-packages/pull/43217

pueue: update to 3.1.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 520ff0e859737c66e9d7297b828ca4428a876bea Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 13:30:07 -0400
Subject: [PATCH] pueue: update to 3.1.2

---
 srcpkgs/pueue/template | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template
index 72a55bfc9463..6d1c34ec790f 100644
--- a/srcpkgs/pueue/template
+++ b/srcpkgs/pueue/template
@@ -1,32 +1,32 @@
 # Template file for 'pueue'
 pkgname=pueue
-version=2.1.0
+version=3.1.2
 revision=1
 build_style=cargo
 build_helper="qemu"
+make_install_args="--path pueue"
 short_desc="Command-line tool for managing long-running tasks"
 maintainer="crater2150 <void@qwertyuiop.de>"
 license="MIT"
 homepage="https://github.com/Nukesor/pueue"
 changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
-distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz"
-checksum=cd5c6500e65960f6a102db5d0f0544f49eec8f74b2cc0df16ded8e2525a545f6
+distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
+checksum=653eac9b7fc111cc4b9bddacbbf514932a8d273a059b20b1cc66af74e500eb5e
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
 	*) broken="ftbfs in ring" ;;
 esac
 
-post_build() {
+post_install() {
+	PUEUE="${DESTDIR}/usr/bin/pueue"
 	for shell in bash fish zsh; do
-		vtargetrun target/${RUST_TARGET}/release/pueue completions $shell .
+		vtargetrun ${PUEUE} completions $shell .
 	done
-}
-
-post_install() {
-	vlicense LICENSE
 
-	vcompletion _pueue zsh pueue
 	vcompletion pueue.bash bash pueue
 	vcompletion pueue.fish fish pueue
+	vcompletion _pueue zsh pueue
+
+	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] pueue: update to 3.1.2
  2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
                   ` (2 preceding siblings ...)
  2023-04-02 17:30 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-02 18:39 ` cinerea0
  2023-04-02 19:12 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2023-04-02 18:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pueue
https://github.com/void-linux/void-packages/pull/43217

pueue: update to 3.1.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 203f428b7b0773c2c7c8aefe34e543430ff588ef Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 14:39:28 -0400
Subject: [PATCH] pueue: update to 3.1.2

---
 srcpkgs/pueue/template | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template
index 72a55bfc9463..7d529be3c479 100644
--- a/srcpkgs/pueue/template
+++ b/srcpkgs/pueue/template
@@ -1,32 +1,33 @@
 # Template file for 'pueue'
 pkgname=pueue
-version=2.1.0
+version=3.1.2
 revision=1
 build_style=cargo
 build_helper="qemu"
+make_install_args="--path pueue"
 short_desc="Command-line tool for managing long-running tasks"
 maintainer="crater2150 <void@qwertyuiop.de>"
 license="MIT"
 homepage="https://github.com/Nukesor/pueue"
 changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
-distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz"
-checksum=cd5c6500e65960f6a102db5d0f0544f49eec8f74b2cc0df16ded8e2525a545f6
+distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
+checksum=653eac9b7fc111cc4b9bddacbbf514932a8d273a059b20b1cc66af74e500eb5e
+make_check=no  # tests are nondeterministic
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
 	*) broken="ftbfs in ring" ;;
 esac
 
-post_build() {
+post_install() {
+	PUEUE="${DESTDIR}/usr/bin/pueue"
 	for shell in bash fish zsh; do
-		vtargetrun target/${RUST_TARGET}/release/pueue completions $shell .
+		vtargetrun ${PUEUE} completions $shell .
 	done
-}
-
-post_install() {
-	vlicense LICENSE
 
-	vcompletion _pueue zsh pueue
 	vcompletion pueue.bash bash pueue
 	vcompletion pueue.fish fish pueue
+	vcompletion _pueue zsh pueue
+
+	vlicense LICENSE
 }

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

* Re: [PR REVIEW] pueue: update to 3.1.2
  2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
                   ` (3 preceding siblings ...)
  2023-04-02 18:39 ` cinerea0
@ 2023-04-02 19:12 ` paper42
  2023-04-02 19:16 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2023-04-02 19:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43217#discussion_r1155361221

Comment:
there is no reason for the PUEUE variable, it's only used once

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

* Re: [PR PATCH] [Updated] pueue: update to 3.1.2
  2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
                   ` (4 preceding siblings ...)
  2023-04-02 19:12 ` [PR REVIEW] " paper42
@ 2023-04-02 19:16 ` cinerea0
  2023-04-02 19:33 ` [PR REVIEW] " cinerea0
  2023-04-02 19:47 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2023-04-02 19:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pueue
https://github.com/void-linux/void-packages/pull/43217

pueue: update to 3.1.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 855479141a01acd7242dcc4d8b13576b78127ebc Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 15:16:28 -0400
Subject: [PATCH] pueue: update to 3.1.2

---
 srcpkgs/pueue/template | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template
index 72a55bfc9463..39d676079257 100644
--- a/srcpkgs/pueue/template
+++ b/srcpkgs/pueue/template
@@ -1,32 +1,32 @@
 # Template file for 'pueue'
 pkgname=pueue
-version=2.1.0
+version=3.1.2
 revision=1
 build_style=cargo
 build_helper="qemu"
+make_install_args="--path pueue"
 short_desc="Command-line tool for managing long-running tasks"
 maintainer="crater2150 <void@qwertyuiop.de>"
 license="MIT"
 homepage="https://github.com/Nukesor/pueue"
 changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
-distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz"
-checksum=cd5c6500e65960f6a102db5d0f0544f49eec8f74b2cc0df16ded8e2525a545f6
+distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
+checksum=653eac9b7fc111cc4b9bddacbbf514932a8d273a059b20b1cc66af74e500eb5e
+make_check=no  # tests are nondeterministic
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
 	*) broken="ftbfs in ring" ;;
 esac
 
-post_build() {
+post_install() {
 	for shell in bash fish zsh; do
-		vtargetrun target/${RUST_TARGET}/release/pueue completions $shell .
+		vtargetrun ${DESTDIR}/usr/bin/pueue completions $shell .
 	done
-}
-
-post_install() {
-	vlicense LICENSE
 
-	vcompletion _pueue zsh pueue
 	vcompletion pueue.bash bash pueue
 	vcompletion pueue.fish fish pueue
+	vcompletion _pueue zsh pueue
+
+	vlicense LICENSE
 }

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

* Re: [PR REVIEW] pueue: update to 3.1.2
  2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
                   ` (5 preceding siblings ...)
  2023-04-02 19:16 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-02 19:33 ` cinerea0
  2023-04-02 19:47 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2023-04-02 19:33 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/43217#discussion_r1155363964

Comment:
Updated to use the value directly.

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

* Re: [PR PATCH] [Merged]: pueue: update to 3.1.2
  2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
                   ` (6 preceding siblings ...)
  2023-04-02 19:33 ` [PR REVIEW] " cinerea0
@ 2023-04-02 19:47 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2023-04-02 19:47 UTC (permalink / raw)
  To: ml

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

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

pueue: update to 3.1.2
https://github.com/void-linux/void-packages/pull/43217

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


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

end of thread, other threads:[~2023-04-02 19:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 16:47 [PR PATCH] pueue: update to 3.1.2 cinerea0
2023-04-02 17:08 ` icp1994
2023-04-02 17:12 ` icp1994
2023-04-02 17:30 ` [PR PATCH] [Updated] " cinerea0
2023-04-02 18:39 ` cinerea0
2023-04-02 19:12 ` [PR REVIEW] " paper42
2023-04-02 19:16 ` [PR PATCH] [Updated] " cinerea0
2023-04-02 19:33 ` [PR REVIEW] " cinerea0
2023-04-02 19:47 ` [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).