summaryrefslogtreecommitdiff
path: root/app-misc/tmuxp/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-18 23:20:40 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-18 23:20:40 +0100
commitf39c6dab71f5188f95650d367ece1df4f263e474 (patch)
tree9c30c203b3f09174814c41e6a63aa3522c7b7610 /app-misc/tmuxp/files
parent1b295861f983d29f9bd5d5906c7ca3cee4cf1f9a (diff)
gentoo auto-resync : 18:09:2022 - 23:20:40
Diffstat (limited to 'app-misc/tmuxp/files')
-rw-r--r--app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch22
-rw-r--r--app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch13
2 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch b/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
deleted file mode 100644
index 4bdfe015474a..000000000000
--- a/app-misc/tmuxp/files/tmuxp-1.6.4-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/tests/test_cli.py b/tests/test_cli.py
-index 1e14e51..6945c2b 100644
---- a/tests/test_cli.py
-+++ b/tests/test_cli.py
-@@ -486,7 +486,7 @@ session_name: hello
- '{SESSION_NAME}',
- '{WINDOW_NAME}',
- '-c',
-- 'print(pane.id)',
-+ 'print(getattr(pane, "id", "{PANE_ID}"))',
- ],
- [],
- {},
-@@ -496,7 +496,7 @@ session_name: hello
- [
- '-L{SOCKET_NAME}',
- '-c',
-- 'print(pane.id)',
-+ 'print(getattr(pane, "id", "{PANE_ID}"))',
- ],
- [],
- {'TMUX_PANE': '{PANE_ID}'},
diff --git a/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch b/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch
deleted file mode 100644
index a4450e37c11e..000000000000
--- a/app-misc/tmuxp/files/tmuxp-1.9.4-relax-click-dep.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 228a1ae..e24f106 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -49,7 +49,7 @@ tmuxp = 'tmuxp:cli.cli'
-
- [tool.poetry.dependencies]
- python = "^3.7"
--click = ">7,<8.1"
-+click = ">7.0"
- kaptan = ">=0.5.10"
- libtmux = "~0.10.3"
- colorama = ">=0.3.9"