20 lines
674 B
Bash
20 lines
674 B
Bash
# Template file for 'borgmatic'
|
|
pkgname=borgmatic
|
|
version=1.2.0
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="borgmatic"
|
|
hostmakedepends="python3-setuptools python3-devel"
|
|
makedepends="${hostmakedepends/python3-setuptools/}"
|
|
depends="python3-ruamel.yaml python3-pykwalify"
|
|
short_desc="Simple wrapper script for the Borg backup software"
|
|
maintainer="Renato Aguiar <renato@renag.me>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://torsion.org/borgmatic/"
|
|
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
|
checksum=3ce089f32e3f521659e6a4a9b53e8218c7a84bd4f43c2498fbb42f08bc166ba5
|
|
|
|
pre_configure() {
|
|
sed -i 's/ruamel.yaml<=0.15/ruamel.yaml<0.16/' setup.py
|
|
}
|