From 3af38c0be66eff5423a79e0a567648faefa8d55c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 19 Jun 2014 17:55:25 +0200 Subject: [PATCH] duplicity: switch to setuptools --- srcpkgs/duplicity/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index fe3c3d12277..c924d01789c 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,15 +1,15 @@ # Template file for 'duplicity' pkgname=duplicity version=0.6.24 -revision=1 -distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz" -checksum=1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450 +revision=2 build_style="python-module" -pycompile_module="duplicity" -hostmakedepends="python-devel python-distribute" +hostmakedepends="python-devel python-setuptools" makedepends="librsync-devel ${hostmakedepends}" depends="python-lockfile" -maintainer="Steven R " +pycompile_module="duplicity" +short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm" homepage="http://duplicity.nongnu.org/" license="GPL-2" -short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm" +maintainer="Steven R " +distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz" +checksum=1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450