From c8a1c9c1a2434d6781416a9561c48a0d3340ee4e Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 27 Oct 2022 22:03:54 +0200 Subject: [PATCH] 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 b23d8ad3949..afb81c37c77 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