duplicity: switch to setuptools
This commit is contained in:
parent
5bf532e290
commit
3af38c0be6
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'duplicity'
|
# Template file for 'duplicity'
|
||||||
pkgname=duplicity
|
pkgname=duplicity
|
||||||
version=0.6.24
|
version=0.6.24
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
|
|
||||||
checksum=1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450
|
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
pycompile_module="duplicity"
|
hostmakedepends="python-devel python-setuptools"
|
||||||
hostmakedepends="python-devel python-distribute"
|
|
||||||
makedepends="librsync-devel ${hostmakedepends}"
|
makedepends="librsync-devel ${hostmakedepends}"
|
||||||
depends="python-lockfile"
|
depends="python-lockfile"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
pycompile_module="duplicity"
|
||||||
|
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm"
|
||||||
homepage="http://duplicity.nongnu.org/"
|
homepage="http://duplicity.nongnu.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
|
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||||
|
checksum=1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450
|
||||||
|
|
Loading…
Reference in New Issue