From 78a1522bb58a9461c46b406a021bdc3e27e4ae6a Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 27 Oct 2022 22:03:54 +0200 Subject: [PATCH 1/2] python3-libtmux: update to 0.15.8. --- srcpkgs/python3-libtmux/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template index e4f3736977de..ca39cb4387fd 100644 --- a/srcpkgs/python3-libtmux/template +++ b/srcpkgs/python3-libtmux/template @@ -1,6 +1,6 @@ # Template file for 'python3-libtmux' pkgname=python3-libtmux -version=0.11.0 +version=0.15.8 revision=1 wrksrc="libtmux-${version}" build_style=python3-module @@ -10,8 +10,9 @@ short_desc="Python binding for tmux" maintainer="Alexander Egorenkov " license="MIT" homepage="https://github.com/tmux-python/libtmux" +changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES" distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz" -checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c +checksum=cf352a645ebeaa5046ad0593cc01d691d77f8b3af1660327a6433cc6276ab796 # Disable check which uses pip to pull external python packages make_check=no From b3d5691169225312900ce743d8b4ef6c122bd9f2 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 27 Oct 2022 22:34:28 +0200 Subject: [PATCH 2/2] python3-tmuxp: update to 1.17.1. --- srcpkgs/python3-tmuxp/template | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template index 22725c04b3d2..a28fde1ab878 100644 --- a/srcpkgs/python3-tmuxp/template +++ b/srcpkgs/python3-tmuxp/template @@ -1,26 +1,24 @@ # Template file for 'python3-tmuxp' pkgname=python3-tmuxp -version=1.10.1 +version=1.17.1 revision=1 wrksrc="tmuxp-${version}" build_style=python3-module +# XXX: test hangs and crashes midway +make_check_args="--ignore tests/test_workspacebuilder.py" +make_check_target=tests hostmakedepends="python3-setuptools" -depends="python3 python3-setuptools python3-colorama python3-click - python3-kaptan python3-libtmux" -checkdepends="python3-pytest $depends tmux" +depends="python3-colorama python3-click python3-yaml python3-libtmux" +checkdepends="python3-pytest python3-pytest-mock $depends tmux" short_desc="Session manager for tmux" maintainer="Alexander Egorenkov " license="MIT" homepage="https://github.com/tmux-python/tmuxp/" +changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz" -checksum=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92 +checksum=60df9d935ee37daee564bcfd13a2c219f1634d7436a932e71486fd6638edd998 conflicts="python-tmuxp>=0" -do_check() { - # XXX: test hangs and crashes midway - python3 -m pytest -k 'not workspacebuilder' -} - post_install() { vlicense LICENSE }