Commit Graph

42 Commits

Author SHA1 Message Date
Philip Taron
4dbb808a7d
treewide: use stdenv.buildPlatform.canExecute (#350195) 2024-10-23 13:05:50 -07:00
Peder Bergebakken Sundt
e77269f1f1 visidata: use stdenv.buildPlatform.canExecute 2024-10-21 11:47:20 +02:00
euxane
65dc12ea22 visidata: 3.0.2 -> 3.1.1
Changelog: https://github.com/saulpw/visidata/releases/tag/v3.1.1

The now obsolete patches have been removed.
New dependencies for the msgpack loader have been registered here.
The test for the fecfile loader is disabled because we do not have
the required dependency in nixpkgs.
2024-10-19 16:30:38 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
László Vaskó
b4f112c52d visidata: fix tests on Python 3.12
The package fails to build since the default Python revision is
updated in nixpkgs.

Fixes: #326083
2024-07-15 14:38:01 +02:00
Markus Hauck
da119d0dc5 visidata: 3.0.1 -> 3.0.2 2024-01-17 08:34:11 +01:00
Markus Hauck
fd15e32c82 visidata: 3.0 -> 3.0.1 2024-01-08 09:54:15 +01:00
Markus Hauck
7353431cbf visidata: 2.11.1 -> 3.0 2024-01-04 09:10:05 +01:00
pacien
79a2e28f11 visidata: 2.11 -> 2.11.1 2023-10-29 19:52:22 +01:00
wzy
4c580b0107
visidata: fix #202165, add shell completions (#223894)
* visidata: fix #202165, add shell completions

* visidata: replace pname with _visidata

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2023-03-30 15:00:49 -03:00
Markus Hauck
86b3441948 visidata: 2.10.2 -> 2.11 2023-03-25 20:17:40 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Daniel Nagy
fb8aaadfd7
visidata: 2.9.1 -> 2.10.2
Changelog: https://github.com/saulpw/visidata/blob/v2.10.2/CHANGELOG.md
2022-11-30 11:22:46 +01:00
7c6f434c
30a1db43d3
Merge pull request #182011 from AndrewKvalheim/visidata/xclip
visidata: add runtime dependency of clipboard commands
2022-07-26 05:18:41 +00:00
Sebastián Mancilla
5fd3be6511 visidata: 2.8 -> 2.9.1 2022-07-21 22:48:04 -04:00
Andrew Kvalheim
3c7cb614f1 visidata: add runtime dependency of clipboard commands
VisiData’s system clipboard commands—

  - Edit → Copy → to system clipboard → …
  - Edit → Paste → from system clipboard → …

—execute subprocesses defined by configuration options:

  - options.clipboard_copy_cmd
  - options.clipboard_paste_cmd

On Linux, these options default to using `xclip`:

  - https://github.com/saulpw/visidata/blob/v2.8/visidata/clipboard.py#L11-L22

Without it, the system clipboard commands fail with:

    FileNotFoundError: [Errno 2] No such file or directory: 'xclip'
2022-07-20 15:02:16 -07:00
Mario Rodas
4307907d72 python39Packages.pdfminer-six: add alias to pdfminer 2022-05-25 23:47:50 -07:00
R. Ryantm
cf1895ec98 visidata: 2.7.1 -> 2.8 2021-12-17 11:18:09 +00:00
Markus Hauck
d8b840f954 visidata: 2.7 -> 2.7.1 2021-11-16 09:58:40 +01:00
Markus Hauck
12faa4aaf6 visidata: 2.6.1 -> 2.7 2021-11-15 07:38:14 +01:00
R. RyanTM
dde4e813d3 visidata: 2.6 -> 2.6.1 2021-09-30 20:18:20 +00:00
pacien
84cf92039c visidata: 2.5 -> 2.6 2021-09-20 14:40:11 +02:00
Felix Buehler
82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
pacien
f1313a80c9 visidata: 2.4 -> 2.5 2021-07-09 21:04:16 +02:00
Robert Schütz
1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
pacien
4a8d262c7c visidata: enable tests 2021-06-17 01:46:49 +02:00
pacien
d291623887 visidata: add missing dependencies 2021-06-16 03:54:09 +02:00
pacien
fb8b11917e visidata: 2.2.1 -> 2.4 2021-05-09 10:49:52 +02:00
Daniel Nagy
fbaa40d9f0
visidata: remove platforms from metadata
because `buildPythonApplication` sets it already.
2021-04-01 17:59:50 +02:00
Daniel Nagy
4af272925e
visidata: add changelog 2021-04-01 17:59:46 +02:00
R. RyanTM
2a17d5dd4d visidata: 2.2 -> 2.2.1 2021-02-09 00:13:44 +00:00
R. RyanTM
9a0574ca8d visidata: 2.1.1 -> 2.2 2021-02-03 03:42:20 +00:00
R. RyanTM
9708bf6d96 visidata: 2.1 -> 2.1.1 2021-01-04 13:51:00 +00:00
R. RyanTM
5e81263cfd visidata: 2.0.1 -> 2.1 2020-12-08 08:57:43 +00:00
Matthieu Coudron
b2bde30def visidata: 1.5.2 -> 2.0.1
also added way to open .pcap file.
2020-10-19 10:54:08 +02:00
Badi' Abdul-Wahid
b3329478be
visidata: add darwin to supported platforms 2020-05-12 16:55:12 -05:00
Matthieu Coudron
d21cf30353 visidata: add setuptools
and ran nixpkgs-fmt.

This allows to access visidata's help via ctrl+H.
2020-03-23 20:50:30 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
538591a952 visidata: 1.5.1 -> 1.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visidata/versions
2019-01-26 19:52:36 -08:00
R. RyanTM
df1e972cd4 visidata: 1.5 -> 1.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visidata/versions
2019-01-01 19:46:40 -08:00
R. RyanTM
5f93093d14 visidata: 1.3.1 -> 1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visidata/versions
2018-11-08 08:58:00 -08:00
Michael Raskin
16c329f3da visidata: init at 1.3.1 2018-10-23 12:00:11 +03:00