From a6e8cad601fac9e44c62fd22d586023fea90ea51 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.10. --- srcpkgs/python3-libtmux/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template index b23d8ad394980a..afb81c37c77fba 100644 --- a/srcpkgs/python3-libtmux/template +++ b/srcpkgs/python3-libtmux/template @@ -1,18 +1,19 @@ # Template file for 'python3-libtmux' pkgname=python3-libtmux -version=0.11.0 -revision=2 +version=0.15.10 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" +checkdepends="python3-pytest-mock tmux" short_desc="Python binding for tmux" maintainer="Alexander Egorenkov " license="MIT" -homepage="https://github.com/tmux-python/libtmux" +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=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c -# Disable check which uses pip to pull external python packages -make_check=no +checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2 +make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin" post_install() { vlicense LICENSE From 8e2a93a7db02685d17bda1fab017bca3bc45f4b4 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.18.2. --- srcpkgs/python3-tmuxp/template | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template index ed180ff1e744d8..57d87c5f4d9351 100644 --- a/srcpkgs/python3-tmuxp/template +++ b/srcpkgs/python3-tmuxp/template @@ -1,25 +1,22 @@ # Template file for 'python3-tmuxp' pkgname=python3-tmuxp -version=1.10.1 -revision=2 +version=1.18.2 +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" -depends="python3 python3-setuptools python3-colorama python3-click - python3-kaptan python3-libtmux" -checkdepends="python3-pytest $depends tmux" +depends="python3-colorama python3-yaml python3-libtmux" +checkdepends="python3-pytest-mock $depends tmux" short_desc="Session manager for tmux" maintainer="Alexander Egorenkov " license="MIT" -homepage="https://github.com/tmux-python/tmuxp/" +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=7ac9556d3a92cedf703846532e5ae8004f1c37731d686a54b046fa01f38b7c92 +checksum=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5 conflicts="python-tmuxp>=0" -do_check() { - # XXX: test hangs and crashes midway - python3 -m pytest -k 'not workspacebuilder' -} - post_install() { vlicense LICENSE }