mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
duplicity: update to 0.7.17.
This commit is contained in:
parent
43944ee7d3
commit
b0de26d0b4
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'duplicity'
|
# Template file for 'duplicity'
|
||||||
pkgname=duplicity
|
pkgname=duplicity
|
||||||
version=0.7.16
|
version=0.7.17
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel librsync-devel"
|
makedepends="python-devel librsync-devel"
|
||||||
|
@ -14,13 +14,13 @@ _changelog="http://duplicity.nongnu.org/CHANGELOG"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||||
checksum=a8f5e1e77dcc5e03a7d206086b8ef89fa574c59de582ed15db5987c40b842718
|
checksum=3724c5f1f839e584e49154ee0ff137e6f3450eedbd7f3886f31d2093001cb04a
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
chmod 0644 bin/*.1
|
chmod 0644 bin/*.1
|
||||||
}
|
}
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH="${PWD}/build/lib.linux-${XBPS_TARGET_MACHINE}-2.7" python2 setup.py test
|
python2 setup.py test
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
# drop doc
|
# drop doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue