From c099203a4bfa9e397d97f92ed14d7fa197ede588 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 18 May 2023 08:45:47 -0400 Subject: [PATCH] borgmatic: update to 1.7.13. switched to python3-pep517 to enable more tests --- srcpkgs/borgmatic/patches/flexmock.patch | 12 ------------ srcpkgs/borgmatic/template | 10 ++++------ 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/borgmatic/patches/flexmock.patch diff --git a/srcpkgs/borgmatic/patches/flexmock.patch b/srcpkgs/borgmatic/patches/flexmock.patch deleted file mode 100644 index 1af9c7679b6c..000000000000 --- a/srcpkgs/borgmatic/patches/flexmock.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tests/integration/borg/test_commands.py b/tests/integration/borg/test_commands.py -index 49cd0e9..1afb0e0 100644 ---- a/tests/integration/borg/test_commands.py -+++ b/tests/integration/borg/test_commands.py -@@ -1,6 +1,6 @@ - import copy - --import flexmock -+from flexmock import flexmock - - import borgmatic.borg.info - import borgmatic.borg.list diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index f1abd8d106a5..a579264e5593 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,11 +1,9 @@ # Template file for 'borgmatic' pkgname=borgmatic -version=1.7.12 +version=1.7.13 revision=1 -build_style=python3-module -# runs not yet installed self -make_check_args="--deselect=tests/integration/commands/test_borgmatic.py" -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema python3-colorama python3-requests" checkdepends="${depends} python3-pytest-cov python3-flexmock" @@ -15,4 +13,4 @@ license="GPL-3.0-or-later" homepage="https://torsion.org/borgmatic/" changelog="https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/master/NEWS" distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz" -checksum=f0557760d42c654ffc9851f8e078b6ed0c0cae93fbd6d39080880b38f4e6401c +checksum=af7a6a2f0ae1d9866761bc02aaecc34168d3f059046671f2e157f0ee2985e4b8