mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-libtmux: update to 0.15.10.
This commit is contained in:
parent
699ec4627a
commit
c8a1c9c1a2
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'python3-libtmux'
|
||||
pkgname=python3-libtmux
|
||||
version=0.11.0
|
||||
revision=2
|
||||
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://github.com/tmux-python/libtmux"
|
||||
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=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
|
||||
# Disable check which uses pip to pull external python packages
|
||||
make_check=no
|
||||
checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
|
||||
make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue