Date: Tuesday, April 4, 2023 @ 00:22:41
Author: polyzen
Revision: 1434435
archrelease: copy trunk to community-any
Added:
borgmatic/repos/community-any/PKGBUILD
(from rev 1434434, borgmatic/trunk/PKGBUILD)
Deleted:
borgmatic/repos/community-any/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-04 00:22:12 UTC (rev 1434434)
+++ PKGBUILD 2023-04-04 00:22:41 UTC (rev 1434435)
@@ -1,49 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Kr1ss $(echo \<kr1ss+x-yandex+com\>|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz <[email protected]>
-# Contributor: Dan Beste <[email protected]>
-# Contributor: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
-# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
-
-pkgname=borgmatic
-pkgver=1.7.10
-pkgrel=1
-pkgdesc='Simple, configuration-driven backup software for servers and
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-jsonschema' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-flexmock' 'python-pytest')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('2478217aad68d1c3a52a9abb8ae19e075d4f47a8ed1dacbb360617abfd0ea914')
-b2sums=('c4d81ef9a69c5ff5f8bf3d55a209f62f9c721f76207c996f335a5a5212533f93e71c77a2f4fee709de1228d0dcb8cfddf90d6734446f26f4fb7f0282acba0e18')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
- cd $pkgname-$pkgver
- python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
- cd $pkgname-$pkgver
- python -m venv --system-site-packages test-env
- test-env/bin/python -m installer dist/*.whl
- PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest -c /dev/null \
- --ignore=tests/end-to-end
-}
-
-package() {
- cd $pkgname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
- install -d "$pkgdir"/usr/share/bash-completion/completions
- ./test-env/bin/borgmatic --bash-completion > \
- "$pkgdir"/usr/share/bash-completion/completions/$pkgname
-}
Copied: borgmatic/repos/community-any/PKGBUILD (from rev 1434434,
borgmatic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-04 00:22:41 UTC (rev 1434435)
@@ -0,0 +1,49 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Kr1ss $(echo \<kr1ss+x-yandex+com\>|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz <[email protected]>
+# Contributor: Dan Beste <[email protected]>
+# Contributor: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
+# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
+
+pkgname=borgmatic
+pkgver=1.7.11
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-jsonschema' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-flexmock' 'python-pytest')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('f12871fed27c80b665bb81040198137e0bde7c6047be21cb4484e9698bda20e7')
+b2sums=('a06737c48722fdf24efca76d40f6b413f39635b4137685d6279bf7a7dd002fadef28dab35a503fabf872c732a0f32fbff8c791fa9b4602299937aeae568d6137')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+ cd $pkgname-$pkgver
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest -c /dev/null \
+ --ignore=tests/end-to-end
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+ install -d "$pkgdir"/usr/share/bash-completion/completions
+ ./test-env/bin/borgmatic --bash-completion > \
+ "$pkgdir"/usr/share/bash-completion/completions/$pkgname
+}