Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mise: update to 2024.4.0.
@ 2024-04-02 10:44 TeddyDD
  2024-04-02 11:02 ` [PR REVIEW] " tranzystorekk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TeddyDD @ 2024-04-02 10:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-mise
https://github.com/void-linux/void-packages/pull/49671

mise: update to 2024.4.0.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 23b3c4cda938e1b39588ab62c73e19ad359f4342 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Tue, 2 Apr 2024 12:41:59 +0200
Subject: [PATCH] mise: update to 2024.4.0.

---
 srcpkgs/mise/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 0632d92f24d65f..637444e803e4aa 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,19 +1,18 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.3.7
+version=2024.4.0
 revision=1
 build_style=cargo
-# skip cli tests: fail to find executable
-make_check_args="-- --skip cli::direnv::exec::tests"
+make_check_args="-- --skip cli"
 hostmakedepends="pkg-config"
-makedepends="openssl-devel"
+makedepends="openssl-devel libgit2-devel"
 short_desc="Polyglot runtime manager (asdf rust clone)"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=539511da46a0f9ca9882cdf087a50572ad77b2a6cee85f3e39d90f0597bed62b
+checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] mise: update to 2024.4.0.
  2024-04-02 10:44 [PR PATCH] mise: update to 2024.4.0 TeddyDD
@ 2024-04-02 11:02 ` tranzystorekk
  2024-04-02 13:14 ` [PR PATCH] [Updated] " TeddyDD
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2024-04-02 11:02 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/49671#discussion_r1547635388

Comment:
build scripts on host also need libgit2

```suggestion
hostmakedepends="pkg-config libgit2-devel"
```

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

* Re: [PR PATCH] [Updated] mise: update to 2024.4.0.
  2024-04-02 10:44 [PR PATCH] mise: update to 2024.4.0 TeddyDD
  2024-04-02 11:02 ` [PR REVIEW] " tranzystorekk
@ 2024-04-02 13:14 ` TeddyDD
  2024-04-02 21:22 ` TeddyDD
  2024-04-03 10:32 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2024-04-02 13:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-mise
https://github.com/void-linux/void-packages/pull/49671

mise: update to 2024.4.0.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 1bc545502d3743ce095175d6984d59e978f52c10 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Tue, 2 Apr 2024 12:41:59 +0200
Subject: [PATCH] mise: update to 2024.4.0.

---
 srcpkgs/mise/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 0632d92f24d65f..0649b09818cc81 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,19 +1,18 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.3.7
+version=2024.4.0
 revision=1
 build_style=cargo
-# skip cli tests: fail to find executable
-make_check_args="-- --skip cli::direnv::exec::tests"
-hostmakedepends="pkg-config"
-makedepends="openssl-devel"
+make_check_args="-- --skip cli"
+hostmakedepends="pkg-config libgit2-devel"
+makedepends="openssl-devel libgit2-devel"
 short_desc="Polyglot runtime manager (asdf rust clone)"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=539511da46a0f9ca9882cdf087a50572ad77b2a6cee85f3e39d90f0597bed62b
+checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] mise: update to 2024.4.0.
  2024-04-02 10:44 [PR PATCH] mise: update to 2024.4.0 TeddyDD
  2024-04-02 11:02 ` [PR REVIEW] " tranzystorekk
  2024-04-02 13:14 ` [PR PATCH] [Updated] " TeddyDD
@ 2024-04-02 21:22 ` TeddyDD
  2024-04-03 10:32 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2024-04-02 21:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-mise
https://github.com/void-linux/void-packages/pull/49671

mise: update to 2024.4.0.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b653c978602bf15fb905b9a65b719d302f93d438 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Tue, 2 Apr 2024 12:41:59 +0200
Subject: [PATCH] mise: update to 2024.4.0.

---
 srcpkgs/mise/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
index 0632d92f24d65f..9c2fcd675fc3b6 100644
--- a/srcpkgs/mise/template
+++ b/srcpkgs/mise/template
@@ -1,19 +1,18 @@
 # Template file for 'mise'
 pkgname=mise
-version=2024.3.7
+version=2024.4.0
 revision=1
 build_style=cargo
-# skip cli tests: fail to find executable
-make_check_args="-- --skip cli::direnv::exec::tests"
-hostmakedepends="pkg-config"
-makedepends="openssl-devel"
+make_check_args="-- --skip cli --skip runtime_symlinks::tests::test_list_symlinks"
+hostmakedepends="pkg-config libgit2-devel"
+makedepends="openssl-devel libgit2-devel"
 short_desc="Polyglot runtime manager (asdf rust clone)"
 maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://github.com/jdx/mise"
 changelog="https://github.com/jdx/mise/releases"
 distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=539511da46a0f9ca9882cdf087a50572ad77b2a6cee85f3e39d90f0597bed62b
+checksum=1d25541b4165b1f5c5f4e90b888ae99761ee1c119467b82553062d80bc8c9375
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: mise: update to 2024.4.0.
  2024-04-02 10:44 [PR PATCH] mise: update to 2024.4.0 TeddyDD
                   ` (2 preceding siblings ...)
  2024-04-02 21:22 ` TeddyDD
@ 2024-04-03 10:32 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-04-03 10:32 UTC (permalink / raw)
  To: ml

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

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

mise: update to 2024.4.0.
https://github.com/void-linux/void-packages/pull/49671

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-04-03 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02 10:44 [PR PATCH] mise: update to 2024.4.0 TeddyDD
2024-04-02 11:02 ` [PR REVIEW] " tranzystorekk
2024-04-02 13:14 ` [PR PATCH] [Updated] " TeddyDD
2024-04-02 21:22 ` TeddyDD
2024-04-03 10:32 ` [PR PATCH] [Merged]: " cinerea0

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