mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'python3-libtmux'
|
||||||
pkgname=python3-libtmux
|
pkgname=python3-libtmux
|
||||||
version=0.11.0
|
version=0.15.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest-mock tmux"
|
||||||
short_desc="Python binding for tmux"
|
short_desc="Python binding for tmux"
|
||||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||||
license="MIT"
|
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"
|
distfiles="${PYPI_SITE}/l/libtmux/libtmux-${version}.tar.gz"
|
||||||
checksum=d82cf391097eb69d784d889d482bb99284b984aa6225276a3dc1af8c1460dd3c
|
checksum=c40959c5ae9e7add705a3c4e60365667e65ab45835a9e663692e428e1d7e42e2
|
||||||
# Disable check which uses pip to pull external python packages
|
make_check_pre="env PYTEST_PLUGINS=libtmux.pytest_plugin"
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue