64b3183c61
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
26 lines
773 B
Bash
26 lines
773 B
Bash
# Template file for 'python3-tmuxp'
|
|
pkgname=python3-tmuxp
|
|
version=1.9.4
|
|
revision=1
|
|
wrksrc="tmuxp-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-setuptools python3-colorama python3-click
|
|
python3-kaptan python3-libtmux"
|
|
checkdepends="python3-pytest $depends tmux"
|
|
short_desc="Session manager for tmux"
|
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/tmux-python/tmuxp/"
|
|
distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
|
|
checksum=4d7e748d58972736438b6d1299798808048e3e4649300abe6e46d285938b1b0e
|
|
conflicts="python-tmuxp>=0"
|
|
|
|
do_check() {
|
|
# XXX: test hangs and crashes midway
|
|
python3 -m pytest -k 'not workspacebuilder'
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|