From 1897a8c225a7b04e6586470be97bcea3f45db7a8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 8 Oct 2017 20:31:39 +0200 Subject: [PATCH] borg: update to 1.1.0. --- srcpkgs/borg/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template index c65fc975891..1a2df71c09e 100644 --- a/srcpkgs/borg/template +++ b/srcpkgs/borg/template @@ -1,22 +1,22 @@ # Template file for 'borg' pkgname=borg -version=1.0.11 -revision=2 +version=1.1.0 +revision=1 wrksrc="borgbackup-${version}" build_style=python3-module -hostmakedepends="python3-setuptools python3-devel libressl-devel - python3-Sphinx python3-sphinx_rtd_theme" +hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx" makedepends="${hostmakedepends/python3-setuptools/} acl-devel lz4-devel" depends="python3-llfuse python3-msgpack python3-setuptools" pycompile_module="borg" short_desc="Deduplicating backup program with compression and encryption" maintainer="Leah Neukirchen " -license="BSD" +license="3-clause-BSD" homepage="https://borgbackup.github.io/" distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz" -checksum=fc6efd2d19454625532e0defac90cd8e8737665e10ae59edb15356ee5a99d291 +checksum=b40c1120c480a8235ce403b8e6e7abf1377458896f438eafce60f54916789e6f pre_build() { + sed -i '/guzzle/d' docs/conf.py if [ "$CROSS_BUILD" ]; then sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py sed -i "s|\(possible_lz4_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py