easyconfigs-it4i/d/duplicity/duplicity-0.7.17.eb
Lukáš Krupčík 303c7e5925 new file: a/asn1crypto/asn1crypto-0.24.0-Py-2.7.eb
new file:   b/bcrypt/bcrypt-3.1.4-Py-2.7.eb
	new file:   c/cffi/cffi-1.11.5-Py-2.7.eb
	new file:   c/cryptography/cryptography-2.3-Py-2.7.eb
	new file:   d/duplicity/duplicity-0.7.17.eb
	new file:   e/enum34/enum34-1.1.6-Py-2.7.eb
	new file:   f/fasteners/fasteners-0.14.1-Py-2.7.eb
	new file:   i/idna/idna-2.7-Py-2.7.eb
	new file:   i/ipaddress/ipaddress-1.0.22-Py-2.7.eb
	new file:   l/librsync/librsync-2.0.2.eb
	new file:   m/monotonic/monotonic-1.5-Py-2.7.eb
	new file:   p/PyNaCl/PyNaCl-1.2.1-Py-2.7.eb
	new file:   p/paramiko/paramiko-2.4.1-Py-2.7.eb
	new file:   p/pyasn1/pyasn1-0.4.4-Py-2.7.eb
	new file:   p/pycparser/pycparser-2.18-Py-2.7.eb


Former-commit-id: 464767c2365506f80a9acc3b30d4fe348604f8dc
2018-07-26 15:50:38 +02:00

28 lines
590 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'