[arch-commits] Commit in tmuxp/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jul 27 17:09:03 UTC 2020


    Date: Monday, July 27, 2020 @ 17:09:03
  Author: dvzrv
Revision: 665495

upgpkg: tmuxp 1.5.5-1: Upgrade to 1.5.5.

Modified:
  tmuxp/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-27 17:08:40 UTC (rev 665494)
+++ PKGBUILD	2020-07-27 17:09:03 UTC (rev 665495)
@@ -1,6 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
+
 pkgname=tmuxp
-pkgver=1.5.4
+pkgver=1.5.5
 pkgrel=1
 pkgdesc="Tmux session manager built on libtmux"
 arch=('any')
@@ -9,7 +10,8 @@
 depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 'python-libtmux')
 checkdepends=('python-pytest' 'python-pytest-rerunfailures')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('f0a45b43af97e0d1b7d961529faaeca3a8efd09781fa2651e59e857573c57e23d539d5c87ec302e4b432622c36469cb72d086b4eb2d7ae315f237cf5c626aeaa')
+sha512sums=('afb82e20db9ab6c6ce1f1f2cc1ad959a5ede53999cb5ad6e20c376e239472e1389dca61221f41ea76e695db58732966b5b786783f51745f1f1b0f979a024787c')
+b2sums=('7f4c62ce27e422750e00d37c22b9d69eeb3f296c05775bf2ee90772144e8e7963e3fb93818f5fb13111a80d5e3177987cce7948a0122f5770ff5d66f2391d613')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -25,9 +27,9 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-# test_workspacebuilder.py::test_pane_order does not return:
-# https://github.com/tmux-python/tmuxp/issues/377
-  py.test -k "not test_pane_order"
+  # test_workspacebuilder.py::test_pane_order does not return:
+  # https://github.com/tmux-python/tmuxp/issues/377
+  pytest -v -k "not test_pane_order"
 }
 
 package() {
@@ -34,7 +36,6 @@
   cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
     --optimize=1 \
-    --prefix=/usr \
     --root="${pkgdir}/"
   # license
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"



More information about the arch-commits mailing list