Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cargo-nextest-0.9.28
@ 2022-07-23 20:49 tranzystorek-io
  2022-07-23 21:24 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-23 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.28
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 0618968ad76988d94e32675a2b048b8ad8eb7976 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.28

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

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..c2744020d7c9
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,19 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.28
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=6bda256802791c526b28daa5264926df799d157c8015723f8cc1976852a0f36a
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.28
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
@ 2022-07-23 21:24 ` tranzystorek-io
  2022-07-24 23:15 ` tranzystorek-io
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-23 21:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.28
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From c859ef2a21e3f61349602dbb30d7772474ebc881 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.28

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..42718e9ad45f
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.28
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=6bda256802791c526b28daa5264926df799d157c8015723f8cc1976852a0f36a
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.28
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
  2022-07-23 21:24 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-24 23:15 ` tranzystorek-io
  2022-07-26  4:18 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.29 tranzystorek-io
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-24 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.28
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 4bc35cfa76fa76ce5d326daf82ce54511e648026 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.29

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..952d94a8db95
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.29
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=8f9912768586c307461631a071688ca015049e878459fdcbea6222fe04200292
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.29
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
  2022-07-23 21:24 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-07-24 23:15 ` tranzystorek-io
@ 2022-07-26  4:18 ` tranzystorek-io
  2022-07-26  4:19 ` tranzystorek-io
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-26  4:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.29
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From a9d93bf6847055c8a2a432088320c818ffb31661 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.29

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..9fcc263c0f26
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.30
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=2cc42582acd9e802e75ada00d065fe6d2ccc94ee5dcd4bb970c6336493b7b2e1
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.29
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-07-26  4:18 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.29 tranzystorek-io
@ 2022-07-26  4:19 ` tranzystorek-io
  2022-07-26 11:30 ` New package: cargo-nextest-0.9.30 tranzystorek-io
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-26  4:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.29
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From f0618523570ac8e794a0ee7879b8b94cde451719 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.30

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..9fcc263c0f26
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.30
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=2cc42582acd9e802e75ada00d065fe6d2ccc94ee5dcd4bb970c6336493b7b2e1
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: New package: cargo-nextest-0.9.30
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-07-26  4:19 ` tranzystorek-io
@ 2022-07-26 11:30 ` tranzystorek-io
  2022-07-26 11:30 ` tranzystorek-io
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-26 11:30 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38224#issuecomment-1195362907

Comment:
There's a performance regression version 0.9.30: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.30

It sets flags to allow an unstable rustc feature (stabilized in Rust 1.64.0), I'm not sure if it's something we do as package maintainers?

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

* Re: New package: cargo-nextest-0.9.30
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-07-26 11:30 ` New package: cargo-nextest-0.9.30 tranzystorek-io
@ 2022-07-26 11:30 ` tranzystorek-io
  2022-07-26 11:34 ` tranzystorek-io
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-26 11:30 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38224#issuecomment-1195362907

Comment:
There's a performance regression in version 0.9.30: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.30

It sets flags to allow an unstable rustc feature (stabilized in Rust 1.64.0), I'm not sure if it's something we do as package maintainers?

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

* Re: New package: cargo-nextest-0.9.30
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-07-26 11:30 ` tranzystorek-io
@ 2022-07-26 11:34 ` tranzystorek-io
  2022-07-28  7:15 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-26 11:34 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38224#issuecomment-1195362907

Comment:
There's a performance regression in version 0.9.30: https://github.com/nextest-rs/nextest/releases/tag/cargo-nextest-0.9.30

