Commit Graph

46 Commits

Author SHA1 Message Date
Otavio Salvador
48001e7136 tmuxp: 1.43.0 -> 1.45.0 2024-03-27 12:43:52 +00:00
Otavio Salvador
603e0a0982 tmuxp: 1.39.0 -> 1.43.0
Fixes: #297760.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-03-21 16:23:06 -03:00
Mario Rodas
716d79eef3 tmuxp: 1.34.0 -> 1.39.0
Changelog: https://github.com/tmux-python/tmuxp/raw/v1.39.0/CHANGES
2024-02-27 18:41:31 +01:00
Otavio Salvador
cac10ee051 tmuxp: add myself as co-maintainer
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-01-14 17:40:20 -03:00
Otavio Salvador
3e924be8a8 tmuxp: 1.29.0 -> 1.34.0
Fixes:

,----
| error: builder for '/nix/store/n9ram8wgn9niqm78wraxh4l21c4rfl2q-tmuxp-1.29.0.drv' failed with exit code 1;
|        last 10 log lines:
|        > Creating a wheel...
|        > * Getting build dependencies for wheel...
|        > * Building wheel...
|        > Successfully built tmuxp-1.29.0-py3-none-any.whl
|        > Finished creating a wheel...
|        > Finished executing pypaBuildPhase
|        > Running phase: pythonRuntimeDepsCheckHook
|        > Executing pythonRuntimeDepsCheck
|        > Checking runtime dependencies for tmuxp-1.29.0-py3-none-any.whl
|        >   - libtmux<0.24.0,>=0.23.0 not satisfied by version 0.25.0
|        For full logs, run 'nix log /nix/store/n9ram8wgn9niqm78wraxh4l21c4rfl2q-tmuxp-1.29.0.drv'.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-01-14 17:34:08 -03:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Theodore Ni
71f65ac99a
tmuxp: 1.28.1 -> 1.29.0 2023-08-29 10:39:27 -07:00
Otavio Salvador
95639352ac tmuxp: remove pypkgs binding to avoid indirection
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-06-26 10:36:30 -03:00
Otavio Salvador
643ed53564 tmuxp: fix shell completion generation
tmuxp 1.17+ uses shtab to generate the shell completion. This commit
adapts the code to properly generate the shell completion module.

A side effect of use of shtab is that fish is not supported so it has
been removed from postInstall.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-06-26 10:36:30 -03:00
Franz Pletz
524d0f7142 tmuxp: 1.27.0 -> 1.28.1 2023-06-24 13:42:09 -03:00
Weijia Wang
13600367b2 treewide: misc: use top-level fetchPypi 2023-05-25 17:07:31 +03:00
Otavio Salvador
c4724df7db tmuxp: 1.23.0 -> 1.27.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-02-02 15:59:11 -03:00
Martin Ertsås
a8e35d0131
tmuxp: 1.12.1 -> 1.23.0
tmuxp 1.12.1 depends on a libtmux where you can import which from the
library. This has been changed in libtmux, and we now need to use
shutil.which to avoid the error:

ImportError: cannot import name 'which' from 'libtmux.common'

Updating the package fixes this issue.
2023-01-20 20:26:55 +01:00
Mario Rodas
f401b58ff6 tmuxp: update meta 2022-08-13 04:45:00 +00:00
Mario Rodas
0aa1c74387 tmuxp: install completions 2022-08-12 23:45:00 -05:00
Mario Rodas
e64306119c tmuxp: 1.11.0 -> 1.12.1
https://github.com/tmux-python/tmuxp/releases/tag/v1.12.0
https://github.com/tmux-python/tmuxp/releases/tag/v1.12.1
2022-08-13 04:45:00 +00:00
Otavio Salvador
7c01ec626b tmuxp: 1.9.2 -> 1.11.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-04-25 21:07:47 -07:00
Peter Hoeg
9a53c8f4f2 tmuxp: 1.7.2 -> 1.9.2 2021-06-29 23:01:04 -07:00
R. RyanTM
8679c62605 tmuxp: 1.7.0 -> 1.7.2 2021-03-10 02:58:15 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
b3daf3ebc5 tmuxp: 1.6.3 -> 1.7.0 2021-01-12 05:52:09 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
79a9101691 tmuxp: 1.6.2 -> 1.6.3 2020-11-25 04:55:20 +00:00
R. RyanTM
7888921107 tmuxp: 1.5.8 -> 1.6.2 2020-11-10 22:19:16 -08:00
R. RyanTM
bb1b9c501d tmuxp: 1.5.6 -> 1.5.8 2020-11-01 03:50:30 +00:00
R. RyanTM
efb6a98750 tmuxp: 1.5.5 -> 1.5.6 2020-10-15 03:43:45 +00:00
R. RyanTM
4dcc08ba58 tmuxp: 1.5.4 -> 1.5.5 2020-07-30 15:01:15 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
821401e72c tmuxp: 1.5.3 -> 1.5.4 2019-11-29 13:48:36 -08:00
R. RyanTM
7972fb297a tmuxp: 1.5.1 -> 1.5.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tmuxp/versions
2019-06-18 08:20:33 -07:00
Jascha Geerds
ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
R. RyanTM
d41f80f857 tmuxp: 1.5.0a1 -> 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/tmuxp/versions
2019-03-02 21:11:15 -08:00
Mario Rodas
154ace0538
tmuxp: 1.4.2 -> 1.5.0a1 2019-01-06 11:35:21 -05:00
R. RyanTM
1d2f4d6b37 tmuxp: 1.4.0 -> 1.4.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/tmuxp/versions
2018-10-03 02:02:15 -07:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan
5087dd449d tmuxp: 1.3.5 -> 1.4.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped --help` got 0 exit code
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped -V` and found version 1.4.0
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped --version` and found version 1.4.0
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp --help` got 0 exit code
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp -V` and found version 1.4.0
- ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp --version` and found version 1.4.0
- found 1.4.0 with grep in /nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0
2018-03-15 10:21:25 -07:00
Frederik Rietdijk
b4d9aaabda tmuxp: 1.3.4 -> 1.3.5 2018-01-20 13:14:07 +01:00
mimadrid
765091d80b
tmuxp: 1.3.1 -> 1.3.4 2017-11-04 08:25:03 +01:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
rnhmjoj
805ee69aa3
tmuxp: 1.2.7 -> 1.3.1 2017-06-02 11:58:37 +02:00
Franz Pletz
99ff573194
tmuxp: 1.2.2 -> 1.2.7 2017-03-28 20:14:19 +02:00
Lancelot SIX
4cf8ae3a8c
pythonPackages.pytest: use pytest_30 2017-01-31 09:33:05 +01:00
Jascha Geerds
30a3a09857 tmuxp: 1.2.0 -> 1.2.2 2016-10-11 23:53:02 +02:00
Jascha Geerds
deb59785b0
tmuxp: Add pytest-rerunfailures to dependencies
(cherry picked from commit 6fc67944bf8a9841b649c8d36f852ce65bbae0e1)
(cherry picked from commit f0d1ac606232a02771343f6ad84d4c769ae2ad54)
2016-09-13 09:23:24 +02:00
Jascha Geerds
4bef63d227 tmuxp: Add dependency to pytest 2016-09-08 13:48:45 +02:00
Jascha Geerds
9cc42ade37 tmuxp: init at 1.2.0 2016-08-01 16:02:50 +02:00