python3-tmuxp: update to 1.9.4
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
This commit is contained in:
parent
75a8b63989
commit
64b3183c61
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-tmuxp'
|
||||
pkgname=python3-tmuxp
|
||||
version=1.9.3
|
||||
version=1.9.4
|
||||
revision=1
|
||||
wrksrc="tmuxp-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -13,18 +13,9 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/tmux-python/tmuxp/"
|
||||
distfiles="${PYPI_SITE}/t/tmuxp/tmuxp-${version}.tar.gz"
|
||||
checksum=91a73dceda6c6fb700d25e9d21380ab8af4ca84da1e7086a0324f498d409c39f
|
||||
checksum=4d7e748d58972736438b6d1299798808048e3e4649300abe6e46d285938b1b0e
|
||||
conflicts="python-tmuxp>=0"
|
||||
|
||||
post_patch() {
|
||||
# Remove version restrictions
|
||||
# colorama is forced at 0.3.9 while Void is at 0.4.x
|
||||
# click is at least 7 or higher while Void is at 6.x.x
|
||||
vsed 's|[=><].*||g' -i requirements/base.txt
|
||||
|
||||
vsed '/addopts/d' -i setup.cfg
|
||||
}
|
||||
|
||||
do_check() {
|
||||
# XXX: test hangs and crashes midway
|
||||
python3 -m pytest -k 'not workspacebuilder'
|
||||
|
|
Loading…
Reference in New Issue