From ba670b52adf76ef5f85b9e53bfdce3095fe262b8 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 30 Mar 2023 16:52:50 -0400 Subject: [PATCH] borgmatic: update to 1.7.11. --- srcpkgs/borgmatic/template | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index cda82c57f429..6506990e2112 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,13 +1,10 @@ # Template file for 'borgmatic' pkgname=borgmatic -version=1.7.8 +version=1.7.11 revision=1 build_style=python3-module -# test_borgmatic.py runs not yet installed self, -# tests from test_execute.py sporadically fail in CI -make_check_args="--deselect=tests/integration/commands/test_borgmatic.py - --deselect=tests/integration/test_execute.py::test_log_outputs_returns_output_without_logging_for_output_log_level_none - --deselect=tests/integration/test_execute.py::test_log_outputs_logs_each_line_separately" +# runs not yet installed self +make_check_args="--deselect=tests/integration/commands/test_borgmatic.py" hostmakedepends="python3-setuptools" depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema python3-colorama python3-requests" @@ -18,9 +15,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=fa563208f2a069664f5242068e0981112eaf83565b819e5be962a6a6a01cca13 - -post_install() { - # remove tests directory polluting site-packages - rm -rf ${DESTDIR}/usr/lib/python*/site-packages/tests -} +checksum=f12871fed27c80b665bb81040198137e0bde7c6047be21cb4484e9698bda20e7