From 41e34b599e465efa909e704a4a7d301afe6e6571 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 8 Feb 2024 15:48:56 -0500 Subject: [PATCH] python3-tmuxp: update to 1.36.0. --- srcpkgs/python3-tmuxp/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template index e5409e66a68..72a1824109f 100644 --- a/srcpkgs/python3-tmuxp/template +++ b/srcpkgs/python3-tmuxp/template @@ -1,6 +1,6 @@ # Template file for 'python3-tmuxp' pkgname=python3-tmuxp -version=1.31.0 +version=1.36.0 revision=1 build_style=python3-pep517 # XXX: https://github.com/tmux-python/tmuxp/issues/855 @@ -14,9 +14,13 @@ 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=263977a1eea6d05ee138c232028f7ec6d4c17dea9ed8fc2eab73666ad859aa73 +checksum=4c6a989514fb645b66c922975d10c5b94f92879faa97866d550c39988eacee03 conflicts="python-tmuxp>=0" +pre_check() { + vsed -i -e '/addopts =/d' pyproject.toml +} + post_install() { vlicense LICENSE }