Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nushell: update to 0.82.0.
@ 2023-07-05 21:20 sirkhancision
  2023-07-06  6:05 ` icp1994
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sirkhancision @ 2023-07-05 21:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages nushell
https://github.com/void-linux/void-packages/pull/44869

nushell: update to 0.82.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From ecf7e4a037673b2e691ed0b62d3ac33fd8752bf8 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Wed, 5 Jul 2023 14:49:58 -0300
Subject: [PATCH] nushell: update to 0.82.0.

---
 .../patches/0001-use-system-libraries.patch   | 69 -------------------
 srcpkgs/nushell/template                      | 12 ++--
 2 files changed, 6 insertions(+), 75 deletions(-)
 delete mode 100644 srcpkgs/nushell/patches/0001-use-system-libraries.patch

diff --git a/srcpkgs/nushell/patches/0001-use-system-libraries.patch b/srcpkgs/nushell/patches/0001-use-system-libraries.patch
deleted file mode 100644
index 1cc665f5105d..000000000000
--- a/srcpkgs/nushell/patches/0001-use-system-libraries.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From b740aa919b96451231e26a6827b5cfe7bc568e22 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
- <jan.christian@gruenhage.xyz>
-Date: Wed, 8 Jun 2022 16:15:55 +0200
-Subject: [PATCH] use system libraries
-
----
- Cargo.lock                   | 1 -
- Cargo.toml                   | 2 +-
- crates/nu-cli/Cargo.toml     | 2 +-
- crates/nu-command/Cargo.toml | 4 ++--
- 4 files changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/Cargo.lock b/Cargo.lock
-index e2b876e3c..2d5772965 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -2208,7 +2208,6 @@ version = "0.25.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
- dependencies = [
-- "cc",
-  "pkg-config",
-  "vcpkg",
- ]
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db073901..318186fda 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -63,7 +63,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.78.0" }
- nu-utils = { path = "./crates/nu-utils", version = "0.78.0" }
- 
- nu-ansi-term = "0.47.0"
--reedline = { version = "0.18.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
- 
- rayon = "1.7.0"
- is_executable = "1.0.1"
-diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
-index 2d3ef54c4..d10497bcc 100644
---- a/crates/nu-cli/Cargo.toml
-+++ b/crates/nu-cli/Cargo.toml
-@@ -24,7 +24,7 @@ nu-utils = { path = "../nu-utils", version = "0.78.0" }
- nu-color-config = { path = "../nu-color-config", version = "0.78.0" }
- 
- nu-ansi-term = "0.47.0"
--reedline = { version = "0.18.0", features = ["bashisms", "sqlite"] }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
- 
- atty = "0.2.14"
- chrono = { default-features = false, features = ["std"], version = "0.4.23" }
-diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
-index ba02a8518..9006484fb 100644
---- a/crates/nu-command/Cargo.toml
-+++ b/crates/nu-command/Cargo.toml
-@@ -85,8 +85,8 @@ serde_yaml = "0.9.4"
- sha2 = "0.10.0"
- # Disable default features b/c the default features build Git (very slow to compile)
- percent-encoding = "2.2.0"
--reedline = { version = "0.18.0", features = ["bashisms", "sqlite"] }
--rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
-+reedline = { version = "0.18.0", features = ["bashisms", "sqlite-dynlib"] }
-+rusqlite = { version = "0.28.0", optional = true }
- sqlparser = { version = "0.32.0", features = ["serde"], optional = true }
- sysinfo = "0.28.2"
- tabled = "0.10.0"
--- 
-2.40.0
-
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index b01d8452a303..c0ea4d3a94e0 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.78.0
+version=0.82.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -14,16 +14,16 @@ license="MIT"
 homepage="https://www.nushell.sh/"
 changelog="https://www.nushell.sh/blog/"
 distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
-checksum=eff55bf4e0739113cfdc890c0ed90f46ebbfd722b49f7ce65e76b347733bc654
+checksum=587847feeb9fc06eb2a9da5ff05ffea5238fe5928ebea944c042838d8ad136e8
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*)
-		broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
-		;;
-	ppc*) broken="arrow-rs parquet is busted garbage";;
+i686*)
+	broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
+	;;
+ppc*) broken="arrow-rs parquet is busted garbage" ;;
 esac
 
 post_install() {

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

end of thread, other threads:[~2023-07-09  7:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-05 21:20 [PR PATCH] nushell: update to 0.82.0 sirkhancision
2023-07-06  6:05 ` icp1994
2023-07-06 14:04 ` hholst80
2023-07-06 14:09 ` icp1994
2023-07-06 20:17 ` sirkhancision
2023-07-07  0:25 ` [PR PATCH] [Updated] " sirkhancision
2023-07-07  0:43 ` sirkhancision
2023-07-07  6:07 ` icp1994
2023-07-09  7:12 ` [PR PATCH] [Merged]: " classabbyamp

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