It can be fixed by setting flags to allow an unstable rustc feature (stabilized in Rust 1.64.0), I'm not sure if it's something we do as package maintainers?

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.30
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-07-26 11:34 ` tranzystorek-io
@ 2022-07-28  7:15 ` tranzystorek-io
  2022-07-29  5:25 ` tranzystorek-io
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-28  7:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.30
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 55479bae4f44b9240d8f444d523510631c07858f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.31

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..41934df6e3d1
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.31
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=2d14315ad233578611d024e09e0eb44bcdf4c5375701dfaea7e94df906ef5c84
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.30
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (7 preceding siblings ...)
  2022-07-28  7:15 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-29  5:25 ` tranzystorek-io
  2022-07-31  5:54 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.31 tranzystorek-io
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-29  5:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.30
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 31b05130fd6ef72155ad16900ae5a143314aeb65 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.31

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..41934df6e3d1
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.31
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=2d14315ad233578611d024e09e0eb44bcdf4c5375701dfaea7e94df906ef5c84
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.31
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (8 preceding siblings ...)
  2022-07-29  5:25 ` tranzystorek-io
@ 2022-07-31  5:54 ` tranzystorek-io
  2022-07-31 21:57 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.32 tranzystorek-io
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-31  5:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.31
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 87c634d9ffc3a671194dc0c4d18b98448fccb125 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.32

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..8688bc8c1535
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.32
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=abb07a1dd7074c1d2f98cf7b6e61bd0726222db6fe028788579888021959492d
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.32
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (9 preceding siblings ...)
  2022-07-31  5:54 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.31 tranzystorek-io
@ 2022-07-31 21:57 ` tranzystorek-io
  2022-08-13  6:47 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.33 tranzystorek-io
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-07-31 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.32
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 550d1c004dca24c73fe820752285a30d5b3bc50a Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.33

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..02f870f5f683
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.33
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=f75c53b4df3c72ae5a89e75c15d571645ee6719d86bb1171d64d0281eb71361f
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.33
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (10 preceding siblings ...)
  2022-07-31 21:57 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.32 tranzystorek-io
@ 2022-08-13  6:47 ` tranzystorek-io
  2022-08-17 21:43 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.34 tranzystorek-io
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-08-13  6:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.33
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From cb33d6aa2e9a6c71b877217edc2dcc08949282dc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.34

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..3c39cc0b576f
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.34
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=ab86ba322627d1a895b7ef5ca91bb4fd77f49c72007931d78457894ced0d078b
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.34
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (11 preceding siblings ...)
  2022-08-13  6:47 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.33 tranzystorek-io
@ 2022-08-17 21:43 ` tranzystorek-io
  2022-08-24 10:38 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.35 tranzystorek-io
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-08-17 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.34
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From c520f4560668c63541dd57188aa4b5dfa57c6717 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.35

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..e4b10494c50c
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.35
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=24ed1d3d098ede98fbbcefe9dee7f223ba81ab8a52eb6361018cf03cd70e4d59
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.35
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (12 preceding siblings ...)
  2022-08-17 21:43 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.34 tranzystorek-io
@ 2022-08-24 10:38 ` tranzystorek-io
  2022-08-24 22:37 ` tranzystorek-io
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-08-24 10:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.35
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From ca3cc0d53a57a4c740a24f3c52ab24cf7480d6d1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.35

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..e4b10494c50c
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.35
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=24ed1d3d098ede98fbbcefe9dee7f223ba81ab8a52eb6361018cf03cd70e4d59
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.35
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (13 preceding siblings ...)
  2022-08-24 10:38 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.35 tranzystorek-io
@ 2022-08-24 22:37 ` tranzystorek-io
  2022-09-08  5:52 ` tranzystorek-io
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-08-24 22:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.35
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 737da1a263245c857deac5c21cddbf53483e91d6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.35

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..e4b10494c50c
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.35
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=24ed1d3d098ede98fbbcefe9dee7f223ba81ab8a52eb6361018cf03cd70e4d59
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.35
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (14 preceding siblings ...)
  2022-08-24 22:37 ` tranzystorek-io
@ 2022-09-08  5:52 ` tranzystorek-io
  2022-09-30 18:52 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.36 tranzystorek-io
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-09-08  5:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.35
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 5314441a1d7cae8084b53cf3b01c6004cdc9d0aa Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.36

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..7c31751620a4
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.36
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=455926622d67ff996b6e8dec9cd5a6f92cacbdb9fa899529d4d5aa3f6f985740
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.36
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (15 preceding siblings ...)
  2022-09-08  5:52 ` tranzystorek-io
