python3-tmuxp: update to 1.36.0.

This commit is contained in:
Andrew J. Hesford 2024-02-08 15:48:56 -05:00
parent c82ff670c5
commit 41e34b599e

View File

@ -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
}