diff options
author | Daniel Lewan <vision360.daniel@gmail.com> | 2022-10-27 20:34:28 +0000 |
---|---|---|
committer | Michal Vasilek <michal@vasilek.cz> | 2022-11-22 21:45:05 +0000 |
commit | e278b0912501fa8525e7c258ba6d8fed4e745324 (patch) | |
tree | 79fcea6b84aacebde1332f0c711cf8ee82f5ef01 | |
parent | c8a1c9c1a2434d6781416a9561c48a0d3340ee4e (diff) | |
download | void-packages-e278b0912501fa8525e7c258ba6d8fed4e745324.tar void-packages-e278b0912501fa8525e7c258ba6d8fed4e745324.tar.gz void-packages-e278b0912501fa8525e7c258ba6d8fed4e745324.tar.bz2 void-packages-e278b0912501fa8525e7c258ba6d8fed4e745324.tar.lz void-packages-e278b0912501fa8525e7c258ba6d8fed4e745324.tar.xz void-packages-e278b0912501fa8525e7c258ba6d8fed4e745324.tar.zst void-packages-e278b0912501fa8525e7c258ba6d8fed4e745324.zip |
python3-tmuxp: update to 1.18.2.
-rw-r--r-- | srcpkgs/python3-tmuxp/template | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template index ed180ff1e74..57d87c5f4d9 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 <egorenar-dev@posteo.net>" 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 } |