mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
borgmatic: update to 1.5.18.
This commit is contained in:
parent
8d63301ade
commit
fa91d2d1b9
1 changed files with 7 additions and 10 deletions
|
@ -1,24 +1,21 @@
|
||||||
# Template file for 'borgmatic'
|
# Template file for 'borgmatic'
|
||||||
pkgname=borgmatic
|
pkgname=borgmatic
|
||||||
version=1.5.10
|
version=1.5.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
# runs not yet installed self
|
||||||
|
make_check_args="--deselect=tests/integration/commands/test_borgmatic.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
|
depends="borg python3-setuptools python3-ruamel.yaml python3-jsonschema
|
||||||
python3-colorama python3-requests"
|
python3-colorama python3-requests"
|
||||||
checkdepends="${depends} python3-pytest-cov python3-flexmock"
|
checkdepends="${depends} python3-pytest-cov python3-flexmock"
|
||||||
short_desc="Wrapper script for the Borg backup software"
|
short_desc="Wrapper script for the Borg backup software"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://torsion.org/borgmatic/"
|
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"
|
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
||||||
checksum=31459e5573c34b7b9e53ad54012be6d367e2f23c0612fd5a315593ebf23074c5
|
checksum=757d54d73cdaf333210e24cb13e0e0b4de912d17222e4b383433ae929287fe9a
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# runs not yet installed self
|
|
||||||
rm tests/integration/commands/test_borgmatic.py
|
|
||||||
python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove tests directory polluting site-packages
|
# remove tests directory polluting site-packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue