From 2a65950bd28128d92e2b381b6af6f775201bde6d Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Sun, 17 Sep 2023 11:52:57 +0200 Subject: [PATCH] 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 57d87c5f4d9..9bd0ddfa896 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() {