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

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


    Date: Tuesday, August 23, 2022 @ 15:23:49
  Author: dvzrv
Revision: 1275463

archrelease: copy trunk to community-any

Added:
  python-libtmux/repos/community-any/PKGBUILD
    (from rev 1275462, 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-23 15:23:37 UTC (rev 1275462)
+++ PKGBUILD	2022-08-23 15:23:49 UTC (rev 1275463)
@@ -1,33 +0,0 @@
-# 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"
-}

Copied: python-libtmux/repos/community-any/PKGBUILD (from rev 1275462, python-libtmux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 15:23:49 UTC (rev 1275463)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=libtmux
+pkgname=python-libtmux
+pkgver=0.14.2
+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=('b229d36210c743ec9ca3169c5042ba725785f03cb7f13ad34dd3b94d38c86c6a77ab39abb3a64dcc5e6d7a1761f7851f1ecc5f5073dae7892e2606e3f4ff1afb')
+b2sums=('b9988258619a95eabc07d6965dec2143ba3c1d5e71cb61fd482261c9c3579a0d43ca2d74c279f06c5416ee47b4121dc95a396038b0d19d98dd32ca841c7da903')
+
+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