void-packages/srcpkgs/borgmatic/template
Joel Beckmeyer 73cf86f587
borgmatic: update to 1.9.5.
Closes: #53774 [via git-merge-pr]
2025-02-17 23:00:18 -05:00

20 lines
830 B
Bash

# Template file for 'borgmatic'
pkgname=borgmatic
version=1.9.5
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema
python3-requests python3-packaging"
checkdepends="${depends} python3-pytest python3-flexmock python3-apprise"
short_desc="Wrapper script for the Borg backup software"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
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=c1518cd81b2099988a5adb5c788c39a5b246618d95dfe318d48bfce8fc08714f
post_patch() {
vsed -i pyproject.toml -e 's/--cov-report.*--cov-fail-under=100//'
}