From 4d77f139503e98d51f1e118b313aa187dc47597e Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Tue, 30 Jun 2020 16:50:14 -0700 Subject: [PATCH] borgmatic: update to 1.5.8, orphan --- srcpkgs/borgmatic/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index 871bdbd769e..9ca5df9724f 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,25 +1,23 @@ # Template file for 'borgmatic' pkgname=borgmatic -version=1.5.6 -revision=2 +version=1.5.8 +revision=1 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify python3-colorama python3-requests" -checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock - python3-pykwalify" +checkdepends="${depends} python3-pytest-cov python3-flexmock" short_desc="Wrapper script for the Borg backup software" -maintainer="Renato Aguiar " +maintainer="Orphaned " license="GPL-3.0-only" homepage="https://torsion.org/borgmatic/" distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz" -checksum=706d44c1e0488c0495ca50aad1fd6500036b884188b6b5b6bca186c590e54bfe +checksum=707ed1bdffd6b8bec2d74dca36cc2665081c8db8590241bf6a72a3378928dd65 do_check() { - # The tests use the NEWS file to get version and checks against - # setup.py's version, see: tests/integration/test_version.py - echo ${version} > ${wrksrc}/NEWS + # runs not yet installed self + rm tests/integration/commands/test_borgmatic.py python3 -m pytest }