@ 2022-09-30 18:52 ` tranzystorek-io
  2022-10-03 17:31 ` tranzystorek-io
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-09-30 18:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.36
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 437a2a64d66280ed71b727c944c3809d1db30013 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.36

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..4b8d32450330
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.37
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=3f50929b8fe098cf2ed8e2b0993983aac28a5eaf52e480ab5cba5939b0e38ab1
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.36
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (16 preceding siblings ...)
  2022-09-30 18:52 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.36 tranzystorek-io
@ 2022-10-03 17:31 ` tranzystorek-io
  2022-10-06  5:41 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.37 tranzystorek-io
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-10-03 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.36
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 00ad0a2110129eeb851e33c7902aff40a867fa7b Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.37

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..4b8d32450330
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.37
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=3f50929b8fe098cf2ed8e2b0993983aac28a5eaf52e480ab5cba5939b0e38ab1
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.37
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (17 preceding siblings ...)
  2022-10-03 17:31 ` tranzystorek-io
@ 2022-10-06  5:41 ` tranzystorek-io
  2022-10-14 20:27 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.38 tranzystorek-io
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-10-06  5:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.37
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 593735966eb43485ef1e55188c7c3c78944c1dc4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.38

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..2e6008a10cf7
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.38
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=2a57298eb484dd153e50e46f8c8961efaed23f489fdca522d462a1dd0ee6324f
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.38
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (18 preceding siblings ...)
  2022-10-06  5:41 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.37 tranzystorek-io
@ 2022-10-14 20:27 ` tranzystorek-io
  2022-10-26  8:21 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.39 tranzystorek-io
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-10-14 20:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.38
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 391a58bcdf47f46cf02b5029f5400257e5943f6e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.39

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..3ed674ada408
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.39
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=cf612da8c9be80366a5874219d2fcc9f48f1a04f000e956f15ac4440867be253
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.39
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (19 preceding siblings ...)
  2022-10-14 20:27 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.38 tranzystorek-io
@ 2022-10-26  8:21 ` tranzystorek-io
  2022-11-01 22:12 ` tranzystorek-io
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-10-26  8:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.39
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 77a718f0d25d9abab0f9bf77100df93b7ac58728 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.40

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..f8e45a0b3945
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.40
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=db26c0a68f96d0c8f53eda9efe9543a0633ac5104d38777b9152387d08240b65
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.39
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (20 preceding siblings ...)
  2022-10-26  8:21 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.39 tranzystorek-io
@ 2022-11-01 22:12 ` tranzystorek-io
  2022-11-02  7:34 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.41 tranzystorek-io
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-11-01 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.39
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 186ac92f0abac434de6a1bdac94afb6ef86eb768 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.41

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..42441ea6e29f
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.41
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=cbaee0266bd032879ed29ef92bf5f30e2b39d8d2f477139c11e7509cee858cf8
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.41
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (21 preceding siblings ...)
  2022-11-01 22:12 ` tranzystorek-io
@ 2022-11-02  7:34 ` tranzystorek-io
  2022-11-05  7:57 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.42 tranzystorek-io
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-11-02  7:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.41
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From b3ab6405a7fdf5704e40bc7cdff7493278113f61 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.42

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..1c4ef1e5ae64
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.42
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=0c7a353b12f40069b423543ef45bd6197e85be5d22dfcd29f6a6faa1b7c6c13f
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.42
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (22 preceding siblings ...)
  2022-11-02  7:34 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.41 tranzystorek-io
@ 2022-11-05  7:57 ` tranzystorek-io
  2022-11-23 22:19 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.43 tranzystorek-io
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-11-05  7:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.42
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From 94d74b84183c01be5d72f8d6a9a3abaec56aa498 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.43

