mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
29 lines
595 B
Plaintext
29 lines
595 B
Plaintext
# 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'
|