python3-tmuxp: update to 1.36.0.
This commit is contained in:
parent
c82ff670c5
commit
41e34b599e
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-tmuxp'
|
# Template file for 'python3-tmuxp'
|
||||||
pkgname=python3-tmuxp
|
pkgname=python3-tmuxp
|
||||||
version=1.31.0
|
version=1.36.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# XXX: https://github.com/tmux-python/tmuxp/issues/855
|
# XXX: https://github.com/tmux-python/tmuxp/issues/855
|
||||||
|
@ -14,9 +14,13 @@ license="MIT"
|
||||||
homepage="https://tmuxp.git-pull.com/"
|
homepage="https://tmuxp.git-pull.com/"
|
||||||
changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
|
changelog=https://raw.githubusercontent.com/tmux-python/tmuxp/master/CHANGES
|
||||||
distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
|
||||||
checksum=263977a1eea6d05ee138c232028f7ec6d4c17dea9ed8fc2eab73666ad859aa73
|
checksum=4c6a989514fb645b66c922975d10c5b94f92879faa97866d550c39988eacee03
|
||||||
conflicts="python-tmuxp>=0"
|
conflicts="python-tmuxp>=0"
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
vsed -i -e '/addopts =/d' pyproject.toml
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue