mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-libtmux: update to 0.23.2
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
This commit is contained in:
parent
9f4e8f2a7e
commit
202459919c
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-libtmux'
|
||||
pkgname=python3-libtmux
|
||||
version=0.15.10
|
||||
version=0.23.2
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest-mock tmux"
|
||||
short_desc="Python binding for tmux"
|
||||
|
@ -12,8 +12,7 @@ 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"
|
||||
checksum=eb3e8fb803e4e7c9ce515c93a95145aa6a0b58ddb2ae532daf9fad879609971d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue