void-packages/srcpkgs/python3-tmuxp/template
Alexander Egorenkov 00f9af79b1 python3-tmuxp: update to 1.31.0
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2023-12-02 22:24:13 +01:00

22 lines
813 B
Bash

# Template file for 'python3-tmuxp'
pkgname=python3-tmuxp
version=1.31.0
revision=1
build_style=python3-pep517
# XXX: https://github.com/tmux-python/tmuxp/issues/855
make_check_args="--deselect tests/workspace/test_builder.py::test_window_shell"
hostmakedepends="python3-poetry-core"
depends="python3-colorama python3-yaml python3-libtmux"
checkdepends="python3-pytest-mock $depends tmux"
short_desc="Session manager for tmux"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
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
conflicts="python-tmuxp>=0"
post_install() {
vlicense LICENSE
}