23 lines
805 B
Bash
23 lines
805 B
Bash
# Template file for 'python3-tmuxp'
|
|
pkgname=python3-tmuxp
|
|
version=1.18.2
|
|
revision=1
|
|
build_style=python3-module
|
|
# XXX: test hangs and crashes midway
|
|
make_check_args="--deselect tests/workspace/test_builder.py::test_automatic_rename_option"
|
|
hostmakedepends="python3-setuptools"
|
|
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=8c1543b5b3d43e38d55de3b38ef45b9a7fe33359dfc9d6c7cab9067617ca87b5
|
|
conflicts="python-tmuxp>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|