From a6b66dc1e59a511adf7b8b5091d3b9ccad0ae8d6 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 6 Oct 2021 23:09:11 -0400 Subject: [PATCH] borgmatic: update to 1.5.18. --- srcpkgs/borgmatic/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index 5785f227ee77..4aa729a61b6e 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,10 +1,10 @@ # Template file for 'borgmatic' pkgname=borgmatic -version=1.5.10 +version=1.5.18 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify +depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema python3-colorama python3-requests" checkdepends="${depends} python3-pytest-cov python3-flexmock" short_desc="Wrapper script for the Borg backup software" @@ -12,12 +12,11 @@ maintainer="Orphaned " license="GPL-3.0-only" homepage="https://torsion.org/borgmatic/" distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz" -checksum=31459e5573c34b7b9e53ad54012be6d367e2f23c0612fd5a315593ebf23074c5 +checksum=757d54d73cdaf333210e24cb13e0e0b4de912d17222e4b383433ae929287fe9a -do_check() { +pre_check() { # runs not yet installed self rm tests/integration/commands/test_borgmatic.py - python3 -m pytest } post_install() {