# IT4Innovations 2018 easyblock = 'PythonPackage' name = 'duplicity' version = "0.7.17" homepage = 'http://duplicity.nongnu.org/index.html' description = "Encrypted bandwidth-efficient backup using the rsync algorithm." toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [ 'https://code.launchpad.net/duplicity/0.7-series/0.7.17/+download/'] sources = [SOURCE_TAR_GZ] dependencies = [ ('librsync', '2.0.2', '', True), ('fasteners', '0.14.1'), ('paramiko', '2.4.1'), ] sanity_check_paths = { 'files': ['bin/duplicity'], 'dirs': [], } moduleclass = 'tools'