[arch-commits] Commit in tmuxp/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Mon Nov 1 08:39:18 UTC 2021
Date: Monday, November 1, 2021 @ 08:39:17
Author: dvzrv
Revision: 1035148
archrelease: copy trunk to community-any
Added:
tmuxp/repos/community-any/PKGBUILD
(from rev 1035147, tmuxp/trunk/PKGBUILD)
Deleted:
tmuxp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-01 08:39:09 UTC (rev 1035147)
+++ PKGBUILD 2021-11-01 08:39:17 UTC (rev 1035148)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=tmuxp
-pkgver=1.9.2
-pkgrel=2
-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-setuptools')
-checkdepends=('python-pytest' 'python-pytest-rerunfailures')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('6a0111fb49fc761ab3ee4fd2a4dce8f85e959ac9dc8bebe3d5ee5c2734d46fb2c76b74e8ed8c65a277b597d9af18dc281042698175f6f77935c665dfbea5e280')
-b2sums=('e8379862b8df85a482f41985ca1dda2b7dfab559ae00830b91881cdbf6b868ed51ccb06fddd1271631d07a6cc2e2f836b838e9d00dd3b25fd0c545c9ca397dde')
-
-build() {
- cd "${pkgname}-${pkgver}"
- python setup.py build
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- # 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() {
- cd "${pkgname}-${pkgver}"
- python setup.py install --optimize=1 --root="${pkgdir}/"
- # license
- install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
- # docs
- 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 1035147, tmuxp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-01 08:39:17 UTC (rev 1035148)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=tmuxp
+pkgver=1.9.3
+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-setuptools')
+checkdepends=('python-pytest' 'python-pytest-rerunfailures')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('6e256d177add0fa820a3971646b2dfb9aa2390888511c046e2191250c68c310b214a69780211e953458a311b72dad8370f34256bc76169a4fa60cdc591067e9d')
+b2sums=('9a465d188094eddcc8822145a3ccc65a7c6d3506ff8e90d01e7eb5d29bbbdab27d15529553be9eb902d3500cb6dd0e2db00f7e8139ea9102fe140d3600313205')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py build
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ # 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() {
+ cd "${pkgname}-${pkgver}"
+ python setup.py install --optimize=1 --root="${pkgdir}/"
+ # license
+ install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+ # docs
+ 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