From f159954039e4c50739bd7c1095b099a4ba08f92c Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Sun, 17 Sep 2023 11:52:37 +0200 Subject: [PATCH 1/2] python3-libtmux: update to 0.23.2 Signed-off-by: Alexander Egorenkov --- srcpkgs/python3-libtmux/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template index afb81c37c77fb..d8f94f6a803f7 100644 --- a/srcpkgs/python3-libtmux/template +++ b/srcpkgs/python3-libtmux/template @@ -1,9 +1,9 @@ # Template file for 'python3-libtmux' pkgname=python3-libtmux -version=0.15.10 +version=0.23.2 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" depends="python3" checkdepends="python3-pytest-mock tmux" short_desc="Python binding for tmux" @@ -12,7 +12,7 @@ license="MIT" homepage="https://libtmux.git-pull.com/" changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES" distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz" -checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2 +checksum=eb3e8fb803e4e7c9ce515c93a95145aa6a0b58ddb2ae532daf9fad879609971d make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin" post_install() { From 25cafca2c0bdd9075a338d8a9e8cda0322840b80 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Sun, 17 Sep 2023 11:52:57 +0200 Subject: [PATCH 2/2] python3-tmuxp: update to 1.30.1 Signed-off-by: Alexander Egorenkov --- srcpkgs/python3-tmuxp/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template index 57d87c5f4d935..9bd0ddfa896ba 100644 --- a/srcpkgs/python3-tmuxp/template +++ b/srcpkgs/python3-tmuxp/template @@ -1,11 +1,11 @@ # Template file for 'python3-tmuxp' pkgname=python3-tmuxp -version=1.18.2 +version=1.30.1 revision=1 -build_style=python3-module -# XXX: test hangs and crashes midway -make_check_args="--deselect tests/workspace/test_builder.py::test_automatic_rename_option" -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +# XXX: https://github.com/tmux-python/tmuxp/issues/855 +make_check_args="--deselect tests/workspace/test_builder.py::test_window_shell" +hostmakedepends="python3-poetry-core" depends="python3-colorama python3-yaml python3-libtmux" checkdepends="python3-pytest-mock $depends tmux" short_desc="Session manager for tmux" @@ -14,7 +14,7 @@ license="MIT" homepage="https://tmuxp.git-pull.com/" changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz" -checksum=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5 +checksum=c94123a0ed19c8c54b120a1d92f386aecf4adaf95184decc10d6441f36c446a3 conflicts="python-tmuxp>=0" post_install() {