---
 srcpkgs/cargo-nextest/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..6a8e3ba05c76
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.43
+revision=1
+wrksrc="nextest-cargo-nextest-${version}"
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=43992428149b919767e417879ad4450b290bb189128e83e1f3e93976c3ea6106
+
+# skip problematic tests
+case "$XBPS_TARGET_MACHINE" in
+	x86_64-musl) make_check_args="-- --skip tests_integration::test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.43
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (23 preceding siblings ...)
  2022-11-05  7:57 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.42 tranzystorek-io
@ 2022-11-23 22:19 ` tranzystorek-io
  2022-11-25 20:25 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.44 tranzystorek-io
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-11-23 22:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.43
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From cd695e5a1b8bd12e74eedf17f001c401b15d41c1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.44

---
 srcpkgs/cargo-nextest/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..196624a072e1
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,23 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.44
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_check_args="-- --skip test_run_from_archive
+ --skip test_run_after_build
+ --skip target_runner::test_listing_with_target_runner
+ --skip target_runner::test_run_with_target_runner"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=e017a5d5a10d08e654d9fa4d8aaac7bc858c0d71f468bb50067b44336fa845ab
+make_check_pre="env NEXTEST_BIN_EXE_cargo-nextest-dup=${XBPS_BUILDDIR}/${pkgname}-${version}/target/${RUST_TARGET}/release/cargo-nextest-dup"
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.44
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (24 preceding siblings ...)
  2022-11-23 22:19 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.43 tranzystorek-io
@ 2022-11-25 20:25 ` tranzystorek-io
  2022-12-12 18:04 ` tranzystorek-io
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-11-25 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.44
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From d104c7e8107e0556a024da487332a8bd96ba3b1b Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.44

---
 srcpkgs/cargo-nextest/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..de7d27e4ae90
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,28 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.44
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_check_args="-- --skip test_run_from_archive
+ --skip test_run_after_build
+ --skip target_runner::test_listing_with_target_runner
+ --skip target_runner::test_run_with_target_runner"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=e017a5d5a10d08e654d9fa4d8aaac7bc858c0d71f468bb50067b44336fa845ab
+make_check_pre="env NEXTEST_BIN_EXE_cargo-nextest-dup=${XBPS_BUILDDIR}/${pkgname}-${version}/target/${RUST_TARGET}/release/cargo-nextest-dup"
+
+case "${XBPS_TARGET_MACHINE}" in
+	x86_64-musl) make_check_args+=" --skip test_relocated_run --skip test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-nextest-0.9.44
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (25 preceding siblings ...)
  2022-11-25 20:25 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.44 tranzystorek-io
@ 2022-12-12 18:04 ` tranzystorek-io
  2023-01-03 13:27 ` tranzystorek-io
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2022-12-12 18:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-nextest
https://github.com/void-linux/void-packages/pull/38224

New package: cargo-nextest-0.9.44
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

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

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

From e7290859aaa5751b282bd2594ec2cfecaf465e4e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 23 Jul 2022 22:47:30 +0200
Subject: [PATCH] New package: cargo-nextest-0.9.47

---
 srcpkgs/cargo-nextest/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/cargo-nextest/template

diff --git a/srcpkgs/cargo-nextest/template b/srcpkgs/cargo-nextest/template
new file mode 100644
index 000000000000..b52c68fb9c32
--- /dev/null
+++ b/srcpkgs/cargo-nextest/template
@@ -0,0 +1,28 @@
+# Template file for 'cargo-nextest'
+pkgname=cargo-nextest
+version=0.9.47
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features default-no-update"
+make_check_args="-- --skip test_run_from_archive
+ --skip test_run_after_build
+ --skip target_runner::test_listing_with_target_runner
+ --skip target_runner::test_run_with_target_runner"
+make_install_args="--path cargo-nextest"
+short_desc="Next-generation test runner for Rust"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="Apache-2.0, MIT"
+homepage="https://nexte.st/"
+changelog="https://raw.githubusercontent.com/nextest-rs/nextest/main/site/src/CHANGELOG.md"
+distfiles="https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-${version}.tar.gz"
+checksum=dbd685b0ef4e4e632ed0ee7136526a0daa1e73b11df5fd9b04a06ccd83557a1c
+make_check_pre="env NEXTEST_BIN_EXE_cargo-nextest-dup=${XBPS_BUILDDIR}/${pkgname}-${version}/target/${RUST_TARGET}/release/cargo-nextest-dup"
+
+case "${XBPS_TARGET_MACHINE}" in
+	x86_64-musl) make_check_args+=" --skip test_relocated_run --skip test_target_dir";;
+	*) ;;
+esac
+
+post_install() {
+	vlicense LICENSE-MIT
+}

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

* Re: New package: cargo-nextest-0.9.44
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (26 preceding siblings ...)
  2022-12-12 18:04 ` tranzystorek-io
