26 lines
872 B
Bash
26 lines
872 B
Bash
# Template file for 'python3-tmuxp'
|
|
pkgname=python3-tmuxp
|
|
version=1.36.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=4c6a989514fb645b66c922975d10c5b94f92879faa97866d550c39988eacee03
|
|
conflicts="python-tmuxp>=0"
|
|
|
|
pre_check() {
|
|
vsed -i -e '/addopts =/d' pyproject.toml
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|