[arch-commits] Commit in tmuxp/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Aug 23 15:28:39 UTC 2022


    Date: Tuesday, August 23, 2022 @ 15:28:38
  Author: dvzrv
Revision: 1275469

archrelease: copy trunk to community-any

Added:
  tmuxp/repos/community-any/PKGBUILD
    (from rev 1275468, tmuxp/trunk/PKGBUILD)
Deleted:
  tmuxp/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 15:28:28 UTC (rev 1275468)
+++ PKGBUILD	2022-08-23 15:28:38 UTC (rev 1275469)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=tmuxp
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="Tmux session manager built on libtmux"
-arch=(any)
-url="https://tmuxp.git-pull.com/en/latest/"
-license=(MIT)
-depends=(python-click python-colorama python-kaptan python-libtmux)
-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=('06011f9a22ecd83906312feae6a2a3158473add50858521604fe75958f99bad3fee4305a87ef66b5cde597dbe744886f94d1bea70b86bcb2c8e3ae9299b898ae')
-b2sums=('29eabf98906f3ace634faec8cf6a8fbaa471d28b7634b46f03a43fe19cca418d9d06610da9d37c21ae94830664ad4be9f818910f6ebc1adb3a3c1bb23605325c')
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _deselected=(
-    # https://github.com/tmux-python/tmuxp/issues/788
-    --deselect tests/test_workspacebuilder.py::test_automatic_rename_option
-  )
-  cd $pkgname-$pkgver
-  pytest -vv "${_deselected[@]}"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 examples/*.{json,yaml} -t "$pkgdir/usr/share/doc/$pkgname/examples/"
-}
-
-# vim:set ts=2 sw=2 et:}

Copied: tmuxp/repos/community-any/PKGBUILD (from rev 1275468, tmuxp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 15:28:38 UTC (rev 1275469)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=tmuxp
+pkgver=1.13.1
+pkgrel=1
+pkgdesc="Tmux session manager built on libtmux"
+arch=(any)
+url="https://tmuxp.git-pull.com/en/latest/"
+license=(MIT)
+depends=(python-click python-colorama python-kaptan python-libtmux)
+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=('9d17613ac54d321b03298139d6d971061058d9af9f0ff1a282aebb606a4da6ec4e15a6cf569767e5eae238df926b0c79f980bef592077e4cd42523ba9141979a')
+b2sums=('5a78e1e01e9046bde4372ea011ea69230752e59aacec6252d79f96abeefe7014f3115463083dd2e2fd966836584f90fd060ae06a5e85802a4816b3a6ce2f8f96')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _deselected=(
+    # https://github.com/tmux-python/tmuxp/issues/788
+    --deselect tests/test_workspacebuilder.py::test_automatic_rename_option
+  )
+  cd $pkgname-$pkgver
+  pytest -vv "${_deselected[@]}"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 examples/*.{json,yaml} -t "$pkgdir/usr/share/doc/$pkgname/examples/"
+}
+
+# vim:set ts=2 sw=2 et:}



More information about the arch-commits mailing list