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

David Runge dvzrv at gemini.archlinux.org
Sat Aug 6 15:06:00 UTC 2022


    Date: Saturday, August 6, 2022 @ 15:06:00
  Author: dvzrv
Revision: 1260425

archrelease: copy trunk to community-any

Added:
  python-libtmux/repos/community-any/PKGBUILD
    (from rev 1260424, python-libtmux/trunk/PKGBUILD)
Deleted:
  python-libtmux/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-06 15:05:44 UTC (rev 1260424)
+++ PKGBUILD	2022-08-06 15:06:00 UTC (rev 1260425)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=libtmux
-pkgname=python-libtmux
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Python api for tmux"
-arch=(any)
-url="https://libtmux.git-pull.com/"
-license=(MIT)
-depends=(python tmux)
-makedepends=(python-build python-installer python-poetry-core python-wheel)
-checkdepends=(python-pytest procps-ng)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('5b18addcc6cfa2956d266a416fd5ecbb09292e16e4d0e7191aa4d2f28bfdf9ca9edfaf57d7796e6ccb3e30135792a2c99727a82d2a01a9349c554d76a12b2ec4')
-b2sums=('2a54274d5ad5035a656429f474f81549a80ce5332bb390f23c10587ef1c7218ddb386cb82902184e55c3d2d515ade772ffaae79cea83bfe53912f9d29cfc3527')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -v
-}
-
-package() {
-  cd $_name-$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"
-}

Copied: python-libtmux/repos/community-any/PKGBUILD (from rev 1260424, python-libtmux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-06 15:06:00 UTC (rev 1260425)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=libtmux
+pkgname=python-libtmux
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Python api for tmux"
+arch=(any)
+url="https://libtmux.git-pull.com/"
+license=(MIT)
+depends=(python tmux)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
+checkdepends=(python-pytest procps-ng)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('a6729fd7b2042d709079ab8f1bcd0c6efc5378186a245d8d238161f0244a559cb09241f71aeabd6f92ee522c4b1a093e1528bf7bfd610404b18b05d64ba3c99b')
+b2sums=('db7a17dd3dad057ecfa123c27ab5bf4629ecd8b16106c8bb9c8cc004b2a5e822bd4778ad88b782fa4a75abb12234fe4c54cac63b656893c70ec3c6e37a90b6c6')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -v
+}
+
+package() {
+  cd $_name-$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"
+}



More information about the arch-commits mailing list