Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rtx: rename to mise, update to 2024.1.4.
@ 2024-01-04  4:53 klardotsh
  2024-01-09 19:35 ` [PR PATCH] [Closed]: " klardotsh
  2024-01-09 19:35 ` klardotsh
  0 siblings, 2 replies; 3+ messages in thread
From: klardotsh @ 2024-01-04  4:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klardotsh/void-packages klardotsh/mise
https://github.com/void-linux/void-packages/pull/48060

rtx: rename to mise, update to 2024.1.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** - the `mise` CLI runs, `mise doctor` correctly understood that I had not set up the zsh hooks yet, evaling the enumerated file in my `~/.zshrc` worked, and `mise doctor` now has no complaints. Haven't yet used it to install, say, Python versions, but I'm confident enough in this update for now.

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

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

From cb13a221cf0c56298fff4353e4ff5aaa6bbd6373 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Wed, 3 Jan 2024 20:43:47 -0800
Subject: [PATCH] rtx: rename to mise, update to 2024.1.4.

---
 srcpkgs/mise/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/rtx           |  1 +
 srcpkgs/rtx/template  | 25 -------------------------
 3 files changed, 32 insertions(+), 25 deletions(-)
 create mode 100644 srcpkgs/mise/template
 create mode 120000 srcpkgs/rtx
 delete mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
new file mode 100644
index 0000000000000..3cfb8f2c7f8a2
--- /dev/null
+++ b/srcpkgs/mise/template
@@ -0,0 +1,31 @@
+# Template file for 'mise'
+pkgname=mise
+version=2024.1.4
+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"
+short_desc="Dev tools, env vars, task runner"
+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=a729d383214fb78d60294ecc2c5d65996d903004337c0f565aface041f487485
+
+post_install() {
+	vlicense LICENSE
+	vman man/man1/mise.1
+	vdoc README.md
+	vcompletion completions/mise.bash bash mise
+	vcompletion completions/mise.fish fish mise
+	vcompletion completions/_mise zsh mise
+}
+
+rtx_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" (transitional dummy package)"
+}
diff --git a/srcpkgs/rtx b/srcpkgs/rtx
new file mode 120000
index 0000000000000..0d6c33bea9ee4
--- /dev/null
+++ b/srcpkgs/rtx
@@ -0,0 +1 @@
+mise
\ No newline at end of file
diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
deleted file mode 100644
index 37bb53029430f..0000000000000
--- a/srcpkgs/rtx/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'rtx'
-pkgname=rtx
-version=2023.10.1
-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"
-short_desc="Polyglot runtime manager (asdf rust clone)"
-maintainer="Daniel Lewan <daniel@teddydd.me>"
-license="MIT"
-homepage="https://github.com/jdxcode/rtx"
-changelog="https://github.com/jdxcode/rtx/releases"
-distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
-
-post_install() {
-	vlicense LICENSE
-	vman man/man1/rtx.1
-	vdoc README.md
-	vcompletion completions/rtx.bash bash rtx
-	vcompletion completions/rtx.fish fish rtx
-	vcompletion completions/_rtx zsh rtx
-}

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

* Re: [PR PATCH] [Closed]: rtx: rename to mise, update to 2024.1.4.
  2024-01-04  4:53 [PR PATCH] rtx: rename to mise, update to 2024.1.4 klardotsh
@ 2024-01-09 19:35 ` klardotsh
  2024-01-09 19:35 ` klardotsh
  1 sibling, 0 replies; 3+ messages in thread
From: klardotsh @ 2024-01-09 19:35 UTC (permalink / raw)
  To: ml

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

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

rtx: rename to mise, update to 2024.1.4.
https://github.com/void-linux/void-packages/pull/48060

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

#### Testing the changes
- I tested the changes in this PR: **briefly** - the `mise` CLI runs, `mise doctor` correctly understood that I had not set up the zsh hooks yet, evaling the enumerated file in my `~/.zshrc` worked, and `mise doctor` now has no complaints. Haven't yet used it to install, say, Python versions, but I'm confident enough in this update for now.

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

* Re: rtx: rename to mise, update to 2024.1.4.
  2024-01-04  4:53 [PR PATCH] rtx: rename to mise, update to 2024.1.4 klardotsh
  2024-01-09 19:35 ` [PR PATCH] [Closed]: " klardotsh
@ 2024-01-09 19:35 ` klardotsh
  1 sibling, 0 replies; 3+ messages in thread
From: klardotsh @ 2024-01-09 19:35 UTC (permalink / raw)
  To: ml

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

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/48060#issuecomment-1883661803

Comment:
Closing because I noticed an update came in; #48130 did the same work at a newer version

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

end of thread, other threads:[~2024-01-09 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-04  4:53 [PR PATCH] rtx: rename to mise, update to 2024.1.4 klardotsh
2024-01-09 19:35 ` [PR PATCH] [Closed]: " klardotsh
2024-01-09 19:35 ` klardotsh

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