mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
borgmatic: update to 1.3.5
Closes #11844. Signed-off-by: Enno Boland <gottox@voidlinux.org>
This commit is contained in:
parent
8c052407ba
commit
90cd15d215
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'borgmatic'
|
# Template file for 'borgmatic'
|
||||||
pkgname=borgmatic
|
pkgname=borgmatic
|
||||||
version=1.3.1
|
version=1.3.5
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="borgmatic"
|
pycompile_module="borgmatic"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify"
|
depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
|
||||||
|
python3-colorama"
|
||||||
checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock
|
checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock
|
||||||
python3-pykwalify"
|
python3-pykwalify"
|
||||||
short_desc="Wrapper script for the Borg backup software"
|
short_desc="Wrapper script for the Borg backup software"
|
||||||
|
@ -14,7 +15,7 @@ maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://torsion.org/borgmatic/"
|
homepage="https://torsion.org/borgmatic/"
|
||||||
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
||||||
checksum=3aa7b796a8c9619646fa0c1357c9aa2d01c635eff1272279ddca04fde96f32e4
|
checksum=2ec73795f9e198e98050e585e520855b41f3bf77a4cd36d4f333b2ee9d3a2955
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# The tests use the NEWS file to get version and checks against
|
# The tests use the NEWS file to get version and checks against
|
||||||
|
|
Loading…
Add table
Reference in a new issue