void-packages/srcpkgs/python3-libtmux/template

21 lines
674 B
Bash

# Template file for 'python3-libtmux'
pkgname=python3-libtmux
version=0.15.10
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest-mock tmux"
short_desc="Python binding for tmux"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="MIT"
homepage="https://libtmux.git-pull.com/"
changelog="https://raw.githubusercontent.com/tmux-python/libtmux/master/CHANGES"
distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
post_install() {
vlicense LICENSE
}