app-shells / nushell

A new type of shell, written in Rust

Official package sites : https://www.nushell.sh/ ·

v0.74.0-r1 :: 0 :: gentoo

Modified
License
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unlicense ZLIB
Keywords
~amd64 ~arm64 ~ppc64 ~riscv
USE flags
dataframe debug

General

dataframe
Dataframe feature for nushell
debug
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces

dev-db / sqlite : SQL database engine

dev-libs / libgit2 : A linkable library for Git

dev-libs / oniguruma : Regular expression library for different character encodings

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

net-libs / libssh2 : Library implementing the SSH2 protocol

net-libs / nghttp2 : HTTP/2 C Library

net-misc / curl : A Client that groks URLs

x11-libs / libX11 : X.Org X11 library

x11-libs / libxcb : X C-language Bindings library

dev-db / sqlite : SQL database engine

dev-libs / libgit2 : A linkable library for Git

dev-libs / oniguruma : Regular expression library for different character encodings

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

net-libs / libssh2 : Library implementing the SSH2 protocol

net-libs / nghttp2 : HTTP/2 C Library

net-misc / curl : A Client that groks URLs

x11-libs / libX11 : X.Org X11 library

x11-libs / libxcb : X C-language Bindings library

796827
app-shells/nushell-0.32.0 does not respect CFLAGS/LDFLAGS
807547
app-shells/nushell-0.32.0-r1 - error[E0495]: cannot infer an appropriate lifetime due to conflicting requirements
836607
app-shells/nushell-0.60.0 fails test - test shell::pipeline::commands::external::stdin_evaluation::does_not_panic_with_no_newline_
854870
app-shells/nushell-0.64.0 fails to compile (lto): undefined reference to LZ4_compress_fast
855884
app-shells/nushell-0.64.0 - rustc: .../APInt.h:1470: uint64_t llvm::APInt::getZExtValue() const: Assertion getActiveBits() <= 64 &
857561
app-shells/nushell-0.70.0 fails to compile: error: could not compile arrow2
864031
app-shells/nushell: 'cargo audit' reports one or more bundled CRATES as vulnerable
864424
app-shells/nushell-0.66.2 - Assertion failed: getActiveBits() <= 64 && Too many bits for uint64_t (/.../APInt.h: getZExtValue: 147
Repository mirror & CI · gentoo
Merge updates from master
Jonas Frei · gentoo
app-shells/nushell: app-shells/nushell Removed 'extra' USE flag, added 'dataframe' USE flag.
Closes: https://github.com/gentoo/gentoo/pull/29352 Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Violet Purcell · gentoo
app-shells/nushell: drop 0.69.1, 0.70.0, 0.71.0
Closes: https://github.com/gentoo/gentoo/pull/29324 Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Violet Purcell · gentoo
app-shells/nushell: add 0.74.0
Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Violet Purcell · gentoo
app-shells/nushell: add 0.71.0
Closes: https://github.com/gentoo/gentoo/pull/28273 Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: drop 0.65.0, 0.66.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Zac Medico · gentoo
app-shells/nushell: add 0.70.0
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: add 0.69.1
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: add 0.66.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: drop 0.63.1, 0.64.0
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: add 0.65.0
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: add 0.64.0
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Zac Medico · gentoo
app-shells/nushell: drop 0.43.0, 0.60.0, 0.61.0, 0.62.0, 0.62.0-r1
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Randy Barlow · gentoo
app-shells/nushell: Add 0.63.1
This commit also makes the following changes: * Drop the fix for https://github.com/nushell/nushell/issues/4900 as it is no longer necessary. * Add a patch to use reedline from crates.io. * Depend on virtual/rust-1.60 instead of dev-lang/rust-1.60. Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/25694 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Randy Barlow · gentoo
app-shells/nushell: Use Rust 1.60 to avoid nightly
This commit adjusts nushell to use a minimum Rust version of 1.60 so that we can drop the requirement on Rust nightly. Closes: https://github.com/gentoo/gentoo/pull/25583 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: add 0.62.0
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: add 0.61.0
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: drop 0.41.0, 0.42.0
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Randy Barlow · gentoo
app-shells/nushell: Add 0.60.0
https://www.nushell.sh/blog/2022-03-22-nushell_0_60.html Closes: https://github.com/gentoo/gentoo/pull/24719 Closes: https://bugs.gentoo.org/835826 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: Bump to version 0.43.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: Bump to version 0.42.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Zac Medico · gentoo
app-shells/nushell: Remove old versions
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Yongxiang Liang · gentoo
app-shells/nushell: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: Bump to version 0.41.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: Bump to version 0.40.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: Bump to version 0.39.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Georgy Yakovlev · gentoo
app-shells/nushell: fix BDEPEND
at least rust-1.51.0 is required cmake is no longer needed Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Georgy Yakovlev · gentoo
app-shells/nushell: revbump, add system deps
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Zac Medico · gentoo
app-shells/nushell: Initial import
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>