@ 2023-01-03 13:27 ` tranzystorek-io
  2023-01-03 13:27 ` [PR PATCH] [Closed]: " tranzystorek-io
  2023-01-03 13:29 ` tranzystorek-io
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2023-01-03 13:27 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38224#issuecomment-1369770777

Comment:
I'm opting to close this, the changes seem to be to frequent, and as a development tool it's already well available via `cargo install`.

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

* Re: [PR PATCH] [Closed]: New package: cargo-nextest-0.9.44
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (27 preceding siblings ...)
  2023-01-03 13:27 ` tranzystorek-io
@ 2023-01-03 13:27 ` tranzystorek-io
  2023-01-03 13:29 ` tranzystorek-io
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2023-01-03 13:27 UTC (permalink / raw)
  To: ml

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

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

New package: cargo-nextest-0.9.44
https://github.com/void-linux/void-packages/pull/38224

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

#### 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**

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

* Re: New package: cargo-nextest-0.9.44
  2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
                   ` (28 preceding siblings ...)
  2023-01-03 13:27 ` [PR PATCH] [Closed]: " tranzystorek-io
@ 2023-01-03 13:29 ` tranzystorek-io
  29 siblings, 0 replies; 31+ messages in thread
From: tranzystorek-io @ 2023-01-03 13:29 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38224#issuecomment-1369770777

Comment:
I'm opting to close this, the changes seem to be to frequent, and as a development tool it's already well available and usable via `cargo install`.

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

end of thread, other threads:[~2023-01-03 13:29 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23 20:49 [PR PATCH] New package: cargo-nextest-0.9.28 tranzystorek-io
2022-07-23 21:24 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-24 23:15 ` tranzystorek-io
2022-07-26  4:18 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.29 tranzystorek-io
2022-07-26  4:19 ` tranzystorek-io
2022-07-26 11:30 ` New package: cargo-nextest-0.9.30 tranzystorek-io
2022-07-26 11:30 ` tranzystorek-io
2022-07-26 11:34 ` tranzystorek-io
2022-07-28  7:15 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-29  5:25 ` tranzystorek-io
2022-07-31  5:54 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.31 tranzystorek-io
2022-07-31 21:57 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.32 tranzystorek-io
2022-08-13  6:47 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.33 tranzystorek-io
2022-08-17 21:43 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.34 tranzystorek-io
2022-08-24 10:38 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.35 tranzystorek-io
2022-08-24 22:37 ` tranzystorek-io
2022-09-08  5:52 ` tranzystorek-io
2022-09-30 18:52 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.36 tranzystorek-io
2022-10-03 17:31 ` tranzystorek-io
2022-10-06  5:41 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.37 tranzystorek-io
2022-10-14 20:27 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.38 tranzystorek-io
2022-10-26  8:21 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.39 tranzystorek-io
2022-11-01 22:12 ` tranzystorek-io
2022-11-02  7:34 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.41 tranzystorek-io
2022-11-05  7:57 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.42 tranzystorek-io
2022-11-23 22:19 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.43 tranzystorek-io
2022-11-25 20:25 ` [PR PATCH] [Updated] New package: cargo-nextest-0.9.44 tranzystorek-io
2022-12-12 18:04 ` tranzystorek-io
2023-01-03 13:27 ` tranzystorek-io
2023-01-03 13:27 ` [PR PATCH] [Closed]: " tranzystorek-io
2023-01-03 13:29 ` tranzystorek-io

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