borgmatic: update to 1.8.14.
This commit is contained in:
parent
2b5565e7df
commit
4b1d396e60
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'borgmatic'
|
||||
pkgname=borgmatic
|
||||
version=1.8.13
|
||||
version=1.8.14
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# requires unpackaged python module apprise
|
||||
make_check_args="--ignore=tests/unit/hooks/test_apprise.py"
|
||||
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"
|
||||
checkdepends="${depends} python3-pytest-cov 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=e19e629b13637ef7787e4a45b208123bd5ee78de58cdccf844297e06a99d7423
|
||||
checksum=598b3bc22c19d53bd375e5295afec56d111759f74671845aacfe055c539fa746
|
||||
|
|
Loading…
Reference in New Issue