Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: tmuxp 1.22.0-1: Upgrade to 1.22.0.
Browse files Browse the repository at this point in the history
Disable another broken test: tmux-python/tmuxp#855

git-svn-id: file:///srv/repos/svn-community/svn@1369857 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
dvzrv committed Dec 28, 2022
1 parent 5b5cba0 commit 376a8f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tmuxp/trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: David Runge <dvzrv@archlinux.org>

pkgname=tmuxp
pkgver=1.19.1
pkgver=1.22.0
pkgrel=1
pkgdesc="Tmux session manager built on libtmux"
arch=(any)
Expand All @@ -11,8 +11,8 @@ depends=(python-click python-colorama python-kaptan python-libtmux python-typing
makedepends=(python-build python-installer python-poetry-core python-wheel)
checkdepends=(python-pytest python-pytest-mock python-pytest-rerunfailures)
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
sha512sums=('89bfb35fe2f211271540f01bec7946171eb321d5d815e29d4b61e29c0c67ed7ea694f40bfdecbf7bde4a305cc6b37d241ddf1ceeb55c7fddbbba3f8f7224e398')
b2sums=('d8d7d33d04ec03bf28ba46551bdfd952939ae1972bd13d681eec82c34bbd0df0776d933302852f638417931903b7178e9ebb931016c86455f05b6cc911083e0a')
sha512sums=('2978be0c6f41ee77498e3141cd7a0c0d14866003b93af164ce0667f35f52eeb48f0e0916acd1ca7e26eda27f8360e20dec981614e0aed313f6b1b524a95c79dd')
b2sums=('b474ff07bba18c5ade01fc13462b4eb562ea88153921855307a515c96e400bec315da0af9700728ffbd63e090040f8e5cec9b458b99bd40519a762252db51ede')

build() {
cd $pkgname-$pkgver
Expand All @@ -23,6 +23,8 @@ check() {
local _deselected=(
# https://github.com/tmux-python/tmuxp/issues/788
--deselect tests/workspace/test_builder.py::test_automatic_rename_option
# https://github.com/tmux-python/tmuxp/issues/855
--deselect tests/workspace/test_builder.py::test_window_shell
)
local _site_packages=$(python -c "import site; print(site.getsitepackages()[0])")

Expand Down

0 comments on commit 376a8f7

Please sign in to comment.