mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-tmuxp: update to 1.30.1
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
This commit is contained in:
parent
202459919c
commit
2a65950bd2
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-tmuxp'
|
# Template file for 'python3-tmuxp'
|
||||||
pkgname=python3-tmuxp
|
pkgname=python3-tmuxp
|
||||||
version=1.18.2
|
version=1.30.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
# XXX: test hangs and crashes midway
|
# XXX: https://github.com/tmux-python/tmuxp/issues/855
|
||||||
make_check_args="--deselect tests/workspace/test_builder.py::test_automatic_rename_option"
|
make_check_args="--deselect tests/workspace/test_builder.py::test_window_shell"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-colorama python3-yaml python3-libtmux"
|
depends="python3-colorama python3-yaml python3-libtmux"
|
||||||
checkdepends="python3-pytest-mock $depends tmux"
|
checkdepends="python3-pytest-mock $depends tmux"
|
||||||
short_desc="Session manager for tmux"
|
short_desc="Session manager for tmux"
|
||||||
|
@ -14,7 +14,7 @@ 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=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
|
checksum=c94123a0ed19c8c54b120a1d92f386aecf4adaf95184decc10d6441f36c446a3
|
||||||
conflicts="python-tmuxp>=0"
|
conflicts="python-tmuxp>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue