aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
blob: 1ac87578ce5abf6ff4c75229617d79496fc97d0b (about) (plain)
blob size (135KB) exceeds display size limit (100KB).
td> 2024-10-04gnu: Add oils....Since release 0.16.0 the former Oil project has been renamed to Oils (https://www.oilshell.org/blog/2023/03/rename.html). This patch deprecates the old oil package in favor of a new oils package updated to the latest version. Additionally since release 0.21.0 Oils is completely free from bundled Python code. * gnu/packages/shells.scm (oils): New variable; [source]: Remove mention of bundled Python sources, from release 0.21.0 it is no more the case; [phases]: use Oils build system. (oil): Deprecate in favor of oils. Change-Id: I4455ec1e6f4335cc6e67cd8f2c3808e2aef24c4f Signed-off-by: Ludovic Courtès <ludo@gnu.org> Giacomo Leidi 2024-09-16gnu: oksh: Update to 7.5....* gnu/packages/shells.scm (oksh): Update to 7.5. [source]: Download from github official portable oksh project. [home-page]: Updated to maintaners url. [synopsis, description]: Improved with text from oksh README. [license]: Fixed license. Change-Id: I06f7b6210b6d725678452c5130b09c3fb382ebca Signed-off-by: Ludovic Courtès <ludo@gnu.org> Luís Henriques 2024-09-02gnu: xonsh: Update to 0.18.3....* gnu/packages/shells.scm (xonsh): Update to 0.18.3. [arguments]: Skip more failing tests. Change-Id: I6906cad3b04e81b2424e3f014a9165bb530391eb Vinicius Monego 2024-08-31gnu: tcsh: Add libxcrypt dependency....* gnu/packages/shells.scm (tcsh): Add libxcrypt dependency. Change-Id: I13f37b73d8a8a618dfa628e7341b4e3bbfc018b2 Josselin Poiret 2024-07-28gnu: xonsh: Update to 0.18.2....* gnu/packages/shells.scm (xonsh): Update to 0.18.2. [source](snippet): Adjust substitution filenames and delete the vendored ply package. [arguments]<#:test-flags>: Skip new failing test. Change-Id: I9a975c9ab200075cbbfe6daf1892c33cb5c3a624 Vinicius Monego 2024-07-19gnu: nushell: Update to 0.91.0....* gnu/packages/shells.scm (nushell): Update to 0.91.0. [source]: Download from the crates-io release. [arguments]: Don't skip the tests. Add cargo-test-flags. Don't install the sources. [cargo-inputs]: Add rust-crossterm-0.27, rust-log-0.4, rust-miette-7, rust-mimalloc-0.1, rust-nix-0.27, rust-nu-cli-0.91, rust-nu-cmd-base-0.91, rust-nu-cmd-dataframe-0.91, rust-nu-cmd-extra-0.91, rust-nu-cmd-lang-0.91, rust-nu-explore-0.91, rust-nu-lsp-0.91, rust-nu-std-0.91, rust-nu-utils-0.91, rust-openssl-0.10, rust-reedline-0.30, rust-serde-json-1, rust-simplelog-0.12, rust-time-0.3, rust-winresource-0.1. Replace rust-nu-cli-0.44 with 0.91, rust-nu-command-0.44 with 0.91, rust-nu-engine-0.44 with 0.91, rust-nu-parser-0.44 with 0.91, rust-nu-path-0.44 with 0.91, rust-nu-plugin-0.44 with 0.91, rust-nu-protocol-0.44 with 0.91. Remove rust-futures-0.3, rust-mp4-0.9, rust-nu-source-0.44, rust-nu-value-ext-0.44, rust-nu-plugin-binaryview-0.44, rust-nu-plugin-chart-0.44, rust-nu-plugin-from-bson-0.44, rust-nu-plugin-from-sqlite-0.44, rust-nu-plugin-inc-0.44, rust-nu-plugin-match-0.44, rust-nu-plugin-query-json-0.44, rust-nu-plugin-s3-0.44, rust-nu-plugin-selector-0.44, rust-nu-plugin-start-0.44, rust-nu-plugin-textview-0.44, rust-nu-plugin-to-bson-0.44, rust-nu-plugin-to-sqlite-0.44, rust-nu-plugin-tree-0.44, rust-nu-plugin-xpath-0.44. [cargo-development-inputs]: Add rust-assert-cmd-2, rust-divan-0.1, rust-pretty-assertions-1, rust-tempfile-3. Replace rust-nu-test-support-0.44 with 0.91, rust-rstest-0.10 with 0.18, rust-serial-test-0.5 with 3. [native-inputs]: Remove python. [inputs]: Add mimalloc. Remove curl, libgit2, libx11, libxcb, zlib. (rust-nu-cli-0.44, rust-nu-command-0.44, rust-nu-completion-0.44, rust-nu-data-0.44, rust-nu-engine-0.44, rust-nu-errors-0.44, rust-nu-json-0.44, rust-nu-parser-0.44, rust-nu-path-0.44, rust-nu-plugin-0.44, rust-nu-plugin-binaryview-0.44, rust-nu-plugin-chart-0.44, rust-nu-plugin-from-bson-0.44, rust-nu-plugin-from-sqlite-0.44, rust-nu-plugin-inc-0.44, rust-nu-plugin-match-0.44, rust-nu-plugin-query-json-0.44, rust-nu-plugin-s3-0.44, rust-nu-plugin-selector-0.44, rust-nu-plugin-start-0.44, rust-nu-plugin-textview-0.44, rust-nu-plugin-to-bson-0.44, rust-nu-plugin-to-sqlite-0.44, rust-nu-plugin-tree-0.44, rust-nu-plugin-xpath-0.44, rust-nu-pretty-hex-0.44, rust-nu-protocol-0.44, rust-nu-serde-0.44, rust-nu-source-0.44, rust-nu-stream-0.44, rust-nu-table-0.44, rust-nu-test-support-0.44, rust-nu-value-ext-0.44): Remove variables. (rust-nu-cli-0.91, rust-nu-cmd-base-0.91, rust-nu-cmd-dataframe-0.91, rust-nu-cmd-extra-0.91, rust-nu-cmd-lang-0.91, rust-nu-color-config-0.91, rust-nu-command-0.91, rust-nu-engine-0.91, rust-nu-explore-0.91, rust-nu-glob-0.91, rust-nu-json-0.91, rust-nu-lsp-0.91, rust-nu-parser-0.91, rust-nu-path-0.91, rust-nu-plugin-0.91, rust-nu-pretty-hex-0.91, rust-nu-protocol-0.91, rust-nu-std-0.91, rust-nu-system-0.91, rust-nu-table-0.91, rust-nu-term-grid-0.91, rust-nu-test-support-0.91, rust-nu-utils-0.91): New variables. Change-Id: I431220407f2ea95e28c04036170c2b8a2655290a Efraim Flashner 2024-07-19gnu: Add rust-nu-ansi-term-0.50....* gnu/packages/shells.scm (rust-nu-ansi-term-0.50): New variable. (rust-nu-ansi-term-0.49): Inherit from rust-nu-ansi-term-0.50. Change-Id: I8ba9e3bae5e434bf1351e94e6d05cec4e7ce8f1c Efraim Flashner